I have a fresh install of Drupal 4.4.1 on an Apache / PHP / MySQL / Linux box. My Mission Statement currently reads "edit statement", as seen here: http://www.analogduck.com/drupal/
I have repeatedly tried changing the content in the form field labeled "Mission:" on my Configuration page, found at (of course you can't see this one): http://www.analogduck.com/drupal/admin/system
Non-Administrator users are getting the following error whenever they click on the "create content" link:
"user error: Table 'db12345678.node' doesn't exist
query: SELECT n.title FROM node AS n WHERE n.nid = 0 in /homepages/12/d12345678/htdocs/includes/database.mysql.inc on line 97."
Here is a quick tip for Drupal image.module users who are running Gentoo.
If you are getting this error
warning: rename(tmp/tmpthumb_254fa7691a1ca09ccdceaf216a7afc13,images/thumbs/thumb_254fa7691a1ca09ccdceaf216a7afc13): No such file or directory in c:\webserver\modules\image.module on line 652.
Cannot save image.
chances are you simply emerged Imagemagick incorrectly.
Has anyone experienced or heard this before? The people who reach this page have no trouble accessing all other parts of the domain, including php driven content of forums etc.