Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Back office not working


consolidated

Recommended Posts

Posted

Hi there,

 

While modifying my store, the back office seems to have stopped working.

 

When I go to my admin folder I can log on, but when I click onto a sub-section I get a 404 Not Found error "The requested URL was not found on this server."

 

Any ideas what could have gone wrong and any suggestions to fix it would be much appreciated.

 

Mark.

Posted

Check the configure.php file in /admin/includes.

 

Have you specified the path to the admin are correctly?

 

Some hints for a locally installed copy or web based.

 

define('DIR_WS_ADMIN', '/dev/catalog/admin/'); // absolute path required

define('DIR_FS_ADMIN', 'C:/Program Files/xampp/htdocs/dev/catalog/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/dev/catalog/'); // absolute path required

 

or

 

define('DIR_WS_ADMIN', '/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/home/xxxxxxxxxxx/public_html/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/'); // absolute path required

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

Hi there,

 

Thank you for your words and time. This is what I have in the

 

 

<?php

define('HTTP_SERVER', 'http://www.toptoners.co.uk');

define('HTTP_CATALOG_SERVER', 'http://www.toptoners.co.uk');

define('HTTPS_CATALOG_SERVER', 'http://www.toptoners.co.uk');

define('ENABLE_SSL_CATALOG', 'false');

define('DIR_FS_DOCUMENT_ROOT', '/usr/local/psa/home/vhosts/toptoners.co.uk/httpdocs/catalog/');

define('DIR_WS_ADMIN', '/catalog/admin/');

define('DIR_FS_ADMIN', '/usr/local/psa/home/vhosts/toptoners.co.uk/httpdocs/catalog/admin/');

define('DIR_WS_CATALOG', '/catalog/');

define('DIR_FS_CATALOG', '/usr/local/psa/home/vhosts/toptoners.co.uk/httpdocs/catalog/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

(Without the password section).

 

Not sure if it is right or not as I am new to PHP.

 

Mark.

Posted
Hi there,

 

While modifying my store, the back office seems to have stopped working.

 

 

Mark.

What were you doing?

You can restore from your backed up files.

Posted

Well your admin/includes/configure.php file looks to be okay - so I'd guess that there is still something you need to rollback from when you tried to install that contribution.

 

Vger

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...