From: Peter <li...@gm...> - 2003-12-17 13:43:47
|
Hi, safemode allows to include files only if the user is same for the including and the inlcluded file. you can read about php safe mode in the php manual . >lib/FileFinder.php:161: Warning[2]: SAFE MODE Restriction in effect. =20 >The script whose uid is 2615 is not allowed to access=20 >/home/httpd/cgi-bin/php4/lib/php owned by uid 0 chown all the files in that directory might help, but if you are not root on that server, this might me not possible. maybe you can change the include_path. |