cakePHP Errors, need help

Discussion in 'PHP' started by forumrating, Nov 19, 2013.

  1. #1
    Finding error in installation, despite of changing permissions still getting error.
    Below are the details

    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
     
    forumrating, Nov 19, 2013 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,897
    Likes Received:
    4,555
    Best Answers:
    123
    Trophy Points:
    665
    #2
    The first two are because there are a bunch of folders that need to be 777'd

    upload_2013-11-20_7-22-45.png

    for the last I'd look in /app/Config/core.php and double, triple check the cache settings.
     
    sarahk, Nov 19, 2013 IP