Moved Site to new server. Get "Unable to get permission key for access_user_search_export"
Permalink 2 users found helpful
Moved concrete5 site to new server. All seems to work well except in Dashboard -> Search Users I get an "An Unexpected Error Occurred" and further text "Unable to get permission key for access_user_search_export". The user list displays as expected, then the error at the bottom. The Export button is missing so the page crashed before it could display the button.
I have double checked the concrete5 database user permissions, and have set the permissions to 777 recursively on folders/files in files/, config/, packages/ and updates/.
What am I missing? Where do I look?
Regards,
-Bill
I have double checked the concrete5 database user permissions, and have set the permissions to 777 recursively on folders/files in files/, config/, packages/ and updates/.
What am I missing? Where do I look?
Regards,
-Bill
Did you ever find a solution to this?
http://www.concrete5.org/index.php?cID=628764
You can run this query on your site's database to fix the problem:
-Jordan
INSERT INTO `PermissionKeys` (`pkID`, `pkHandle`, `pkName`, `pkCanTriggerWorkflow`, `pkHasCustomClass`, `pkDescription`, `pkCategoryID`, `pkgID`) VALUES (72, 'access_user_search_export', 'Export Site Users', 0, 0, 'Controls whether a user can export site users or not', 5, 0);
-Jordan
That worked great, thanks!
It worked for me, too. Thank you, Jordan!
same problem, same fix, awesome.
Also had the same issue and this fixed immediately - thank you!
For anyone like me who isn't very familiar with using phpMyAdmin, you run this under SQL > Run SQL query/queries when looking at your Concrete5 database.
For anyone like me who isn't very familiar with using phpMyAdmin, you run this under SQL > Run SQL query/queries when looking at your Concrete5 database.
Brilliant
Thanks very much
Thanks very much