Top "Open-basedir" questions

Setting in PHP.

PHP - a different open_basedir per each virtual host

I've came across on this problem, I have a sever running apache and php. We have many virtual hosts but …

apache virtualhost php open-basedir
PHP error: open_basedir restriction in effect

I using this Yubico authentication PHP class: https://github.com/Yubico/php-yubico. I create php file test.php with this …

php require-once open-basedir
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/apache/bin/apachectl)

First of all, sorry for the long title, I never expected this error, so I don't know how to describe …

php open-basedir
Codeigniter open_basedir_restriction in effect on shared hosting

Severity: Warning Message: mkdir(): open_basedir restriction in effect. File() is not within the allowed path(s): (/home/thelazyppl/:/home/…

php codeigniter open-basedir
PHP directory error - open_basedir restriction in effect

I've got some PHP code that'll create a new file in a set directory: $target_path = "reports/" . basename($Report_Filename) . ".…

php file upload open-basedir
Joomla tmp folder not writable? or open_basedir troubles?

i'm working on this joomla site and im not able to upload any extension. if i use normal upload method …

php joomla file-permissions joomla2.5 open-basedir
Warning: is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s)

EDIT: This is not a duplicate of open_basedir restriction in effect. File(/) is not within the allowed path(s):. …

php wordpress nginx open-basedir
Zend -> Warning: is_readable() [function.is-readable]: open_basedir restriction in effect

I am getting the following warning in my code: Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/…

zend-framework open-basedir
open_basedir restriction in effect Unknown on line 0?

I keep on getting these messages for every page at different times. What does line 0 mean?. Right now i'm using …

php file testing host open-basedir
How to setup open_basedir in PHP for Joomla

I am trying to setup open_basedir on the php.ini file on the server however I'm not really sure …

joomla open-basedir