I am running Drupal 4.7.3 for a newspaper website and was using image, img_assist, and tinymce modules perfectly until...
Yahoo! hosting is the pits and I wouldn't recomend anyone trying to run a Drupal website with them. (No cron jobs, no hidden files/clean URL's)
My original problem was that there were no photos showing up in the My Photos or All Photos. But now I can't even insert a photo to content at all.
http://chicobeat.com is the webiste I am working on (and Drupal has been great so far!)
Using Tinymce Drupal image plugin I get nothing. Except:
"No images were found. Please upload a new image or browse images by a different category."
After uploading I get all kind of errors.
* user warning: Table 'dbname.image' doesn't exist query: SELECT * FROM image in /includes/database.mysql.inc on line 120.
* user warning: Table 'dbname.image' doesn't exist query: SELECT * FROM image in /includes/database.mysql.inc on line 120.
So my question to the xpierienced Drupal audience is:
What is the correct way to re-install Image and Img_assist modules?
I have looked at:
- http://drupal.org/node/59123 - removing ORDER BY n.sticky DESC, n.created DESC
in img_assist.module
- http://drupal.org/node/53756 (mysql bug?)
- http://drupal.org/node/42117 (recreating img_map table)