Hi,

I upgraded from 4.2.0 to 4.3.2, quite painless. However, after upgrading, my cron job invoking cron.php reports the following error:

Appreciate any suggestions.

-Anand

warning: OpenDir: No such file or directory (errno 2) in /home/apache/www.lugs.org.sg/htdocs/drupal-4.3.2/modules/image.module on line 153.

user error: Unknown column 'monitor' in 'where clause'
query: SELECT * FROM weblink WHERE monitor = 1 AND (checked = 0 OR checked + refresh < 1078054038) ORDER by change_stamp ASC in /home/apache/www.lugs.org.sg/htdocs/drupal-4.3.2/includes/database.mysql.inc on line 90.

Comments

killes@www.drop.org’s picture

Did you upgrade your contrib modules too?

gatezone’s picture

I'm running CVS with image cvs and my crontab setup is working and the RSS feeds show regular updates, but if I run cron.php from the browser as I used to do I get:

warning: opendir(images/tmp/): failed to open dir: No such file or directory in ..../wws/modules/image.module on line 166.

The images/tmp/ folder is completely available...

Does it matter if cron is run? I don't like errors... any ideas how to get rid of it? Nice to run cron when I want to.

image module works fine on its own.

anand@www.lugs.org.sg’s picture

Yes, I upgraded all modules in 4.2.0 to equivalent new ones. Earlier problems like filestore etc were solved. But cron now reports errors.

I am running another site implemented straight with 4.3.2, everything is fine. So I guess some problem with the upgrade?

-Anand