Permissions Error

Permalink
I am trying to edit individual page permissions and when I go to select a user or a group below i am getting this error message.

An unexpected error occurred.
Could not determine temp directory, please specify a cache_dir manually

Any ideas on how to resolve it ?

thanks

1 Attachment

 
FischerVision replied on at Permalink Reply
FischerVision
In /concrete/libraries/3rdparty/Zend/Cache/Backend/File.php

Change
'cache_dir' => null,

to
'cache_dir' => 'tmp/',


If you've an update version, edit the following file:
/updates/concretex.x.x.x/libraries/3rdparty/Zend/Cache/Backend/File.php

Edit: don't forget to make the /tmp folder in the concrete root
angelabullen replied on at Permalink Reply
Thanks for the reply.We have tried this, it didn't work. Could it be anywhere else?

Thanks
FischerVision replied on at Permalink Reply
FischerVision
Did you edit the file in the right location? And created the tmp folder with 777 permission in the root?