. php报错 急
在线等. php报错 急急急
朋友一个网站叫我加点功能, 我把php, 跟mysql部署到本地apache下面, 访问index.htm时, 一直报错, 找不到原因, 坐等大虾帮忙.
php地址: http://download.csdn.net/detail/df274119386/4351419
数据库文件地址: http://download.csdn.net/detail/df274119386/4351446
希望哪位大虾下载下来部署一下, 看问题出在哪 , 万分感谢! 欢迎加q:11250045指导
本地运行环境:window7, php5.4.3, apache2.2, mysql5.5
错误代码:
Deprecated: Function set_magic_quotes_runtime() is deprecated in E:\web\Conjunction.php on line 3
Notice: Undefined index: jxadmin in E:\web\Conjunction.php on line 38
Notice: Undefined index: kauser in E:\web\Conjunction.php on line 47
Notice: Undefined index: username in E:\web\Conjunction.php on line 56
Notice: Undefined index: jxadmin in E:\web\Conjunction.php on line 119
Notice: Undefined index: kauser in E:\web\Conjunction.php on line 122
Notice: Undefined index: username in E:\web\Conjunction.php on line 124
Notice: A session had already been started - ignoring session_start() in E:\web\Conjunction.php on line 213
='".$text."' Order By ID Desc LIMIT 1"); $Current_KitheTablehp8=mysql_fetch_array($result); if ($Current_KitheTablehp8!=""){ $Current_Kithe_Numhp8=$Current_KitheTablehp8['nn']; }else{ $Current_Kithe_Numhp8=1; } $result=mysql_query("Select * From hp9_Kithe where zfbdate1='".$text."' Order By ID Desc LIMIT 1"); $Current_KitheTablehp9=mysql_fetch_array($result); if ($Current_KitheTablehp9!=""){ $Current_Kithe_Numhp9=$Current_KitheTablehp9['nn']; }else{ $Current_Kithe_Numhp9=1; } $results=mysql_query("Select * From s_Kithe where zfbdate1='".$text."' Order By ID Desc LIMIT 1"); $Current_KitheTables=mysql_fetch_array($results); if ($Current_KitheTables!=""){ $Current_Kithe_Nums=$Current_KitheTables['nn']; }else{ $Current_Kithe_Nums=1; } $resultl=mysql_query("Select * From l_Kithe where zfbdate1='".$text."' Order By ID Desc LIMIT 1"); $Current_KitheTablel=mysql_fetch_array($resultl); if ($Current_KitheTablel!=""){ $Current_Kithe_Numl=$Current_KitheTablel['nn']; }else{ $Current_Kithe_Numl=1; } ?>
Fatal error: Call to undefined function ka_config() in E:\web\go.php on line 5
------解决方案--------------------
Deprecated: Function set_magic_quotes_runtime() is deprecated
是说set_magic_quotes_runtime() 函数已废弃。
打开php.ini 令 error_reporting = E_ALL & ~E_NOTICE
------解决方案--------------------
php.ini
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
或程序中
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

Working with database in CakePHP is very easy. We will understand the CRUD (Create, Read, Update, Delete) operations in this chapter.

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Validator can be created by adding the following two lines in the controller.

Logging in CakePHP is a very easy task. You just have to use one function. You can log errors, exceptions, user activities, action taken by users, for any background process like cronjob. Logging data in CakePHP is easy. The log() function is provide

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c
