I am trying to relax php_admin_value open_basedir
restriction on the server.
I am using VestaCp on Centos 64 Bit.
I changed the value of php_admin_value open_basedir
to none
in etc/httpd/conf
by writing this line
php_admin_value open_basedir none
and restrarted my server. but i still have this error in one of my domains
Warning: realpath(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s):
(/home/admin/web/printskool.com/public_html:/home/admin/tmp) in /home/admin/web/printskool.com/public_html/system/library/Spout/Common/Helper/FileSystemHelper.php on line 24