Support » Knowledge Base » General questions » Scripts troubleshooting »
If WebAsyst is installed on your own server or on a web hosting, the following diagnostic message may appear in your browser:
Warning: open_basedir restriction in effect. File ... is not within the allowed path(s):
(/path/to/dir1:/path/to/dir2) in /path/to/dir/filename.php on line 14
This message means that the path to the WebAsyst installation directory is not included into the list of allowed server directories that may be accessed by PHP scripts. The list of allowed directories is specified in the open_basedir parameter in the PHP configuration.
On a UNIX/Linux/FreeBSD server paths should be separated by a colon, e.g.:
open_basedir =/home/vhosts:/usr/share/php/pear/:/tmp
On a Windows server the semicolon should be used:
open_basedir = C:Inetpub;C:WindowsTEMP
open_basedir = none