How do I turn open_basedir off in PHP.ini?
I have it set as:
; open_basedir, if set, limits all file operations to the defined directory
; and below. This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file.
;
;open_basedir = Off
But it doesn't work... I still get an error that says it is in effect.
HOW DO I FIX THIS?!?!? *tears hair out*
Thanks all!
-Jim
Open Basedir
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
If open_basedir is commented out then it should be disabled. Are you sure you're editing the right php.ini? What does:
tell you?
Mac
Code: Select all
<?php phpinfo(); ?>Mac