Awesome piece of software, congrats to all!
I do have a little tiny problem though, I kind of wonder if it is the way my provider functions, they have a control deck that protects their servers from shell access, anyway...
Type error
Date Sunday, 18 July, 2004 - 9:22pm
User *omit*
Location /?q=node/add/page
Message user error: Access denied for user: 'jerblcom_drupal@localhost' to database 'jerblcom_drupal' query: LOCK TABLES sequences WRITE in /home/jerblcom/public_html/includes/database.mysql.inc on line 97.
Hostname *omit*
When I post a story, along with the successful post in the log, it also includes this one right next to it. The story seems to post, but the error message appears right on the top of the page right after posting and I want to resolve the problem. Other useful settings in conf.php...
$db_url = "mysql://jerblcom_drupal:*omit*@localhost/jerblcom_drupal";
The only thing I can think of is I am not getting this sytax right, I read the file and it appears to access correctly, everything else in the drupal site works great to my knowledge, its still a new site, so I haven't tested everything, but this is the first time I have had an error. There were a couple posts that listed problems similar, although they didn't explain themselves very well, but I caught making sure the user is created with all privileges (got that) and check the .htaccess file (not sure what to look for that would have something to do with this).