我有:
- 禁用的 cron
- 禁用数据库日志记录
- 清除了我的缓存
- 注释掉显示为错误的代码
而且,同样的错误消息正在写入 Watchdog。我执行:“从看门狗中删除”,并在我检查看门狗表后立即出现同样的错误。
并不是说它会有所帮助,但这是错误:
Details
Type php
Date Saturday, 31 October 2009 - 8:15pm
User pieterlOHNO
Location http://www.xxxxxxxxx.com/node/104
Referrer http://www.xxxxxxxxx.com/import-contacts
Message Invalid argument supplied for foreach() in /home/establis/public_html/modules/client_manager/client_manager.module on line 148.
Severity error
Hostname 41.182.72.53
Operations
和
Type php
Date Saturday, 31 October 2009 - 8:15pm
User pieterlOHNO
Location http://www.xxxxxxxxx.com/node/104
Referrer http://www.xxxxxxxxx.com/import-contacts
Message fgetcsv() expects parameter 1 to be resource, boolean given in /home/establis/public_html/modules/client_manager/client_manager.module on line 146.
Severity error
Hostname 41.182.72.53
Operations
所以,我的问题是:
- 有什么方法可以查看为什么会一遍又一遍地触发此特定错误?
- 什么可能“缓存”这个错误?
- 关于可能导致这种情况的任何其他想法?