PHP Warning: realpath(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s)
Error: PHP Warning: realpath(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s)
cause /tmp directory is not accessible by the user
just open config file
vi domain.httpd.conf
php_admin_value open_basedir /home/bumserver/web/bumserver.ga/public_html:/home/bumserver/tmp:/tmp
and add the directory which is not within the allowed path
cause /tmp directory is not accessible by the user
just open config file
vi domain.httpd.conf
php_admin_value open_basedir /home/bumserver/web/bumserver.ga/public_html:/home/bumserver/tmp:/tmp
and add the directory which is not within the allowed path
Comments
Post a Comment