Jump to content

Cant access admin panel after new install


Guest alf

Recommended Posts

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

Link to comment
Share on other sites

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';

?>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...