I get the following error message when I run my daily cron.php:

warning: getimagesize(): Read error! in /home/netmon/spatz/public_html/modules/img_assist/img_assist.module on line 550.

warning: getimagesize(): Read error! in /home/netmon/spatz/public_html/modules/img_assist/img_assist.module on line 525.
user error: Table 'spatz_drupal.user_import' doesn't exist
query: SELECT * FROM user_import WHERE setting != 'saved' in /home/netmon/spatz/public_html/includes/database.mysql.inc on line 66.

Using $Revision: 1.43.2.12 $ of Img_assist

Comments

stevenpatz’s picture

Status: Active » Closed (fixed)

mySQL script was not run when the user_import module was installed.

fuzzie’s picture

Priority: Critical » Minor

I have a similar issue, what do I have to do to fix this? Run a database update?
Thanks for the help.

stevenpatz’s picture

I had failed to run the included mySQL file, and the table was not created. I ran the script and all was okay.