I just installed OpenCart extension 4.0.1.1 with php 8.1. The installation said it was successful. However when I go to the OpenCart admin page I get the following on the webpage:
Warning: is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/headstoc/:/tmp:/var/tmp:/opt/alt/php72/usr/share/pear/:/dev/urandom:/usr/local/lib/php/:/usr/local/php72/lib/php/) in
/home/headstoc/ocartdata/storage/vendor/twig/twig/src/Loader/FilesystemLoader.php on line 91Twig\Error\LoaderError: The "/" directory does not exist ("/"). in /home/headstoc/ocartdata/storage/vendor/twig/twig/src/Loader/FilesystemLoader.php on line 92
I have php 8.1 installed and the open_basedir entry is empty (no value). Can someone explain where the open_basedir listed in the error message is coming from? In particular, note that the directories it lists are for php7.2, not 8.1 - that doesn't make any sense to me since I've installed php 8.1
Warning: is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/headstoc/:/tmp:/var/tmp:/opt/alt/php72/usr/share/pear/:/dev/urandom:/usr/local/lib/php/:/usr/local/php72/lib/php/) in
/home/headstoc/ocartdata/storage/vendor/twig/twig/src/Loader/FilesystemLoader.php on line 91Twig\Error\LoaderError: The "/" directory does not exist ("/"). in /home/headstoc/ocartdata/storage/vendor/twig/twig/src/Loader/FilesystemLoader.php on line 92
I have php 8.1 installed and the open_basedir entry is empty (no value). Can someone explain where the open_basedir listed in the error message is coming from? In particular, note that the directories it lists are for php7.2, not 8.1 - that doesn't make any sense to me since I've installed php 8.1