[Webcollab-users] Installing on godaddy
Brought to you by:
andrewsimpson
From: cdcarter <cd...@ca...> - 2008-11-12 14:51:00
|
I'm trying to install webcollab on a godaddy account. I gather the setup.php script won't work with their system, so I set up a sql database manually and made the following changes to the config.php file: //DATABASE OPTIONS define('cdcarter', "" ); define('cdcarter', "" ); define('mypassword', "" ); //Database type (valid options are "mysql", "postgresql", "mysql_innodb" and "mysqli") define('DATABASE_TYPE', "mysql" ); //Database host (usually "localhost") define('DATABASE_HOST', "p41mysql103.secureserver.net" ); When I try to log in, I get the following message: Sorry but there seems to be a problem in connecting to the database server Has anybody else managed to make it work with Godaddy? -- View this message in context: http://www.nabble.com/Installing-on-godaddy-tp20461753p20461753.html Sent from the webcollab-users mailing list archive at Nabble.com. |