When I log into my admin page, I noticed that "Admin Access Management" is missing on the menus. How can I add this back?
thanks
When I log into my admin page, I noticed that "Admin Access Management" is missing on the menus. How can I add this back?
thanks
That option is available out-of-the-box with a fresh install of Zen Cart.
So, when did this symptom start?
What changes did you make between "when it was there" and "when it disappeared"?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
If I recall it was there when I first started, I tried to add Admin Profiles and had errors, which I believe I remove all of admin profiles. How could I restore this
You've got me confused.. first, what version are you using?
v1.5 comes with Admin Profiles already installed (now referred to in the menu as Admin Access Management).
In previous versions, you needed to install the "Admin Profiles" mod, which then appeared under Tools->Admin Profiles. It sounds like (I might be misunderstanding) you installed 1.5, then tried to install Admin Profiles mod (on top of the already existing code), then tried to uninstall it? If that's the case, my advice would be to start over with a fresh install - or use a compare program to find out what has changed, and revert it back to stock 1.5 code.
If i am misunderstanding, please clarify..
YOu are right. I started with 1.5 [I wanted more control over admin, and thinking admin profiles would do this I installed it], then had problems 500 errors, and did not even realize that it was even missing until a few days ago. Would upgrading to the 1.5.1 zencart fix this, would prefer not starting over.
Thanks
I wouldn't add the extra confusion of an upgrade into the mix until you get this sorted. If you don't want to start fresh, you can use a compare program to find what files are different from your site vs a clean installation - but you'll need to know what you're looking at, and determine if the differences are from your admin profiles "issue", or from customizations you've made.
If this were me - I would start with a fresh version of 1.5.. i'd do a compare with my site files, and then copy over any edits that you've made FROM your site, TO the fresh install. Most should be done in overrides folders, and will be easily transferred. Any core edits can be identified and transferred over. Then, when you're done, you'll have a complete set of 1.5 files along with your changes.
If you do it the other way around (copying files FROM fresh install TO your site files), it's very easy to miss something, and you could spend months chasing down admin access errors..
As always, all of this work should take place on a local backup of your files, and nothing should be done on live site until everything is tested and working.
Just my 2¢
I copied all the orginal files from from the orginal setup and that tab is missing there as well, that might have been why I looked into admin profiles.
What can I do? Could this be in the database?
Thanks
yes, in the new 1.5 version - modules have to be "registered" before they will appear on the admin menu. if you run these queries on your db vs a fresh test db, you'll see what you need to have in your db..
SELECT * FROM `admin_pages` where language_key LIKE "BOX_ADMIN_%"
also run:
SELECT * FROM `admin_menus` where language_key = "BOX_HEADING_ADMIN_ACCESS"
first one should return 4 results from a fresh install.. your db needs these same 4 results.
second one should return 1 result, again, you need that in your install if it's not there.
(these are educated guesses, as you're beyond normal procedure and are instead cobbling together pieces that were broken by the uninstall.. so again, do this on test db/site before doing anything to live. in theory if the files are all there, and you replace the database values, the menu should appear)
Do I enter this in the SQL Query Executor ?
From what I can tell the files needed are all there
Simplest approach:
use phpMyAdmin to:
- delete everything from your "admin" table
- put back a single new user
These can be done by following this process: http://www.zen-cart.com/content.php?...rd-(i-lost-it)
then login to your admin and reset the password, again as described in that article
Do the symptoms still exist?
- if not, then go ahead and set up your own personalized admin user account, and delete the temporary one created by the above process
- if yes, then your problems are much deeper and will require quite a bit of digging, using phpMyAdmin
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Bookmarks