This topic is locked

Fatal Error

2/1/2008 3:33:31 AM
PHPRunner General questions
S
swanside author

I start my database and enter a search to list some jobs that have been invoiced but not paid. It returns 2022 details with 20 details per pageand 102 pages. I change the view to 100 per page and after a while I get this error
Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\output\include\dbconnection.php on line 24
So I click on the back button and put he setting back to 20 per page. I then click on Exprot results and select excell. The whole pc stops or about 15 mins then I get the same error mesage.
Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\output\include\dbconnection.php on line 24
Cheers
Paul.

J
Jane 2/1/2008

Paul,
I recommend you to take a look at set_time_limit() function to increase execution time limit:

http://us.php.net/set_time_limit

Alexey admin 2/1/2008

Paul,
there is a number of ways to increase application performance.

At first try to remove Lookup wizard fields from your List and Export pages on the Choose fields tab in PHPRunner.
If this doesn't contact support team directly.

Publish your project on Demo Account and send a link to it along with the problem description to support@xlinesoft.com

S
swanside author 2/2/2008

Cheers.
I removed some of the fields and it seems a lot better.
Thanks

Paul.