PDA

View Full Version : Prob in php - need help



likesrating
11-20-2013, 02:34 AM
Warning: _cake_core_ cache was unable to write 'cake_dev_en-us' to File cache in /home/friendsp/public_html/lib/Cake/Cache/Cache.php on line 310

Warning: /home/friendsp/public_html/app/tmp/cache/persistent/ is not writable in /home/friendsp/public_html/lib/Cake/Cache/Engine/FileEngine.php on line 374

Fatal error: Uncaught exception 'CacheException' with message 'Cache engine _cake_core_ is not properly configured.' in /home/friendsp/public_html/lib/Cake/Cache/Cache.php:166 Stack trace: #0 /home/friendsp/public_html/lib/Cake/Cache/Cache.php(136): Cache::_buildEngine('_cake_core_') #1 /home/friendsp/public_html/app/Config/core.php(338): Cache::config('_cake_core_', Array) #2 /home/friendsp/public_html/lib/Cake/Core/Configure.php(78): include('/home/friendsp/...') #3 /home/friendsp/public_html/lib/Cake/bootstrap.php(171): Configure::bootstrap(true) #4 /home/friendsp/public_html/app/webroot/index.php(70): include('/home/friendsp/...') #5 {main} thrown in /home/friendsp/public_html/lib/Cake/Cache/Cache.php on line 166

url www.friendspoint.com

Fli
11-20-2013, 09:49 AM
Hi,


Warning: /home/friendsp/public_html/app/tmp/cache/persistent/ is not writable
does that mean, that this folder permissions, or /cache folder too are not sufficient (should be write 777?)

There is similar issue: http://stackoverflow.com/questions/18767927/cakephp-1-3-persistent-is-not-writable-models-is-not-writable

what may help is searching right phrasse in google, there it can be "cache/persistent/ is not writable in"

likesrating
11-20-2013, 11:41 AM
this is done, fixed and working fine..