0

I am currently running a large website based on our own framework. When uploading a picture we occasionaly get a Maximum execution time of 30 seconds exceeded within a fraction of a second. So I dont think the execution time is actually exceeded.

Does anyone have a clue what might cause this?

PHP version: 5.3.3

2
  • recurring loops tend to do this. Commented Sep 12, 2012 at 10:35
  • 9
    A temporary space-time fluctuation around your server that causes time to move faster within it? Commented Sep 12, 2012 at 10:36

1 Answer 1

1

increase the execution time in php.ini file .in php.ini file search for "max_execution_time = 600".Default value is 600.

If you are using linux/ubuntu your php.ini file will be in lampp/etc/php.ini

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.