consolidated Posted November 24, 2007 Posted November 24, 2007 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.
♥geoffreywalton Posted November 24, 2007 Posted November 24, 2007 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 ======>>>>>.
consolidated Posted November 24, 2007 Author Posted November 24, 2007 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.
Guest Posted November 24, 2007 Posted November 24, 2007 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.
consolidated Posted November 24, 2007 Author Posted November 24, 2007 What were you doing? You can restore from your backed up files. I was installing this add-on: http://addons.oscommerce.com/info/4990. I reverted to my back up, but now the Admin side does not work...although the website side works perfectly okay (as before). Mark.
♥Vger Posted November 24, 2007 Posted November 24, 2007 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
consolidated Posted November 25, 2007 Author Posted November 25, 2007 Thank you everybody for your help. I uploaded an old version of the Admin folder and that seemed to resolve the issue. Thank you, Mark
Recommended Posts
Archived
This topic is now archived and is closed to further replies.