Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
appwiki:wordpress [2019/07/03 11:08] ying [Customize Wordpress] |
appwiki:wordpress [2019/08/10 09:35] (current) ying [Problem and Fix] |
||
---|---|---|---|
Line 861: | Line 861: | ||
} | } | ||
</code> | </code> | ||
+ | |||
+ | * Problem: "Maximum execution time of 30 seconds exceeded" when wordpress php process time is longer than default 30s | ||
+ | * Solution: edit php.ini file, change max_execution_time = 300, so it will allow more time to process the content or installation plugin process. | ||
====== Future Reference ====== | ====== Future Reference ====== | ||
<code> | <code> |