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

 
makeway replied on at Permalink Reply
makeway
Did you ever find a solution to this?
nickratering replied on at Permalink Reply
nickratering
http://www.concrete5.org/index.php?cID=628764
jordanlev replied on at Permalink Best Answer Reply
jordanlev
You can run this query on your site's database to fix the problem:
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
makeway replied on at Permalink Reply
makeway
That worked great, thanks!
TorstenKelsch replied on at Permalink Reply
TorstenKelsch
It worked for me, too. Thank you, Jordan!
robodev replied on at Permalink Reply
same problem, same fix, awesome.
PixelFields replied on at Permalink Reply
PixelFields
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.
prema520 replied on at Permalink Reply
Brilliant
Thanks very much