Rebuilding search index no longer works
cosmin 269
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Rebuilding search index no longer works
cosmin
OP
269
From: -
From: -
Rebuilding search index no longer works
It only worked with the 2000 timeout. Thanks.
It only worked with the 2000 timeout. Thanks.
1 Re: Rebuilding search index no longer works
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Rebuilding search index no longer works
Try the following. Open /cadmin/mod_admin and replace:
with:
If this is not working, try increasing the timeout even more:
Let me know if any of both modifications are working.
Try the following. Open /cadmin/mod_admin and replace:
setTimeout('location.href="https://www.contentteller.com/index.php?action=SearchIndex&opts=$options[0]-$options[1]"',10);
with:
setTimeout('location.href="https://www.contentteller.com/index.php?action=SearchIndex&opts=$options[0]-$options[1]"',200);
If this is not working, try increasing the timeout even more:
setTimeout('location.href="https://www.contentteller.com/index.php?action=SearchIndex&opts=$options[0]-$options[1]"',1000);
Let me know if any of both modifications are working.
1 Re: Rebuilding search index no longer works
cosmin
OP
269
From: -
From: -
Rebuilding search index no longer works
I thought it's something like that, or maybe it thinks it's a hacking attempt by repeatedly loading a page (as in trying passwords). But what can I do? Will this occur with 2.0 as well?
I thought it's something like that, or maybe it thinks it's a hacking attempt by repeatedly loading a page (as in trying passwords). But what can I do? Will this occur with 2.0 as well?
1 Re: Rebuilding search index no longer works
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Rebuilding search index no longer works
Odd. Perhaps your webhosting provider automatically terminates processes that take to much CPU time/load?
Odd. Perhaps your webhosting provider automatically terminates processes that take to much CPU time/load?
If I click rebuild search index it flashes a few times and then it stops with the above error message. It's pretty recent I only tried it today.
Any idea, Philipp?