Bug #4690
closedGroupjive plugin page from Groupjive admin navigation module gives notices
Description
Installed GroupJive on a CB 2.0 RC3 site and selected the Plugin menu item from the GroupJive admin navigation module and I get following notices:
Notice: Undefined property: stdClass::$access in /Users/nick/Documents/JOOMLAPOLIS/DEV/SITES/TEST1/components/com_comprofiler/plugin/user/plug_cbgroupjive/admin.cbgroupjive.html.php on line 23
Notice: Undefined property: stdClass::$access in /Users/nick/Documents/JOOMLAPOLIS/DEV/SITES/TEST1/components/com_comprofiler/plugin/user/plug_cbgroupjive/admin.cbgroupjive.html.php on line 23
Notice: Undefined property: stdClass::$access in /Users/nick/Documents/JOOMLAPOLIS/DEV/SITES/TEST1/components/com_comprofiler/plugin/user/plug_cbgroupjive/admin.cbgroupjive.html.php on line 23
Notice: Undefined property: stdClass::$access in /Users/nick/Documents/JOOMLAPOLIS/DEV/SITES/TEST1/components/com_comprofiler/plugin/user/plug_cbgroupjive/admin.cbgroupjive.html.php on line 23
Notice: Undefined property: stdClass::$access in /Users/nick/Documents/JOOMLAPOLIS/DEV/SITES/TEST1/components/com_comprofiler/plugin/user/plug_cbgroupjive/admin.cbgroupjive.html.php on line 23
Updated by krileon about 10 years ago
- Status changed from New to Rejected
- % Done changed from 0 to 100
Access variable is gone from the plugin object, but it's not critical as it's being used for display purposes only. As issue is purely backend cosmetic notice (which will suppress with error reporting off) will not fix. Will be fixed in a new GJ release.