version 1.8.2, 1.8.3 doesn't fully spidering the site
Version 1.8.0 worked very good! Any days before I see the new version 1.8.2, download and install for the test.
But this version doesn't fully spidering my site during first spidering process.
1.8.3 has this problem to =(
in config.php I change:
define('ABSOLUTE_SCRIPT_PATH','e:\www\search21')
(because my server in the LAN on Windows 2000)
define('PHPDIG_ENCODING','windows-1251'); (because I'm russian =))
define('CHUNK_SIZE',2048);
define('SUMMARY_LENGTH',50000);
define('USE_IS_EXECUTABLE_COMMAND','0');
(this three strings succesfully works with 1.8.0)
@ini_set("magic_quotes_runtime",false);
@ini_set("magic_quotes_sybase",false);
(read in this forum, but changes doesn't make effect)
Server Apache 1.31, php 4.3.8, mysql 4.0.20a
|