Foren / National / Russian / Тех. поддержка / Сайты на masterhost

Yusupov
#17789 14. Oktober 2009, 14:39
# Alex300 : Для начала было бы хорошо прочитать сообщение об ошибке. Нужно включить отображение ошибок. Например так:

error_reporting( E_ALL ^ E_NOTICE );
В какое место его вставлять. Попробовал в config.php вставить, включил опцию $cfg['xtpl_cache'], все равно белый экран.

Добавлено 8 Минут спустя:

Нашел куда вставить. В файле .htaccess прописал php_flag display_errors on

Получил вот такой ответ:

Fatal error: Uncaught exception 'Exception' with message 'Your "./datas/cache/templates/" is not writable' in /home/u200411/kamarama.ru/www/system/xtemplate.php:172 Stack trace: #0 /home/u200411/kamarama.ru/www/system/xtemplate.php(39): XTemplate->restart('skins/kamarama/...') #1 /home/u200411/kamarama.ru/www/system/header.php(92): XTemplate->__construct('skins/kamarama/...') #2 /home/u200411/kamarama.ru/www/system/core/index/index.inc.php(34): require_once('/home/u200411/k...') #3 /home/u200411/kamarama.ru/www/index.php(20): require_once('/home/u200411/k...') #4 {main} thrown in /home/u200411/kamarama.ru/www/system/xtemplate.php on line 172

Добавлено 1 Минута спустя:

Поправил права на папку templates на 777.
В итоге:

Warning: file_put_contents(./datas/cache/templates/skins_kamarama_index.tpl) [function.file-put-contents]: failed to open stream: Permission denied in /home/u200411/kamarama.ru/www/system/xtemplate.php on line 170

Warning: file_put_contents(./datas/cache/templates/_skins_kamarama_plugins_news.tpl) [function.file-put-contents]: failed to open stream: Permission denied in /home/u200411/kamarama.ru/www/system/xtemplate.php on line 170

Warning: file_put_contents(./datas/cache/templates/skins_kamarama_comments.tpl) [function.file-put-contents]: failed to open stream: Permission denied in /home/u200411/kamarama.ru/www/system/xtemplate.php on line 170

Warning: file_put_contents(./datas/cache/templates/skins_kamarama_comments.tpl) [function.file-put-contents]: failed to open stream: Permission denied in /home/u200411/kamarama.ru/www/system/xtemplate.php on line 170

Warning: file_put_contents(./datas/cache/templates/_skins_kamarama_plugins_news.tpl) [function.file-put-contents]: failed to open stream: Permission denied in /home/u200411/kamarama.ru/www/system/xtemplate.php on line 170

Warning: file_put_contents(./datas/cache/templates/skins_kamarama_comments.tpl) [function.file-put-contents]: failed to open stream: Permission denied in /home/u200411/kamarama.ru/www/system/xtemplate.php on line 170

Warning: file_put_contents(./datas/cache/templates/_plugins_indexpolls_tpl_indexpolls.tpl) [function.file-put-contents]: failed to open stream: Permission denied in /home/u200411/kamarama.ru/www/system/xtemplate.php on line 170

Warning: file_put_contents(./datas/cache/templates/_plugins_indexpolls_tpl_indexpolls.tpl) [function.file-put-contents]: failed to open stream: Permission denied in /home/u200411/kamarama.ru/www/system/xtemplate.php on line 170

Warning: file_put_contents(./datas/cache/templates/skins_kamarama_comments.tpl) [function.file-put-contents]: failed to open stream: Permission denied in /home/u200411/kamarama.ru/www/system/xtemplate.php on line 170

Dieser Beitrag wurde von Yusupov (am 14. Oktober 2009, 14:50, vor 15 Jahre) bearbeitet