I recently updated to v7.1 (professional) from 7.0 and I'm not getting any results from the search on my web site. The php script runs, but just returns "no results found". During the troubleshooting process one of the major differences I have noticed is in the settings.php file. My past file displayed:
$OutputBasewordBufferSize = 71804;
$OutputVariantBufferSize = 96405;
$NumKeywords = 9599;
$NumVariants = 9942;
and now I only get:
$OutputBasewordBufferSize = 690;
$OutputVariantBufferSize = 2236;
$NumKeywords = 185;
$NumVariants = 256
Everything else seems to be pretty much the same. Could this be the issue and what could be causing it?
Thanks
$OutputBasewordBufferSize = 71804;
$OutputVariantBufferSize = 96405;
$NumKeywords = 9599;
$NumVariants = 9942;
and now I only get:
$OutputBasewordBufferSize = 690;
$OutputVariantBufferSize = 2236;
$NumKeywords = 185;
$NumVariants = 256
Everything else seems to be pretty much the same. Could this be the issue and what could be causing it?
Thanks
Comment