Hi all,
I have just installed version 4.6, but am getting error messages when reading index.php with firefox. The drupal install is at
http://www.hi-expectations.com
If you go to this site, you should see this:
Warning: ini_set() [function.ini-set]: A session is active. You cannot change the session module's ini settings at this time. in C:\Inetpub\wwwroot\hi-expectations.com\web\sites\default\settings.php on line 109
Warning: ini_set() [function.ini-set]: A session is active. You cannot change the session module's ini settings at this time. in C:\Inetpub\wwwroot\hi-expectations.com\web\sites\default\settings.php on line 111
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) in C:\Inetpub\wwwroot\hi-expectations.com\web\includes\database.mysql.inc on line 31
Can't connect to MySQL server on 'localhost' (10061)
I've read the handbook and consulted the posts on the subject, but it still doesn't work. I gone over lines 81 and 90 of the /site/default/settings.php file and everything seems fine with my settings. I've set the username, password, database name and server name to the right settings.
I even tried to edit the database.mysql.inc but did not find any mention of "localhost".
I access my database using phpMyAdmin, and was able to import the database.mysql file. That seemed fine, but the error messages still haunt me.