Table not found when cron.php is run
spatz4000 - January 24, 2006 - 16:45
| Project: | Image Assist |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
mySQL script was not run when the user_import module was installed.
#2
I have a similar issue, what do I have to do to fix this? Run a database update?
Thanks for the help.
#3
I had failed to run the included mySQL file, and the table was not created. I ran the script and all was okay.