Hello, I recently installed 0.79RC6. The install went well and I was able to administer the site. I spent a few minutes changing categories and editing a few settings. I ultimately created a dummy user to test out the site as a non admin. Once I went back to editing (as admin) I found I was no longer able to do anything. The address adds an extra /admin (.com/store/admin/admin/?controller=home) If I remove the extra /admin I can see the menus, but if I try to save any edits I have the same issue. "The page you requested cannot be found!" with an extra /admin in the address.
I don’t know how the extra /admin started happening (I don’t think I had even closed the session from when it was working just fine.)
Is there a file I can edit to fix this? I looked thru a few of them, but came up with nothing.
**Edit: I now think having the SSL enabled (for Admin) is causing my problem. Is there a way to disable this?
I don’t know how the extra /admin started happening (I don’t think I had even closed the session from when it was working just fine.)
Is there a file I can edit to fix this? I looked thru a few of them, but came up with nothing.
**Edit: I now think having the SSL enabled (for Admin) is causing my problem. Is there a way to disable this?
Last edited by flinxz on Fri Jan 09, 2009 12:26 pm, edited 1 time in total.
You can run this sql in your phpmyadmin:
If enabling SSL on the admin, the config file also needs to be updated manually. This should probably be assumed to be https://www.yoursite.com. during install. We'll discuss it
Code: Select all
UPDATE `setting` SET `value` = '0' WHERE `type` = 'admin' and `key`= 'config_ssl' ;
Last edited by Qphoria on Fri Jan 09, 2009 12:57 pm, edited 1 time in total.
It's probably the same issue as described here.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I addressed this issue with the following code changes:
http://code.google.com/p/open-cart/source/detail?r=324
Please let me know if this fixes your problems, you may need to reinstall to make it relevant.
http://code.google.com/p/open-cart/source/detail?r=324
Please let me know if this fixes your problems, you may need to reinstall to make it relevant.
Last edited by hm2k on Fri Jan 09, 2009 9:04 pm, edited 1 time in total.
Hi,
I have a problem with https://. I just posted a thread with this problem. As you suggest that should have it fixed after installed these files?? I still have the two-admin problem once I put ssl on on admin panel. Please advise. Thanks!
I have a problem with https://. I just posted a thread with this problem. As you suggest that should have it fixed after installed these files?? I still have the two-admin problem once I put ssl on on admin panel. Please advise. Thanks!
After I attempted to fix HTTPS by adding // HTTPS
define('HTTPS_BASE', 'http://www.yourstore/'); on config.php. https url works fine. Also, It fixed my problem having two admin displaying on url address.
Q mentioned it on http://forum.opencart.com/index.php/topic,2559.0.html
Thank you all!!
define('HTTPS_BASE', 'http://www.yourstore/'); on config.php. https url works fine. Also, It fixed my problem having two admin displaying on url address.
Q mentioned it on http://forum.opencart.com/index.php/topic,2559.0.html
Thank you all!!
Who is online
Users browsing this forum: No registered users and 3 guests