Hi,
Having done more research the warning errors can be switched off by adding:
assert_options(ASSERT_ACTIVE, 0); // 0 off or 1 on
At the top of the sphinxapi.php script. It might be better to stop the the reasons the warnings are being created but at least it gives on the option to see or not to see them.
Another curiosity is on our forum the searches all seem lighting quick EXCEPT when you look for exclusively the "thread started by user" this can take over a minute to give back a result.
If you add additional requests - limit the date / thread content / forums to search the time it takes is reduced.
Finally when searches are processed every one of them you see the redirect page to show that it is being processed when you do a "thread started by user" search you don't see that label so not sure if my changes to search.php have caused this anyone any ideas or does the same happen on 3.6.x?
Regards
ALan
|