well, it must be in your php.ini, there where starts ;Paths and Directories;
,and in case it isnt there you cant write it there for your self, for example it starts like this:
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
include_path = ;UNIX: "/path1:/path2"
doc_root =
open_basedir = /var/www/html
extension_dir =
...and so long 😉
Toni wrote:
Where it is supposed I must find 'open_basedir'...?
It is supposed it must be in php.ini file, but I couldnt find it.