Add Access Entity hangs

Permalink
I recently updated to 5.6.2.1 since the update, I've been unable to change/add permissions for pretty much everything. For example, if I go to System & Settings> File Manager Permissions> View Files> hit the add button under included, the Add Access Entity window pops up and the circle just spins. The window never loads.

 
BTGAndy replied on at Permalink Best Answer Reply
Hi klangkamp

I had the same issue as well but i was trying to change the permissions to sitemap in task permissions but i imagine this will work for you as well. I fixed it by creating a folder called tmp in my root folder, then updated the file
/concrete/libraries/3rdparty/Zend/Cache/Backend/File.php
by changing
'cache_dir' => null,
to
'cache_dir' => 'tmp/',

I refreshed the page and i was able to amend the permissions.

I used some of the advice from this post http://www.concrete5.org/community/forums/installation/could-not-de... .

Hope this helps.
klangkamp replied on at Permalink Reply
Thanks for the help! I actually found a similar thread yesterday and got it up and running last night.