Help - Search - Members - Calendar
Full Version: Cant access admin panel after new install
CubeCart Forums > CubeCart Version 3 > Installation & Upgrade Help (Version 3)
alf
Hi there,

Have just installed cubecart and the store seems to be functioning correctly, however I can't access the admin panel. I just get the error in Firefox:

Forbidden
You don't have permission to access /store/admin/ on this server.

doesnt work in ie either.

I am never prompted for the password so I dont know whats going on?

Sorry if this is a stupid query I am *not* a sql or php expert by any means
roban
please post the contents of your includes/global.inc file here. You can x out the password stuff.
alf
QUOTE(roban @ Nov 24 2006, 03:25 PM) *
please post the contents of your includes/global.inc file here. You can x out the password stuff.


here is is:

<?php
$glob['dbdatabase'] = 'supxxx';
$glob['dbhost'] = 'mysql2.streamline.net';
$glob['dbpassword'] = 'xxxxxxxxxxxxxxxx';
$glob['dbprefix'] = '';
$glob['dbusername'] = 'suxpxxx';
$glob['installed'] = '1';
$glob['rootDir'] = '/home/fhlinux179/s/superiorqualitea.com/user/htdocs/store';
$glob['rootRel'] = '/store/';
$glob['storeURL'] = 'http://www.superiorqualitea.com/store';
?>
alf
seem to have found the problem, some files from the admin folder hadn't gon e up in the ftp transfer ..... including login.php- doh, logs in now!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.