Help - Search - Members - Calendar
Full Version: My global.inc.php has no information in it
CubeCart Forums > CubeCart Version 3 > Installation & Upgrade Help (Version 3)
skekum
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
convict
global.inc.php from installation package has right the same content.

Are you using a real FTP client, or FTP over HTTP by using some cache server? File seems to be overwrited.
skekum
I used Dreamweaver for the ftp upload.

I do have "Transmit", I could use that.
convict
try to install again - fresh.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.