error in search query or show all records

J

Joshua

Guest
I get the following error when I attempt to display the records in the database.

Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/include/db_functions.php on line 77


Although I used to be able to run the show all records and it would display them. Now even if I do a search I still get the same error as above.
 
J

Joshua

Guest
I have set the following parameter in the db_functions.php file just before line 77 and still have the timeout issue. Could this be a problem where the program can not read through large databases?

set_time_limit(1000);
 
E

Eugenio

Guest
Joshua wrote:

> I have set the following parameter in the db_functions.php
> file just before line 77 and still have the timeout issue.
> Could this be a problem where the program can not read through
> large databases?
>
> set_time_limit(1000);

Duplicated post, see here:
http://www.dadabik.org/forum/read.php?f=1&i=1730&t=1730



(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top