Search module error message
Posted: Sun Feb 25, 2018 2:54 pm
In the latest Search module this line in action.dosearch.php was edited to:
However this line still causes the PHP error to occur:
Can this line be tweaked too?
Code: Select all
$searchendtime = microtime(true);
Code: Select all
$searchstarttime = microtime();