-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ocmod cannot handle renamed admin folder #2816
Comments
this was already addressed in the latest version |
Daniel, It was certainly not fixed in the v2.0.1.1 download that I am building the site with, which was downloaded at the start of March 2015. So unless there has been a version upgrade since then, then it is not fixed in the latest version. |
version 2.0.2.0 was released on March 31st. Download |
Thank you - I was not aware that 2.0.2.0 had been released. |
We are not able to successfully change the admin name. Please do let us know how to rename the admin folder for version 2.0.3.1. Thanks |
As posted in OC forums - http://forum.opencart.com/viewtopic.php?f=191&t=142296
This is a bug report, I've found quick and dirty workarounds as detailed below - OC devs need to address the main issue reported ...
Main issues -
1a. If the ocmod extension contains a folder and file set for /admin/ in the upload folder, the main extensions installer does not redirect the upload to the renamed admin folder, instead it creates a new folder called admin and sends the upload there.
1b. The extensions installer does not recognise the renamed admin folder for actioning the install.ocmod.xml file and fails without errors leaving no addition of links and settings in admin for the uploaded extension - also no addition of the extension to Users - User Groups - for setting access and modification permissions.
There are some workarounds I have found through trial and error, but they are not a long term solution and they are certainly not recommended if OC is building towards a WordPress-style solution where modifications can be downloaded and installed direct from the OpenCart repository from within the modifications installer ...
2a. upload via the extensions installer and refresh the modifications cache
Hope it helps someone, especially the OC Devs - take a look at how vqmod handles renaming the admin folder - ocmod needs something similar.
The text was updated successfully, but these errors were encountered: