Thread Starter
adamm2
(@adamm2)
I did some investigation. Here’s what I found:
It fails on the wordpress check_admin_referer() function because $_REQUEST[“_wpnonce”] is not defined. In this case, “check_admin_referer()”
called by “nggallery_admin_roles()” located in roles.php
(\nextgen-gallery\products\photocrati_nextgen\modules\ngglegacy\admin\roles.php)
called by the render() function in adapter.roles_form.php
(nextgen-gallery\products\photocrati_nextgen\modules\nextgen_other_options\adapter.roles_form.php)
If I comment out Line 17 in adapter.roles_form.php, it loads other settings, but I’m not sure what adverse effect this has. I don’t know why the _wpnonce in the REQUEST[] is empty to begin with.
Any help with this is appreciated. Thanks
Adam
Thread Starter
adamm2
(@adamm2)
FYI, I had clean installed 3.6.0, upgraded to 3.6.1, then clean installed latest NextGen Gallery plugin.