Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

store/admin/FILENAME_LOGIN - please help me login to store!


Guest

Recommended Posts

Posted

I used this contribution

http://addons.oscommerce.com/info/1347

to add a wysiwyg for the define page. It went wonderfully until I tried to login to my http://storename.com/store/admin page.

I now get a

ERROR 404 - PAGE NOT FOUND

and in the address line I get http://storename.com/store/admin/FILENAME_LOGIN

 

I looked in the define('FILENAME_LOGIN', 'login.php'); which I found on this post:

http://www.oscommerce.com/forums/lofiversion/i...hp?t274938.html

added it to includes/filename.php file file (even though it said the same thing that was in the post).

That didn't fix the admin.

 

Will someone please help me fix this. I think I have my store pretty well like I want it except for the space of the middle of the store and of course, being able to login the oscommerce admin of the store.

 

Thanks!!!!!! ANYONE for their help!!

Posted

There are two filenames.php ... one in /catalog/includes/ directory which is for the store front and one in /catalog/admin/includes/ which is for the backend admin section ... did you check the one in /catalog/admin/includes/ directory ??

 

It seems this admin filenames.php is missing define('FILENAME_LOGIN', 'login.php');

Posted
There are two filenames.php ... one in /catalog/includes/ directory which is for the store front and one in /catalog/admin/includes/ which is for the backend admin section ... did you check the one in /catalog/admin/includes/ directory ??

 

It seems this admin filenames.php is missing define('FILENAME_LOGIN', 'login.php');

Thank you!!! Thank you!!! I just changed the catalog/includes not the admin includes which makes perfect since why it would be there! I can now get in the admin.

Archived

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

×
×
  • Create New...