Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

what did I do wrong


craftworx

Recommended Posts

I upgraded to the latest version but when I click on anything in the admin panel I get this type of errormessage did I do something wrong?

 

Not Found

The requested URL /shop/admin/HTTPS_SERVERDIR_WS_HTTPS_ADMINcategories.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Link to comment
Share on other sites

 admin/includes/configure.php

add the following configuration parameters with your store values:

define('HTTPS_SERVER', '');
define('ENABLE_SSL', false);
define('HTTP_COOKIE_DOMAIN', '');
define('HTTPS_COOKIE_DOMAIN', '');
define('HTTP_COOKIE_PATH', '');
define('HTTPS_COOKIE_PATH', '');

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

http://library.oscommerce.com/Online&en&oscom_2_3&release_notes&v2_3_4

 

maybe forgot to upgrade the admin/includes/configure.php

 

maybe permission set to 444 so it did not overwrite??

 

 

To improve is to change; to be perfect is to change often.

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...