DedeCMS提示Maximum execution time of 30 seconds exceeded in解决办法

DedeCMS提示Maximum execution time of 30 seconds exceeded in解决办法


DedeCMS出现Fatal error: Maximum execution time of 30 seconds exceeded in解决办法


  解决办法:


  在服务器中找到php.ini这个文件(c盘Windows的也要改)


  修改:max_execution_time = 30


  max_execution_time = 30 ; 这个是每个脚本运行的最长时间,可以自己修改加长,单位秒


  为:max_execution_time = 300


  然后重起mysql服务


  在运行里输入:


  net stop MySQL 停止mysql服务


  net start MySQL 开始mysql服务器


dedecms标签

posted on 2014-12-06 16:02  ushaapp  阅读(127)  评论(0)    收藏  举报

导航