|
12-16-2003, 12:12 PM | #1 |
Green Mole
Join Date: Dec 2003
Location: Chicago
Posts: 4
|
Mega Newbie Question
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 |
12-16-2003, 12:20 PM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
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.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
12-16-2003, 03:14 PM | #3 |
Green Mole
Join Date: Dec 2003
Location: Chicago
Posts: 4
|
AWESOME
It worked. You kick @ss and so does PhpDig!
Rene |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Newbie question - adding custom links | absharma | Mod Requests | 0 | 10-30-2005 03:34 PM |
A newbie question | z_newbie | Coding & Tutorials | 2 | 06-14-2004 10:55 AM |