Jump to content

No administration session was found


Guest

Recommended Posts

I have our store up running Version 3.05 on my localhost but now have a different problem.

I can not login as Admin and get the following error:

No administration session was found

With page cannot be displayed.

Can anyone help.

Thanks

Link to comment
Share on other sites

Guest sunshine

Hi CountryFayre,

Some member here seem to get the 'No Administration Found' output but it usually doesn't cause a problem. Do you see your login screen at all or are you just not able to login? It's hard to tell with just that bit of info.

Link to comment
Share on other sites

Hi thanks for the feedback

if I go to /admin/login.php

I do see the login screen by the images do not show. When the login is entered page not available is displayed.

Ialso created a user and attempted to login to the storefront this also was unsuccessful the user was created ok, checked this via mysql.

Thanks

John

Link to comment
Share on other sites

  • 2 weeks later...

Hi Convict

I have not progressed any further in fact I had given up until today.

Using http://127.0.0.1/CubeCart3.05/admin/index.php

The following error is received:

Parse error: parse error in c:\program files\easyphp1-8\www\cubecart3.05\includes\global.inc.php on line 11

Using http://127.0.0.1/CubeCart3.05/admin/login.php

Top left hand corner reads: No administration session was found.

The image /admin/index.php link is missing

The Username and Password is visible plus request password login button and the Copyright.

If I attempt to login: Page cannot be found.

This is the address.

http://127.0.0.1/admin/login.php?goto=

Any other suggestions would be much appreciated.

Thanks

John

Link to comment
Share on other sites

Hi Convict

Here is the global.inc.php

<?php

$glob['dbdatabase'] = 'cubecart35';

$glob['dbhost'] = 'localhost';

$glob['dbpassword'] = '';

$glob['dbprefix'] = 'cc35';

$glob['dbusername'] = 'root';

$glob['installed'] = '1';

$glob['rootDir'] = 'c:\program files\easyphp1-8\www\cubecart3.05';

$glob['rootRel'] = '/';

$glob['storeURL'] = 'c:\program files\easyphp1-8\www\cubecart3.05';

?>

Thanks

John

Link to comment
Share on other sites

$glob['storeURL'] = 'c:\program files\easyphp1-8\www\cubecart3.05';

There's ur problem if ur running locally it should be

$glob['storeURL'] = 'http://localhost/cubecart3.05';

i think something like that

Link to comment
Share on other sites

Tried that and also tried substituting "localhost" with the IP address show when running easy php.

$glob['storeURL'] = 'http://127.0.0.1/cubecart3.05';

Both exibited the same error as before. Maybe I should give up trying to set this up locally and set up a test site on the web.

Any other ideas?

Thanks

John

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...