dongshuogai2343 2014-05-30 03:03
浏览 97
已采纳

我该如何调试这个php / MySQL错误?

On my WordPress site I can't delete any pages, posts, attachments, basically anything in the database.

My first guess was MySQL permissions problem but the MySQL user that WordPress is using has full permissions for that database and I can delete things through phpMyAdmin under the same user.

When I turn on mysql.trace_mode in my php.ini I get an error displayed on every page

Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0

My WordPress site is running under IIS7.5.

Is there anything IIS specific I should change?

Or, is there any other setting to help me debug this issue?

  • 写回答

1条回答 默认 最新

  • duanba7498 2014-06-18 18:48
    关注

    I faced this error because of plugin de active your plugins and check that again and than one by one active them and trace the plugin which one is giving you this error and replace that plugin

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?