
Manage Menu Hierarchy throws errors going to User & Group Permissions
Reported by dleffler | May 4th, 2011 @ 09:55 AM | in Release Candidate 2 (closed)
SEF Urls are turned on, throws the following two errors:
Notice: Undefined index: controller in /home/user/domain.org/exp2/modules/common/actions/userperms.php on line 68
Notice: Undefined index: action in /home/user/domain.org/exp2/modules/common/actions/userperms.php on line 69
Followed by the following two errors for each name in the
list
Notice: Undefined index: module in
/home/user/domain.org/exp2/framework/core/subsystems/expRouter.php
on line 85
Notice: Undefined index: action in /home/user/domain.org/exp2/framework/core/subsystems/expRouter.php on line 113
Comments and changes to this ticket
-
dleffler May 4th, 2011 @ 09:57 AM
The link is coded in javascript as an old style link. Possbile fix is to make it an sef link, but that wouldn't work if sef urls is turned off.
window.location="{/literal}{$smarty.const.URL_FULL}{literal}index.php?module=navigationmodule&_common=1&action=userperms&int="+currentMenuNode.data.id;
fix for sef-urls (breaks when they are turned off?)
window.location="{/literal}{$smarty.const.URL_FULL}{literal}navigationmodule/userperms/int/"+currentMenuNode.data.id+"/_common/1";
-
dleffler July 5th, 2011 @ 03:21 PM
- Assigned user cleared.
- State changed from new to open
Additional items from a redundant ticket
The following was reported when trying to edit permissions (July1st Develop Version)
Notice: Undefined index: controller in /data1/piusx2/modules/common/actions/userperms.php on line 68
Notice: Undefined index: action in /data1/piusx2/modules/common/actions/userperms.php on line 69
Notice: Undefined index: controller in /data1/piusx2/framework/core/subsystems/expPaginator.php on line 461
Notice: Undefined index: action in /data1/piusx2/framework/core/subsystems/expPaginator.php on line 462
Also getting error for group permissions
Notice: Undefined index: controller in /data1/piusx2/modules/common/actions/groupperms.php on line 64Notice: Undefined index: action in /data1/piusx2/modules/common/actions/groupperms.php on line 65
Notice: Undefined index: controller in /data1/piusx2/framework/core/subsystems/expPaginator.php on line 461
Notice: Undefined index: action in /data1/piusx2/framework/core/subsystems/expPaginator.php on line 462
-
dleffler July 29th, 2011 @ 08:06 PM
- Milestone set to Release Candidate 2
- Assigned user set to dleffler
- Milestone order changed from 58 to 0
-
dleffler July 29th, 2011 @ 08:54 PM
This situation occurs when using the context menu item from the Page Heirarchy.
-
expNinja July 29th, 2011 @ 09:30 PM
- State changed from open to resolved
(from [fbb5d6ad24c3d168bafdf18cd72323f7aca4b037]) Fixes error thrown when selecting user/group permissions from context menu on Manage Pages hierarchy when SEF is on or off [#173 state:resolved milestone:'Release Candidate 2'] https://github.com/exponentcms/exponent-cms/commit/fbb5d6ad24c3d168...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS