Can someone help with my propblem?
Just performing a first time test install on my hosted website and getting the following when running the admin tool:
Warning: main(config.inc.php): failed to open stream: No such file or directory in /home/.sites/101/site208/web/store/language/en/lang.inc.php on line 2976
Warning: main(): Failed opening 'config.inc.php' for inclusion (include_path='') in /home/.sites/101/site208/web/store/language/en/lang.inc.php on line 2976
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/.sites/101/site208/web/store/language/en/lang.inc.php:2976) in /home/.sites/101/site208/web/store/admin/includes/auth.inc.php on line 44
I have followed all instructions and even re-installed.. played about with the global.inc.php file below, with no joy...
<?
php $glob['dbdatabase'] = 'virtual_lifestyles_com';
$glob['dbhost'] = 'mysql.lcn.com';
$glob['dbpassword'] = 'password';
$glob['dbprefix'] = '';
$glob['dbusername'] = 'username';
$glob['installed'] = '1';
$glob['rootDir'] = '/home/.sites/101/site208/web/store'; this was set by default
$glob['rootRel'] = '/store/';
$glob['storeURL'] = 'http://www.virtual-lifestyles.com/store';
?>
Appreciate any help..
