POSSIBLE indexing issue with Sphider 2.4.0

Come here for help or to post comments on Sphider
Post Reply
User avatar
captquirk
Site Admin
Posts: 299
Joined: Sun Apr 09, 2017 8:49 pm
Location: Arizona, USA
Contact:

POSSIBLE indexing issue with Sphider 2.4.0

Post by captquirk »

Spider 2.4.0 MIGHT have this issue for SOME users.

There is a POSSIBILITY that Sphider 2.4.0 may refuse to index a site from a browser window.
If instead of seeing indexing results you get something like:
240results.JPG
240results.JPG (40.34 KiB) Viewed 40763 times
then the problem is likely in spider.php, lines 86-89.
Change this:

Code: Select all

} elseif (isset($_SERVER['argv']) && $_SERVER['argc'] < 2) {
    commandLineHelp();
    die();
}
to:

Code: Select all

} /* elseif (isset($_SERVER['argv']) && $_SERVER['argc'] < 2) {
    commandLineHelp();
    die();
} */
Sphider 2.4.0-PDO is likely the same.
Indexing from a command prompt should be unaffected.
Post Reply