Submitted by rthomas on Tue, 06/16/2015 - 20:06 Pro Licensee
Uploading a new theme in wordpress produces this error..
Increasing Max_execution_time in php does not make a difference
Status:
Active
Uploading a new theme in wordpress produces this error..
Increasing Max_execution_time in php does not make a difference
Comments
Submitted by andreychek on Tue, 06/16/2015 - 20:21 Comment #1
Howdy -- try going into Server Configuration -> Website Options, and there, increase the Maximum PHP script run time.
Submitted by rthomas on Tue, 06/16/2015 - 23:30 Pro Licensee Comment #2
No Change...
I also changed the php.ini max_execution_time..
Submitted by JamieCameron on Wed, 06/17/2015 - 01:11 Comment #3
Does it at least change the timeout shown in the error message?
Submitted by rthomas on Wed, 06/17/2015 - 01:32 Pro Licensee Comment #4
Yes
mod_fcgid: read data timeout in 121 seconds
Submitted by andreychek on Wed, 06/17/2015 - 09:20 Comment #5
Ah, it sounds like, for some reason, your application just isn't finishing within that amount of time.
You may want to try increasing it more, just to see if it finishes it the timeout is even larger.
Alternatively, you could try changing the PHP Execution Mode to CGI. It's possible that could help with the issue, or at least cause it to generate a better error message.