You need to be logged in to get access to the forums. You can do so here
|
Author
|
Message
|
|
luo sam
|
星期四, 2007年 七月 19日 6:01:19 am
Fatal error: Maximum execution time of 30 seconds exceeded in d:\program files\easyphp 1.8\www\ezpublish\lib\ezxml\classes\ezxml.php on line 307
Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below.
|
|
陈 明星
|
星期四, 2007年 七月 19日 8:37:33 am
请检查你的php.ini设置的max_execution_time和memory_limit
我的php.ini的情况
max_execution_time = 120 ; Maximum execution time of each script, in seconds
max_input_time = 120 ; Maximum amount of time each script may spend parsing request data
memory_limit = 128M ; Maximum amount of memory a script may consume (8MB)
以下链接也许对你有帮助:
http://ezpublish.com.cn/forum/installation_config/ez_publish
http://ez.no/community/forum/setu..._publish_environment_and_performance
|
|
luo sam
|
星期五, 2007年 七月 20日 4:49:12 am
这是我的配置,感觉已经设的很大了
max_execution_time = 600 ; Maximum execution time of each script, in seconds
max_input_time = 600 ; Maximum amount of time each script may spend parsing request data
memory_limit = 256M ; Maximum amount of memory a script may consume (8MB)
我改成跟你一样,也不行还是提示
Fatal error: Maximum execution time of 30 seconds exceeded in d:\program files\easyphp 1.8\www\ezpublish\lib\ezxml\classes\ezdomnode.php on line 635
Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below.
|
|
陈 明星
|
星期五, 2007年 七月 20日 7:01:21 am
我建议你查看一下php.ini的目录是不是正确的,也就是说你修改的是不是正确的php.ini
用phpinfo看看Configuration File (php.ini) Path的路径,找到后修改该目录底下的php.ini
下面是phpinfo.php的代码
<code>
<?php
phpinfo();
?>
</code>
你用的easyphp可能已经包含了
因为没有用这个工具,所以不知道说的对不对,希望你能成功
PS: 搜索了一下,貌似easyphp的php.ini在apache目录下(easyphp\apache\php.ini)
|
|
luo sam
|
星期六, 2007年 七月 21日 2:44:51 am
感谢楼主热情帮助。
经你的提醒,我把两个位置的php.ini都改了,并确定,easyphp下,必须修改的是php目录下的php.ini,而不能使用easyphp自带的php.ini工具修改。
现在已经成功出现安装界面,并且直接就是中文。
不过,好像这个过程等待的时间很长的。
|