Help me please.
Something is wrong with open_basedir
opencart 2.3
Server error
AH01071: Got error ‘PHP message: PHP Warning: is_file(): open_basedir restriction in effect. File(/home/admin/web/site.com/public_html/system/…/…/vendor/autoload.php) is not within the allowed path(s): (/home/admin/web/site.com/public_html:/home/admin/web/site.com/public_shtml:/home/admin/tmp:/var/www/html:/etc/phpmyadmin:/var/lib/phpmyadmin:/etc/phppgadmin:/etc/roundcube:/var/lib/roundcube:/tmp:/bin:/usr/bin:/usr/local/bin:/usr/share:/opt) in /home/admin/web/site.com/public_html/system/startup.php on line 70\n’
open_basedir (<?php phpinfo(); ?>)
/home/admin/web/site.com/public_html:/home/admin/web/site.com/public_shtml:/home/admin/tmp:/var/www/html:/etc/phpmyadmin:/var/lib/phpmyadmin:/etc/phppgadmin:/etc/roundcube:/var/lib/roundcube:/tmp:/bin:/usr/bin:/usr/local/bin:/usr/share:/opt
/system/startup.php - line 70
// Autoloader
if (is_file(DIR_SYSTEM . ‘…/…/vendor/autoload.php’)) {
require_once(DIR_SYSTEM . ‘…/…/vendor/autoload.php’);