Guest Posted July 29, 2008 Posted July 29, 2008 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!!
sLaV- Posted July 29, 2008 Posted July 29, 2008 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');
Guest Posted July 30, 2008 Posted July 30, 2008 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.