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
Comment #1
stevenpatzmySQL script was not run when the user_import module was installed.
Comment #2
fuzzie commentedI have a similar issue, what do I have to do to fix this? Run a database update?
Thanks for the help.
Comment #3
stevenpatzI had failed to run the included mySQL file, and the table was not created. I ran the script and all was okay.