Fatal error: Maximum execution time of 30 seconds exceeded in my php
Fatal error: Maximum execution time of 30 seconds exceeded in my php
I have a blog and there is the code。此加载速度非常慢,在 error.log 中出现此错误:
Fatal error: Maximum execution time of 30 seconds exceeded in my ../php/controller.php on line 19.
问题是什么?我设置 php.ini:
max_execution_time = 600
max_input_time = 600
memory_limit = 1000M
但是没有用。 Apache、Debian,Mysql 感谢您的帮助。
我在 view.php 中给 SQL 负索引,它失败了,但我很喜欢它。
I have a blog and there is the code。此加载速度非常慢,在 error.log 中出现此错误:
Fatal error: Maximum execution time of 30 seconds exceeded in my ../php/controller.php on line 19.
问题是什么?我设置 php.ini:
max_execution_time = 600
max_input_time = 600
memory_limit = 1000M
但是没有用。 Apache、Debian,Mysql 感谢您的帮助。
我在 view.php 中给 SQL 负索引,它失败了,但我很喜欢它。