Magento 安装报错 doesnt seem to be a chunked message

Magento安装时出现
引用
Url "http://127.0.0.1/magento/" is not accessible
Error parsing body - doesnt seem to be a chunked message
引用
Url "http://127.0.0.1/magento/" is not accessible
Unable to read response,or response is empty

去掉Skip Base URL Validation Before the Next Step的检查框 (竟然只知道消极解决办法:()
安装顺利进行,数据库快要安装完成时界面停留在http://127.0.0.1/index.php/install/wizard/installDb/空白页。过一会发现error_log文件有一行错误
引用
[09-Aug-2012 05:48:41] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in D:\pro\shop\lib\Zend\Cache\Backend\File.php on line 643
修改php.ini的 max_execution_time = 30 为 max_execution_time = 300,重启服务器后,重新安装Magento ,OK

你可能感兴趣的:(message)