Я создал один новый проект RainTPL. Когда я иду в свой файл Index.html, чтобы увидеть результат Отображать следующую ошибку.
Неустранимая ошибка: Uncaught Rain \ Tpl \ Exception: Каталог кэша
кеш / не имеет разрешения на запись. Установить разрешение на запись или установить
RAINTPL_CHECK_TEMPLATE_UPDATE в FALSE. Подробнее о
http://www.raintpl.com/Documentation/Documentation-for-PHP-developers/Configuration/
в
/Applications/XAMPP/xamppfiles/htdocs/aLittleBitOfPhp/tpl/vendor/rain/raintpl/library/Rain/Tpl/Parser.php:223
Трассировка стека: # 0
/Applications/XAMPP/xamppfiles/htdocs/aLittleBitOfPhp/tpl/vendor/rain/raintpl/library/Rain/Tpl.php(262):
Rain \ Tpl \ Parser-> compileFile ('index', NULL, 'tpl /', 'tpl / index.html',
'cache / index.6f6 ...') # 1
/Applications/XAMPP/xamppfiles/htdocs/aLittleBitOfPhp/tpl/vendor/rain/raintpl/library/Rain/Tpl.php(63):
Rain \ Tpl-> checkTemplate ('index') # 2
/Applications/XAMPP/xamppfiles/htdocs/aLittleBitOfPhp/tpl/index.php(20):
Rain \ Tpl-> draw ('index') # 3 {main}
/Applications/XAMPP/xamppfiles/htdocs/aLittleBitOfPhp/tpl/vendor/rain/raintpl/library/Rain/Tpl/Parser.php
по линии 223
Затем, когда я иду в Терминал для установки, используйте:
chmod 777 ./cache
chmod 755 ./cache
chown -R admin ./cache
Отображать следующую ошибку.
chmod: ./cache: No such file or directory
и
chown: ./cache: No such file or directory
Я использую macOS Sierra