I tried installing opencart using the quick installer and the installation completed but when I view it on the web it says:
Warning: is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/newroot/.composer:/home/newroot/web/opencart.soulyears.com/public_html:/home/newroot/web/opencart.soulyears.com/private:/home/newroot/web/opencart.soulyears.com/public_shtml:/home/newroot/tmp:/tmp:/var/www/html:/bin:/usr/bin:/usr/local/bin:/usr/share:/opt) in /home/newroot/web/opencart.soulyears.com/public_html/storage/vendor/twig/twig/src/Loader/FilesystemLoader.php on line 91Twig\Error\LoaderError: The β/β directory does not exist (β/β). in /home/newroot/web/opencart.soulyears.com/public_html/storage/vendor/twig/twig/src/Loader/FilesystemLoader.php on line 92
In FilesystemLoader.php line 92 there is:
$checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path;
if (!is_dir($checkPath)) {
throw new LoaderError(sprintf(βThe β%sβ directory does not exist (β%sβ).β, $path, $checkPath));
}
Any help with fixing this would be appreciated.
Also, is it possible to access the folder directly below /home/newroot/.composer:/home/newroot/web using Hestia?
I want to put some files in a download directory just before the usersβ home directory which can be used by Opencart but which the users themselves do not have direct access to and cannot mess with. I realize I can access the said folder using Midnight Commander but was wondering if it is possible for me to access it from within Hestia?