http://theamericandriller.com/admin/login.php
Even though everything during install showed "success" when I go to
http://theamericandriller.com/index.php I see I have a database error
Code: Select all
/home/curtis/public_html/lib/adodb.functions.php:52 - offsetGet
/home/curtis/public_html/lib/classes/class.CmsApp.php:229 - adodb_connect
/home/curtis/public_html/include.php:201 - GetDb
/home/curtis/public_html/index.php:71 - require_once
FATAL ERROR: Could not find database connection key dbms in the config file
Here is that config with password edited out
Code: Select all
<?php
# CMS Made Simple Configuration File
# Documentation: /doc/CMSMS_config_reference.pdf
#
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'localhost';
$config['db_username'] = 'xxxxx';
$config['db_password'] = 'xxxxx';
$config['db_name'] = 'xxxxx';
$config['db_prefix'] = 'cms_';
$config['timezone'] = 'America/North_Dakota/Center';
?>
The site shows up here http://theamericandriller.com but there is no way to log into the admin control panel to edit the site
Thank you