Post by Mike Smith » Tue Jan 16, 2007 10:29 am

My install wont work.
Im setting trhis up on a subdomain and do not have domain admin access.

Error: Could not connect to the database please make sure the database server, username and password is correct!

that is the error i get, yes the database info is correct.

the directory is sub.host/1!/store

can anyone help

Newbie

Posts

Joined
Tue Jan 16, 2007 10:17 am

Post by Lord_Azure » Tue Jan 16, 2007 5:22 pm

Check you have the latest  version of the script.

Then in install/index.php there is a line 53

if (!$connection = @mysql_connect($_POST['db_server'], $_POST['$db_username'], $_POST['db_password']))
there is extra $ with  $_POST['$db_username']  it should be fixed to
if (!$connection = @mysql_connect($_POST['db_server'], $_POST['db_username'], $_POST['db_password']))

This should of been fixed and uploaded to download.

New member

Posts

Joined
Thu Nov 23, 2006 2:16 am
Who is online

Users browsing this forum: No registered users and 4 guests