开发者

Cakephp before page render disply an error for large content

开发者 https://www.devze.com 2023-01-10 18:52 出处:网络
When I assign a large content t开发者_开发问答o cake php .ctp file. While displaying the page. I got the following error.

When I assign a large content t开发者_开发问答o cake php .ctp file. While displaying the page. I got the following error.

The request timed out before the page could be retrieved.

How to handle such cases in cakephp

Thanks in advance.


increase the max_execution_time in your php.ini file (or in the script if it's allowed). Could you provide more information what does it mean "large content".

0

精彩评论

暂无评论...
验证码 换一张
取 消