I've:

  • Disabled cron
  • Disabled database logging
  • Cleared my caches
  • Commented out the code that is being displayed as the error

And still, the same error message is being written to Watchdog. I execute: "delete from watchdog" and IMMEDIATELY after I check in the watchdog table, the same error is there.

Not that it would help, but here's the error:

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

AND

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

So, my questions are:

  1. Is there any way to see why this specific error is being triggerred over and over?
  2. What could be "caching" this error?
  3. ANY other ideas on what could be causing this?
link|improve this question

69% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Had to restart the server. MySQL was acting up.

link|improve this answer
Did this clear up the problem? – David Wees Nov 3 '09 at 4:19
Yes! It did. () – RD. Nov 5 '09 at 9:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.