This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Rebuilding search index no longer works


avatar
cosmin 269
From: -
Rebuilding search index no longer works

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.


Forbidden
You don't have permission to access /cadmin/index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
t

Any idea, Philipp?

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
avatar
OP 269
From: -
Rebuilding search index no longer works

It only worked with the 2000 timeout. Thanks.
1 Re: Rebuilding search index no longer works
avatar
Administrator
1340
From: Vienna, Austria
Rebuilding search index no longer works

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
avatar
OP 269
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?
1 Re: Rebuilding search index no longer works
avatar
Administrator
1340
From: Vienna, Austria
Rebuilding search index no longer works

Odd. Perhaps your webhosting provider automatically terminates processes that take to much CPU time/load?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.