Help - Search - Members - Calendar
Full Version: Can't Access To My Store Admin
CubeCart Forums > CubeCart Version 3 > Installation & Upgrade Help (Version 3)
hamagawa
after upload all the files to ftp, i don't know why i can't install the script with automatic method. (only access the site -
so i force to use the manual method, -
but after the installation

why i can View my Store Front
-
but can't View my Store Admin???
-



no one help, i change my script sad.gif
doclee
I too am having the same problem.
I get an Error says "No Admin Session" or about this.
Doc
robj
Did you delete the install folder?

take a look the following file and make sure the settings are correct.

INCLUDE >> GLOBAL.INC.PHP

rob
doclee
hamagawa,
By reading a lot and the help of an individual we figured my problem out. It was in my SSL Cert setup. I had a wrong value set. It was the rootRel_SSL ="/", I had an extra forward slash ("//"). That completely fixed my problem. You can download a small program that will allow you to chage any values easily. I'm not sure how to post it or even if I'm allowed to. But if think this may be your problem PM me and I'll give you the link.
Doc
Kellie
I have uploaded CC for the first time today and have this problem.

I have deleted the install file and when I try to access admin panel it takes me through to my store front, I can't raise a log in screen for admin.

Any suggestions??

I looked at the

INCLUDE >> GLOBAL.INC.PHP

but being a bit of a php ludite, not sure what I am looking at.

Cheers

Kellie
vokf
I think you forgot to include your URL...
ermm.gif
Kellie
QUOTE(vokf @ Nov 2 2007, 10:13 AM) *
I think you forgot to include your URL...
ermm.gif


http://liddyjoes.com.au/catalogue/
vokf
Hmm, never seen that before!

Have you changed .htaccess, or added any mods recently?
I can pull the admin screen, but the style sheets & images are missing;
http://liddyjoes.com.au/catalogue/admin/lo...admin/index.php

I suggest posting the contents of your /includes/global.inc.php
Please replace your database username & password with ***

I'm guessing a store path problem.

Jason
EcoMaMa
I am having a similar issue.
I am changing hosts and I am working on getting the store set up on the new host.

Here is the info from my global.inc.php

CODE
<?php
$glob['dbdatabase'] = 'youpayle_ccrt1';
$glob['dbhost'] = 'localhost';
$glob['dbpassword'] = '******';
$glob['dbprefix'] = '';
$glob['dbusername'] = '*****';
$glob['installed'] = '1';
$glob['rootDir'] = '/home/youpayle/public_html/shop';
$glob['rootRel'] = '/shop/';
$glob['storeURL'] = 'http://youpayless.com';
?>


For now I am accessing the store on their servers at

http://www.siteground214.com/~youpayle/shop/

I can not access the admin and there are no thumbnails. What would I need to do to the setting to get things going before the final transfer?

Jo
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.