.htaccess DreamHost共享主机中的Magento 1.7安装错误

.htaccess DreamHost共享主机中的Magento 1.7安装错误,.htaccess,magento,apache2,magento-1.7,.htaccess,Magento,Apache2,Magento 1.7,日志中的错误为 Premature end of script headers: index.php, referer: http://www.example.com/index.php/install/wizard/config/?config%5Blocale%5D=en_US&config%5Btimezone%5D=America%2FLos_Angeles&config%5Bcurrency%5D=USD magento安装屏幕中显示错误 Error log reco

日志中的错误为

Premature end of script headers: index.php, referer: http://www.example.com/index.php/install/wizard/config/?config%5Blocale%5D=en_US&config%5Btimezone%5D=America%2FLos_Angeles&config%5Bcurrency%5D=USD
magento安装屏幕中显示错误

Error log record number: 425991650051
我还发现,在安装过程中,只有86个表成功地添加到magento数据库中

服务器的phpinfo

display_errors  On
max_execution_time  30
memory_limit    90M
safe_mode   Off
cURL support    enabled 
PDO support enabled
Simplexml support   enabled
mcrypt support  enabled
hash support    enabled
GD Support  enabled
DOM/XML     enabled 
iconv support   enabled 
Soap Client     enabled
Soap Server     enabled 

Mysql Server version: 5.1.56
PHP Version 5.3.13
index.php中所做的更改

error_reporting(E_ALL);
ini_set('display_errors', 1);
起初我认为这是由于内存限制和最大执行时间,但我在本地主机上重新创建了相同的场景,尽管内存限制在90M,最大执行时间限制在30分钟,但它还是成功地工作了

如何解决这个问题?

你试过这个吗

将index.php上的权限更改为644


还将目录权限:app、var、media和app/etc更改为755

是的,我已经这样做了,这对脚本提前结束有什么影响?可以打开/var/report/425991650051并在此处发布内容吗。。不知道为什么,但我在本地主机上遇到过这种情况,在我更改权限后,它工作正常,但可能是另一个问题:D