Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Nothing working in admin area!


shayrgob

Recommended Posts

Posted

I finally got into my admin area and now ive encountered yet another problem. Whenever i click on something in the admin area it says this:

 

 

Not Found

The requested URL /admin/configuration.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.

 

 

 

I hope this isnt a big problem. Let me know what you guys think this is. thanks

  • 4 months later...
Posted
I finally got into my admin area and now ive encountered yet another problem. Whenever i click on something in the admin area it says this:

Not Found

The requested URL /admin/configuration.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.

I hope this isnt a big problem. Let me know what you guys think this is. thanks

 

The system is assuming (i think) that you have moved the admin directory out of the catalog directory to the same level as the catalog directory.

 

mv admin ../

  • 1 month later...
Posted

This happened to me too. The problem was in the catalog/admin/includes/configuration.php file. The admin folder path was messed up.

I had:

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

Needed to be:

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

Archived

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

×
×
  • Create New...