I am using mysql for other applications..with the same database name. But when I try to connect to drupal , it says
Unknown MySQL Server Host
I think it is using the username..which it thinks is the databasename.. which in fact it is..so it should not have a problem. I am guessing that it is looking in the wrong place???
I use the $db_ur ="mysql://myusername:password@localhost/databasename
Hi, I'm using CPanel to set up my database and users, I think I've done everything correctly (i.e. edited my conf.php etc) but I get the following error:
Fatal error: Table 'tssh_drupalsam.users' doesn't exist query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = '6e5c41211090e17a588bad249ca3eb48' AND u.status < 3 LIMIT 0, 1 in /home/prefix/public_html/drupal/includes/database.mysql.inc on line 125
None of the other forum topics covering this error seem to relate to CPanel - can anyone help?
I am running drupal 4.5 with PHP 4.3.9.9 running on Apache 1.3.3, Drupal runs normal for first 10-15 hits but then gives following error :
warning: call_user_func_array(): First argumented is expected to be a valid callback, 'node_page' was given in D:\webroot\includes\menu.inc on line 351.
I checked few configuration options for php and apache , everything seems to be ok but I am still having this error .