PDA

View Full Version : indexing error


pascal622
01-15-2004, 06:49 AM
Hi,

I have installed phpdig 1.6.5 on Apache 1.3.27 + PHP 4.3.3 + MySql 4.0.15 (running windows 2000).

When trying to indexing my localhost I receive the following message :
Fatal error: Call to undefined function: is_executable() in e:\easyphp\www\phpdig\admin\robot_functions.php on line 633

Charter
01-15-2004, 07:31 AM
Hi. PhpDig 1.6.4+ has an option in the config file to bypass is_executable. Change define('USE_IS_EXECUTABLE_COMMAND','1'); to define('USE_IS_EXECUTABLE_COMMAND','0'); in the config file.

pascal622
01-20-2004, 06:52 AM
Thanks Charter, now it works fine !