database connection
Posted: Mon Apr 16, 2012 5:26 am
Hi I have uploaded my files to the remote server and I cannot conect to the database.
these are the details I am using, I have changed the user and password for this discussion:-
Your Server Name: customguitarworkscou.ipagemysql.com
Database Name: cgwshop
Database Username: user1
Database Password: password1
the Alegro cart config file is looking for more information:-
define('CONFIG_VERSION', '1.2.6');
define('DB_HOST', 'customguitarworkscou.ipagemysql.com');
define('DB_USER', 'user1');
define('DB_PASSWORD', 'password1');
define('DB_NAME', 'cgwshop');
define('DIR_BASE', 'CGWshop/');
define('HTTP_BASE', 'http://www.customguitarworks.co.uk/CGWshop/');
define('HTTPS_BASE', '');
anybody got any ideas, i have tryed numerous combinations and have written test script and can connect to the database via this. but not the cart script.
i have a feeling the problem lies with the DIR_BASE but I am not sure.
Thanks in advance
best regards
mike
these are the details I am using, I have changed the user and password for this discussion:-
Your Server Name: customguitarworkscou.ipagemysql.com
Database Name: cgwshop
Database Username: user1
Database Password: password1
the Alegro cart config file is looking for more information:-
define('CONFIG_VERSION', '1.2.6');
define('DB_HOST', 'customguitarworkscou.ipagemysql.com');
define('DB_USER', 'user1');
define('DB_PASSWORD', 'password1');
define('DB_NAME', 'cgwshop');
define('DIR_BASE', 'CGWshop/');
define('HTTP_BASE', 'http://www.customguitarworks.co.uk/CGWshop/');
define('HTTPS_BASE', '');
anybody got any ideas, i have tryed numerous combinations and have written test script and can connect to the database via this. but not the cart script.
i have a feeling the problem lies with the DIR_BASE but I am not sure.
Thanks in advance
best regards
mike