致命错误:第 551 行的 c:wampwwwdrupal2includescommon.inc 中超出了 30 秒的最大执行时间

2021-12-29 00:00:00 configuration ini php drupal

当我转到 drupal 6 中的管理选项时.我的浏览器出现以下错误

when I go to admin option in drupal 6. I get following error on my Browser

致命错误:超过 30 秒的最大执行时间c:wampwwwdrupal2includescommon.inc 第 551 行

Fatal Error: Maximum execution time of 30 seconds exceeded in c:wampwwwdrupal2includescommon.inc on line 551

在我的 drupal 6 站点/所有/模块文件夹中安装视图"模块后,此错误开始发生.

This error has started occuring after i install 'Views' module in my drupal 6 sites/all/modules folder.

为什么会这样?请帮忙.谢谢.

why this is happening? Please Help. Thank you.

推荐答案

Using wamp 其非常简单的事情,点击 wamp 图标在任务栏上,转到 php 并转到 php.ini,然后找到 max_execution_time 并使 30 到 500 或更多你感到舒服.

Using wamp its pretty simple thing , Click on the wamp icon on taskbar, go to php and go to php.ini and then find max_execution_time and make 30 to 500 or more what u are comfort with.

相关文章