Topic: Problem with Search

Hello,
if I want in my forum search, it wrote Fatal Error:

Fatal error: Maximum execution time of 30 seconds exceeded in /raid/var/www/web38/web/php/portal/include/search_functions.php on line 128

or

Insane query. Aborting.

How can I this problem repair?

Thanks.

Best regards
ladous

Re: Problem with Search

<?php ini_set("max_execution_time", "60"); ?>

or

<?php set_time_limit (60); ?>

or add in .htaccess file:
php_value max_execution_time 60

Re: Problem with Search

Hello,
thank You very much. I did it, but my forum writes now:

Insane query. Aborting.

Have You any idea?

I am sorry for my bad English.

Best regards
ladous

Re: Problem with Search

When I search a word, that is 100% not in the database, forum writes a message:

Your search returned no hits.

http://www.mo-na-ko.net/php/portal/search_punbb.php
Login:
testuser

Password:
test

_______________________
Google Search is not very comfortable.

Best regards
ladous