Time Warner - TWTC Hosting

Permalink
Has anyone gotten concrete5 to work on TWTC?

I have run 10 attempts now, making sure setting are correct and working with the TWTC support and end up at the end of the install process with an error page. concrete5 populated the msql database and created the site.php page so smomething is working correctly.

Any Ideas?

 
nteaviation replied on at Permalink Best Answer Reply
nteaviation
Is your /config/site.php file empty? If it is then manually update it with the appropriate information:

define('DB_SERVER', 'xxxx');
define('DB_USERNAME', 'xx');
define('DB_PASSWORD', 'xxxx');
define('DB_DATABASE', 'xx');
define('BASE_URL', 'http://mysite.com');
define('DIR_REL', '/');
define('PASSWORD_SALT', 'xxxxxxxxxxx');