HELP! Strange errors...
Posted: Wed Nov 03, 2010 5:56 pm
Hi,
I've been getting a heap of error messages from two of our company's websites in the IT admin mailbox, and both websites were developed years ago by devs who have long since left the company.
I'm hoping someone out there will be able to make heads-or-tails of the error output and lead me in the right direction to troubleshoot this strangeness.
Here's an example of one of the error outputs:
Here's another error output from a different cron job that runs every hour:
I've been getting a heap of error messages from two of our company's websites in the IT admin mailbox, and both websites were developed years ago by devs who have long since left the company.
I'm hoping someone out there will be able to make heads-or-tails of the error output and lead me in the right direction to troubleshoot this strangeness.
Here's an example of one of the error outputs:
The above error output is from a cron job that runs every hour. It started throwing errors around 4:30pm today and has been doing so every hour, all the output emails are about the same.<br />
<b>Warning</b>: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/: cannot read file data: Is a directory in <b>Unknown</b> on line <b>0</b><br />
X-Powered-By: PHP/5.2.8
Content-type: text/html
<br />
<b>Warning</b>: chmod() [<a href='function.chmod'>function.chmod</a>]: Operation not permitted in <b>/home/widget/lib/class.digest.php</b> on line <b>87</b><br />
<br />
<b>Warning</b>: chmod() [<a href='function.chmod'>function.chmod</a>]: Operation not permitted in <b>/home/widget/lib/class.digest.php</b> on line <b>87</b><br />
Here's another error output from a different cron job that runs every hour:
...That one actually goes on and on for what looks to be around 100 iterations of that "stdClass Object" output, but I figured I'd truncate it out of courtesy. I can post the full output if anyone thinks it'll help.<br />
<b>Warning</b>: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/: cannot read file data: Is a directory in <b>Unknown</b> on line <b>0</b><br />
X-Powered-By: PHP/5.2.8
Content-type: text/html
stdClass Object
(
[reset_time_in_seconds] => 1288665027
[remaining_hits] => 19928
[hourly_limit] => 20000
[reset_time] => Tue Nov 02 02:30:27 +0000 2010
)
stdClass Object
(
[hourly_limit] => 20000
[reset_time_in_seconds] => 1288665027
[remaining_hits] => 19927
[reset_time] => Tue Nov 02 02:30:27 +0000 2010
)
stdClass Object
(
[hourly_limit] => 20000
[reset_time_in_seconds] => 1288665027
[remaining_hits] => 19926
[reset_time] => Tue Nov 02 02:30:27 +0000 2010
)