PumpkinSeed
PumpkinSeed

Reputation: 3113

Fatal error: Maximum execution time of 30 seconds exceeded in my php

I have a blog and there is the code. This load is very slow and in error.log i got this error:

Fatal error: Maximum execution time of 30 seconds exceeded in my ../php/controller.php on line 19.

What is the problem? I set the php.ini:

max_execution_time = 600
max_input_time = 600
memory_limit = 1000M  

But not working. Apache, Debian, Mysql Thanx for the help.

Upvotes: 0

Views: 979

Answers (1)

PumpkinSeed
PumpkinSeed

Reputation: 3113

I given negative index in the view.php to the SQL and it was failed it, but I sloved it.

Upvotes: 0

Related Questions