2014-11-22 1 views
0

Fedora18이 있는데 cakephp을 설치하려고했습니다. 그러나 Screenshot 같이 나는 모든 디렉토리 및 하위 디렉토리를 쓰기 가능하게 한 답변 Similar Question에 따라Cakephp 캐시에 쓸 수있는 오류 메시지가 없습니다.

Warning: _cake_core_ cache was unable to write 'cake_dev_en-us' to File cache in /var/www/html/cakem2/lib/Cake/Cache/Cache.php on line 323 

Warning: /var/www/html/cakem2/app/tmp/cache/persistent/ is not writable in /var/www/html/cakem2/lib/Cake/Cache/Engine/FileEngine.php on line 385 

Fatal error: Uncaught exception 'CacheException' with message 'Cache engine _cake_core_ is not properly configured.' in /var/www/html/cakem2/lib/Cake/Cache/Cache.php:181 Stack trace: #0 /var/www/html/cakem2/lib/Cake/Cache/Cache.php(151): Cache::_buildEngine('_cake_core_') #1 /var/www/html/cakem2/app/Config/core.php(374): Cache::config('_cake_core_', Array) #2 /var/www/html/cakem2/lib/Cake/Core/Configure.php(72): include('/var/www/html/c...') #3 /var/www/html/cakem2/lib/Cake/bootstrap.php(175): Configure::bootstrap(true) #4 /var/www/html/cakem2/app/webroot/index.php(94): include('/var/www/html/c...') #5 /var/www/html/cakem2/index.php(41): require('/var/www/html/c...') #6 {main} thrown in /var/www/html/cakem2/lib/Cake/Cache/Cache.php on line 181 

보여줍니다. 그러나 나는 아직도 오류를 얻고있다! 뭐가 문제 야 ?

+0

이 질문 & 답변이 도움이 될 수 : http://stackoverflow.com/a/8879796/3728901 –

답변

2

은 사용자가 httpd 또는 Apache가이 파일에 액세스하는 데 사용하는 사용자를 일치 시키도록 폴더/파일을 채 웁니다. 나는 fedora에 대한 사용자를 모르지만, 나는 아파치 나 httpd라고 생각한다. 우분투의 www - 데이터.

http://fedoraproject.org/wiki/Administration_Guide_Draft/Apache

관련 문제