Hi, I could really use some help here.
I get this error message when I try to get to the Admin Panel:
Error 502: /fcgi-bin/php/catalog/admin/index.php is not found at this location
Any Ideas anyone?
This is a discussion on No Admin!! within the osCMax v1.7 Installation forums, part of the osCmax v1.7 Forums category; Hi, I could really use some help here. I get this error message when I try to get to the ...
Hi, I could really use some help here.
I get this error message when I try to get to the Admin Panel:
Error 502: /fcgi-bin/php/catalog/admin/index.php is not found at this location
Any Ideas anyone?
Picman, you have the path defined incorrectly. You are telling oscommerce to look in the wrong place for the files.
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Hi Msasek, thanks for the prompt response.
The path I type into the browser is:
http://www.mysite.co.uk/catalog/admin/login.php
I have also tried ...admin/, ...admin/index.php.
It is really strange, if I type ...admin/ and hit return I get the error message, the same with the other line endings. If I hit the 'Refresh' button on my browser three or four times it lets me go to the login page, but not every time.
Does the correct path need to be defined in one of the MS2 MAX files, is it possible I made a mistake on the install? What do you think?
Hi,
For anyone that is interested the problem lay in the 'configure.php' files.
OLD:
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
NEW:
define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'
Files needed to be changed in both 'includes' folders. Now works fine.
![]()
Bookmarks