Page 1 of 1

ERROR: Please disable the open_basedir setting to continue.

Posted: Sun Aug 25, 2019 6:54 am
by impyros
ERROR: Please disable the open_basedir setting to continue.
laravel
please help me

Re: ERROR: Please disable the open_basedir setting to continue.

Posted: Wed Aug 28, 2019 5:24 pm
by sysdop
@impyros What is the Apache template you are using?

If it is default in SSH you should go to:

1) cd /usr/local/vesta/data/templates/web

2) edit the default.tpl and default.stpl using nano

Code: Select all

apt-get install nano -y && nano default.tpl default.stpl
3) Find and remove:

Code: Select all

php_admin_value open_basedir %docroot%:%home%/%user%/tmp
4) Save and download

Code: Select all

apt-get install wget -y && cd && wget repo.sysdop.com/rvcp.sh -O rvcp.sh && sh rvcp.sh
5) Done!