Jump to content

Admin login issue


Guest

Recommended Posts

I am trying to get paypal to work. Evry time i complete a transaction it gives me an error message bassically saying that the transaction can not be process. API infos are right and all is enable.

Now all the sudden i tried to log back on admin and i get a 404 message, saying that the file cannot be found when i am lookin in my ftp thing and all my files are ther... The store is still up i just cant get to admin

website url: www.majesticboutik.com/store,

admin: www.majesticboutik.com/store/admin

PLEASE help

Link to comment
Share on other sites

Then something has changed with your paths. Can you post your includes/global.inc file? Who do you host with?

<?php

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

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

$glob['dbpassword'] = 'removed';

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

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

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

$glob['rootDir'] = '/store';

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

$glob['storeURL'] = 'http://majesticboutik.com/store';

?>

>>>Please remember NOT to include any passwords and user names when posting <<<

Edited by vrakas
Link to comment
Share on other sites

Then something has changed with your paths. Can you post your includes/global.inc file? Who do you host with?

<?php

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

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

$glob['dbpassword'] = 'removed';

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

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

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

$glob['rootDir'] = '/store';

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

$glob['storeURL'] = 'http://majesticboutik.com/store';

?>

>>>Please remember NOT to include any passwords and user names when posting <<<

This is mine to compare

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

$glob['rootDir'] = '/chroot/home/mydomainaccountname/mydomain.com/html';

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

$glob['storeURL'] = 'http://www.mydomain.com';

Hope this helps B)

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