Closed (fixed)
Project:
Poormanscron
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2007 at 16:50 UTC
Updated:
20 Jan 2007 at 20:22 UTC
After installing poormanscron 5x-1.0 on drupal v5.0 (release) I get this error in my PHP log about 50-60 times per page generated (so a lot of logging ...) :
[Sat Jan 20 17:42:16 2007] [error] [client 192.168.200.10] PHP Warning: mysql_errno(): 7 is not a valid MySQL-Link resource in /var/www/fff/includes/database.mysql.inc on line 163, referer: http://www.flyforfun.web/?q=airplane
Frank
Comments
Comment #1
Uwe Hermann commentedHi,
what makes you think this is a Poormanscron bug? The error message doesn't look like that... I run a Drupal 5 site with the same version of the Poormanscron module and I don't see similar messages in the logs...
Which settings do you use, i.e. 'Cron runs interval' and 'Cron runs interval' etc?
How can I reproduce the problem?
Can you turn off the module for an hour and watch whether the logs messages disappear, and then turn it on again and watch whether the log messages re-appear?
Uwe.
Comment #2
fm000184 commentedUwe, you're right.
I analysed further and created a lot of 'watchdog' lines. I am currently looking into the node & search modules further as they seem to generate the call to the db_query function that creates the final error...
Sorry for this. I am learning quickly about drupal (using it only for 1 month now) but will wait longer before I write up an isse.
F