
Originally Posted by
delia
Someone installed this and somehow screwed it up. The users and the profiles are missing from the dropdown menu for superusers. If you go straight to the users.php file, the edit button has FILENAME_USERS instead of users on it. A hint as to what to do to fix this would be great. It must be a database thing? I've made sure the correct admin files are uploaded to admin. There has been some work done in admin but not anything major that I can see.
1) Are they missing for ONLY superusers? Or are they missing for ALL users?
2) Was this a clean 1.5.0 installation? Was this an upgrade from a previous installation of Zen Cart on the host? Was this a move from another location?
3) Is there a reason you have not moved to 1.5.1 which includes a number of fixes and enhancements?
4) Do you have a working backup of the admin related database entries and files?
Off the top of my head, I would guess you are right, someone screwed up the installation. The drop-downs you refer to are generated based upon content in the Zen Cart database. Missing data in the admin related tables WILL cause items to not show up here. Also as Design75 pointed out, something is most likely missing in your language files (or the configuration file).
What do you see when you execute the following SQL Queries (add your zen_cart prefix if you have one to the table names)?
Code:
SELECT * FROM `admin_menus` WHERE `menu_key` = 'access';
SELECT * FROM `admin_pages` WHERE `menu_key` = 'access';
If the site does not already have a large amount of content added to the database and either of those queries return no data... you might want to just delete the installation and database. Otherwise you may need to manually merge database rows as well as Zen Cart files.