Author |
Message |
29/12/2003 22:44:34
|
glendo
Newbie
Joined: 29/12/2003 22:42:24
Messages: 1
Offline
|
Receiving Errors Since changing Servers
Warning: Unknown(): open_basedir restriction in effect. File(/home/rbgart/public_html/book/admin.php) is not within the allowed path(s): (/home/reflect:/usr/lib/php:/usr/local/lib/php:/tmp) in Unknown on line 0
Warning: Unknown(/home/rbgart/public_html/book/admin.php): failed to open stream: Operation not permitted in Unknown on line 0
Warning: (null)(): Failed opening '/home/rbgart/public_html/book/admin.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0
|
|
31/12/2003 13:12:15
|
Jam'n
Graduate
Joined: 07/01/2003 17:31:39
Messages: 166
Location: Netherlands
Offline
|
You will have to contact your host.
They have applied open base directory restrictions.
What this means, is that no file can write to another folder other than the one that it is in.
So when addentry tries to write to the temp and to the public folder, it will pass this error.
They need to enable unrestricted open base directory.
This is usually put in effect by paranoid web hosts, who are scared of security risks
|
Jam'n
------------------------------------------------
Only the man who's truly educated
understands that he knows very little...
------------------------------------------------ |
|
|