I have done a clean install using the install script.
All went well but when I access my shop I get this error:
CODE
Warning: main(): Unable to access config.inc.php in /home/sv_famlorentsendk/cubecart/language/dk/lang.inc.php on line 2443
Warning: main(config.inc.php): failed to open stream: No such file or directory in /home/sv_famlorentsendk/cubecart/language/dk/lang.inc.php on line 2443
Warning: main(): Failed opening 'config.inc.php' for inclusion (include_path='') in /home/sv_famlorentsendk/cubecart/language/dk/lang.inc.php on line 2443
Warning: main(config.inc.php): failed to open stream: No such file or directory in /home/sv_famlorentsendk/cubecart/language/dk/lang.inc.php on line 2443
Warning: main(): Failed opening 'config.inc.php' for inclusion (include_path='') in /home/sv_famlorentsendk/cubecart/language/dk/lang.inc.php on line 2443
and admin give this error:
Warning: main(): Unable to access config.inc.php
CODE
in /home/sv_famlorentsendk/cubecart/language/dk/lang.inc.php on line 2443
Warning: main(config.inc.php): failed to open stream: No such file or directory in /home/sv_famlorentsendk/cubecart/language/dk/lang.inc.php on line 2443
Warning: main(): Failed opening 'config.inc.php' for inclusion (include_path='') in /home/sv_famlorentsendk/cubecart/language/dk/lang.inc.php on line 2443
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/sv_famlorentsendk/cubecart/language/dk/lang.inc.php:2443) in /home/sv_famlorentsendk/cubecart/admin/includes/auth.inc.php on line 38
Warning: main(config.inc.php): failed to open stream: No such file or directory in /home/sv_famlorentsendk/cubecart/language/dk/lang.inc.php on line 2443
Warning: main(): Failed opening 'config.inc.php' for inclusion (include_path='') in /home/sv_famlorentsendk/cubecart/language/dk/lang.inc.php on line 2443
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/sv_famlorentsendk/cubecart/language/dk/lang.inc.php:2443) in /home/sv_famlorentsendk/cubecart/admin/includes/auth.inc.php on line 38
All settings should be ok.
My config.inc.php looks like this:
<?php
$glob['dbdatabase'] = 'mysqluser71514';
$glob['dbhost'] = 'webhotel7.webhosting.dk';
$glob['dbpassword'] = '******';
$glob['dbprefix'] = '';
$glob['dbusername'] = 'mysqluser71514';
$glob['installed'] = '1';
$glob['rootDir'] = '/home/sv_famlorentsendk/cubecart';
$glob['rootRel'] = '/cubecart/';
$glob['storeURL'] = 'http://famlorentsen.dk/cubecart';
?>
My phpinfo can be accesed here:
http://famlorentsen.dk/phpinfo.php
I would appreciate any help.
Best regards
Jens L
PS. All files have been uploaded and reoploaded !