PDA

View Full Version : Mega Newbie Question


rene
12-16-2003, 12:12 PM
Hi All.
PHPDig looks pretty sweet. Unfortunately, I haven't been able to get it to work.

First, it seem that i get this error about 50% of the time I "Dig This!":
Fatal error: Call to undefined function: is_executable() in c:\projects\phpdig-1.6.5\admin\robot_functions.php on line 633

When I submit a page (http://www.duallynoted.com) as the URI, it keeps looping on *http://www.duallynoted.com/ Locked*. The directory and html file (there is only 1) have full rwx privleges.

I think I have everything setup correctly, the db was installed via admin/install.php.

Any help would be appreciated.
Rene

Charter
12-16-2003, 12:20 PM
Hi. In the config.php file, change define('USE_IS_EXECUTABLE_COMMAND','1'); to
define('USE_IS_EXECUTABLE_COMMAND','0'); to bypass the is_executable command.

To unlock a site, in the control panel, click the site, click the update button, and then click the unlock link. The duallynoted.com page only has text, no links, so just crawl it at level zero (assuming you are using PhpDig 1.6.5) and then do a search on the word test.

rene
12-16-2003, 03:14 PM
It worked. You kick @ss and so does PhpDig!

Rene