Hello friends.
I am using Zikula 1.0.1
In our site, we have a group (Teachers) who are Subadmins. We would like to give them the right to administrate the Categories system.
Just bellow the
Administrators | .* | .* | Admin
permission I have inserted the following permission:
Teachers | (News|Stories|Pages|pnForum|Mediashare|crpCalendar|freechat|Admin_Messages|Categories|Users|Groups):: | .* | Admin
This permission gives Teachers admin access to several modules.
A Teacher can open the Categories module. He can even enter the form to add/edit a category. But when he/she submits the form he gets an error:
>> Access Denied
>> Sorry! You do not have authorization to access this page
>> Additional technical information
>> Sorry! No authorization to access this module.
By clicking on the Component/Instance on the header of permissions table, I did not found any other Instance of Categories module.
Any suggestions?
Yiannis
----------------
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Permissions to Subadmins to administer Categories
-
- Rank: Registered User
- Registered: Jan 10, 2009
- Last visit: May 10, 2009
- Posts: 9
-
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
Weird
the form process is taken by adminform and it checks for:
'Categories', '::', ACCESS_ADD (for new categories) and ADMIN access to edit them.
The form checks for a different component:
'Categories::category', '::', ACCESS_ADMIN
but you said that the form is accessible
so, i have no idea of what's happening
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Registered User
- Registered: Jan 10, 2009
- Last visit: May 10, 2009
- Posts: 9
In demo.zikula.org I have just added a group teachers and gave them permissions just as above:
Teachers | (News|Stories|Pages|pnForum|Mediashare|crpCalendar|
freechat|Admin_Messages|Categories|Users|Groups):: | .* | Admin
The user Teacher (who belongs in group Teachers) experiences the same problem: He enters the Categories Administration, opens the form to add a category, but when he submits the form to apply the addition, same message appears:
"Sorry! You do not have authorization to access this page"
If this happens in demo site too, then I guess it has to do with zikula environment itself and not only with my installation.
Yiannis
----------------- -
- Rank: Registered User
- Registered: Jan 10, 2009
- Last visit: May 10, 2009
- Posts: 9
-
- Rank: Registered User
- Registered: Jan 10, 2009
- Last visit: May 10, 2009
- Posts: 9
- Moderated by:
- Support
