I uploaded the Drupal files to folder called 'drpl' on the server.
I inserted the tables in the database.
I inserted the database access details in the 'settings.php' file. It looks something like this:
* Database URL format:
* $db_url = 'mysql://mydatabase:mypassword@localhost/mydatabase';
/**
* Base URL:
*
* The URL of your website's main page. It is not allowed to have
* a trailing slash; Drupal will add it for you.
*/
$base_url = 'http://www.mywebsite.com/drpl';
I just made a new install of Drupal 4.6.3 and started getting the following error right away:
Access denied for user: 'kohala@localhost' to database 'kohalaaction_org' query: LOCK TABLES sequences WRITE in /home2/kohala/kohalaaction-www/communityvoices/includes/database.mysql.inc on line 66.
I toggled the show error on page/log so at least it no longer crashes the page, but I am worried that it will cause some long term problem.
Everything else seems to work just fine. Should I just ignore this or try to track down the cause.
Well, I have been trying to get php code working inside blocks and stories on a test Drupal site with no luck. The php code was initially erroring and now it's just ignored and no error message given. Everything else on my test site works fine within Drupal except this. I have searched for anyone with a similar problem, but found nothing. My initial post on this yielded little help from the community :( I don't know what else to do. Anyone have any suggestions?