imediasun
Новичок
Подключаю так
Выдает ошибки
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant VIEWPATH - assumed 'VIEWPATH'
Filename: controllers/main.php
Line Number: 25
Это codeigniter заругался так, а твиг говорит что дирректории не может найти, хотя дирректории созданы
Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'The "VIEWPATH" directory does not exist.' in /var/www/clients/client1/web1/web/application/third_party/lib/Twig/Loader/Filesystem.php:94 Stack trace: #0 /var/www/clients/client1/web1/web/application/third_party/lib/Twig/Loader/Filesystem.php(76): Twig_Loader_Filesystem->addPath('VIEWPATH', '__main__') #1 /var/www/clients/client1/web1/web/application/third_party/lib/Twig/Loader/Filesystem.php(34): Twig_Loader_Filesystem->setPaths(Array) #2 /var/www/clients/client1/web1/web/application/libraries/Twig.php(79): Twig_Loader_Filesystem->__construct(Array) #3 /var/www/clients/client1/web1/web/application/libraries/Twig.php(134): Twig->createTwig() #4 /var/www/clients/client1/web1/web/application/controllers/main.php(57): Twig->render('layouts/prehead...', Array) #5 [internal function]: Main->index() #6 /var/www/clients/client1/web1/web/system/core/CodeIgniter.php(359): call_user_func_array(Array, Array) #7 /var/www/clients/client1/web1/web/index.php(202): require_ in /var/www/clients/client1/web1/web/application/third_party/lib/Twig/Loader/Filesystem.php on line 94
как победить?
PHP:
$config = [
'paths' => ['/templates', VIEWPATH],
'cache' => '/cache',
];
$this->load->library('twig', $config);
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant VIEWPATH - assumed 'VIEWPATH'
Filename: controllers/main.php
Line Number: 25
Это codeigniter заругался так, а твиг говорит что дирректории не может найти, хотя дирректории созданы
Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'The "VIEWPATH" directory does not exist.' in /var/www/clients/client1/web1/web/application/third_party/lib/Twig/Loader/Filesystem.php:94 Stack trace: #0 /var/www/clients/client1/web1/web/application/third_party/lib/Twig/Loader/Filesystem.php(76): Twig_Loader_Filesystem->addPath('VIEWPATH', '__main__') #1 /var/www/clients/client1/web1/web/application/third_party/lib/Twig/Loader/Filesystem.php(34): Twig_Loader_Filesystem->setPaths(Array) #2 /var/www/clients/client1/web1/web/application/libraries/Twig.php(79): Twig_Loader_Filesystem->__construct(Array) #3 /var/www/clients/client1/web1/web/application/libraries/Twig.php(134): Twig->createTwig() #4 /var/www/clients/client1/web1/web/application/controllers/main.php(57): Twig->render('layouts/prehead...', Array) #5 [internal function]: Main->index() #6 /var/www/clients/client1/web1/web/system/core/CodeIgniter.php(359): call_user_func_array(Array, Array) #7 /var/www/clients/client1/web1/web/index.php(202): require_ in /var/www/clients/client1/web1/web/application/third_party/lib/Twig/Loader/Filesystem.php on line 94
как победить?