I'm having trouble finding which Permission affects the current_inventory page/view.
When an admin user trys to visit the page they get the classic "Access denied You are not authorized to access this page." in the Drupal UI
They also don't have access to admin/merci/manage and when they try to go there the message "You do not have any administrative items."
I've tried to enable every permission across the board but nothing helps.
The only user that has access to this is uid->1
Any Ideas?
Drupal Core 6.2.2
MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.x-2.x-dev (2011-May-25)
Thanks for your help.
Comments
Comment #1
darrick commentedShould be "manage reservations" and "access administration pages" permissions.
Info on permissions in MERCI is here: http://drupal.org/node/1013528
Comment #2
thepulsingeye commentedThat's what I thought. Both those are checked and still no luck.
With those checked they can get to other pages in the admin, and are able to successfully manage reservations
just unable to access either the current_inventory or the MERCI Reports.
The strangest thing of all is they can access the admin/merci/manage/inventory page but not admin/merci/manage/current_inventory
Let me know if anything else comes to mind that I could take a look at (maybe somewhere in views??)
This may also help,
I just went verbose and got this message while accessing the page from the Site Admin account...
user warning: Table 'advrep_drupas.merci__node' doesn't exist query: SELECT COUNT(n.nid) as total FROM node n LEFT JOIN merci__node mbn ON n.vid = mbn.vid WHERE n.type = 'video' AND mbn.merci_default_availability = 1 AND mbn.merci_sub_type = 1 in /Volumes/Home/WebServer/Equipment/profiles/openmedia/modules/merci/includes/database.inc on line 602.
Thanks again