Home >Backend Development >PHP Tutorial >PHP和mysqli配置有关问题 哇 速度 求解

PHP和mysqli配置有关问题 哇 速度 求解

WBOY
WBOYOriginal
2016-06-13 10:35:50962browse

PHP和mysqli配置问题 哇 速度 求解
Fatal error: Call to a member function execute() on a non-object in E:\yaoke\function\function_common.php on line 510

只要网站用到这个 的 fetch_object 和这个 fetch_array() 都出错了 

求解哇


本地用的环境wamp没错误 
 但是到服务器上面 就出错了 服务器装的这个环境 phpStudyAdmin


------解决方案--------------------
贴出你的代码出来瞧瞧
------解决方案--------------------
$mysqli 没有实例化!
即在此之前的代码中没有
$mysqli = new mysqli()
------解决方案--------------------
这是SQL查询出了问题。
$result = $mysqli->query($sql); // sql语句出错,因此导致 $result 并未像预期的那样返回 mysqli_stmt 对象。
重点检查现数据库中是否有 wk('config_new')表,以及名为 id 的列
------解决方案--------------------
检查每一个函数的返回值, 肯定哪一步返回了false。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn