I am new to PHP/CMS and after everything was working fine for a while, I managed to destroy the config.php file and now everything is down

I tried to enable pretty URLs and somehow managed to upload an nearly empty config.php file to server (yes...). Now I get
Code: Select all
$config['url_rewriting'] = 'mod_rewrite'; // this is new from 1.6 $config['page_extension'] = '.html'; $config['use_hierarchy'] = true; // no longer in the config file $config['query_var'] = 'page';/home/domain/domain/lib/adodb.functions.php:80 - offsetGet
/home/domain/domain/lib/classes/class.CmsObject.php:218 - adodb_connect
/home/domain/domain/include.php:156 - GetDb
/home/domain/domain/index.php:71 - require_once
FATAL ERROR: Could not find database connection key dbms in the config file
Please help