Page 1 of 1

POSSIBLE indexing issue with Sphider 2.4.0

Posted: Tue Apr 23, 2019 3:33 am
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 43201 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.