Log in

View Full Version : Warning


clearwater
01-02-2004, 02:48 PM
During indexing the following shows up at each entry:

Warning: is_executable(): open_basedir restriction in effect. File(/usr/local/bin/catdoc) is not within the allowed path(s): (/pathto/domain:/usr/lib/php:/usr/local/lib/php:/tmp) in /pathto/domain://public_html/phpdig/admin/robot_functions.php on line 633

Same message "on line 634" and "on line 635"

Charter
01-02-2004, 08:31 PM
Hi. The PHP you are using has an open_basedir restriction in effect. With such restriction, certain files/functions will not work outside the specified open_basedir directory. To find the open_basedir directory, look at your PHP info and then install PhpDig and any external binaries within that directory.