I did a fresh install of CC 3.0.5 and after having an issue with viewing the pages off-line i checked the global.inc.php file.
After seeing what other peoples file contains, mine has only this info below:
<?php
$glob['dbdatabase'] = '';
$glob['dbhost'] = 'localhost';
$glob['dbpassword'] = '';
$glob['dbprefix'] = '';
$glob['dbusername'] = '';
$glob['installed'] = '0';
$glob['rootDir'] = '';
$glob['rootRel'] = '';
$glob['storeURL'] = '';
?>
The store appears to run OK although i haven't tried to buy anything yet since the installation.
Can someone confirm the inf that should be in this file ?
Thanks