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 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题