• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

. php报错 急

php 搞代码 3年前 (2022-01-24) 12次浏览 已收录 0个评论

在线等. php报错 急急急
朋友一个网站叫我加点功能, 我把php, 跟mysql部署到本地apache下面, 访问index.htm时, 一直报错, 找不到原因, 坐等大虾帮忙.
php地址: http://download.gaodaima.com/detail/df274119386/4351419
数据库文件地址: http://download.gaodaima.com/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 De本@文来源[email protected]搞@^&代*@码网(搞代gaodaima码sc 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);


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:. php报错 急

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址