Magento黑屏现场

时间:2013-10-25 08:32:31

标签: php mysql apache magento xampp

这里真的很蠢。 我有几个magento项目,他们一直很好,直到现在。 我在每个Magento项目上都有一个空白页面;

另外,如果我想创建一个新的magento项目,在第二个安装步骤中,它会给出一个空白页面。

XAMPP给了我几个错误(error_log)

[Fri Oct 25 10:05:50 2013] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Fri Oct 25 10:05:52 2013] [notice] Digest: generating secret for digest authentication ...
[Fri Oct 25 10:05:52 2013] [notice] Digest: done
[Fri Oct 25 10:05:53 2013] [notice] Apache/2.2.14 (Unix) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l PHP/5.3.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Fri Oct 25 10:16:03 2013] [notice] child pid 3039 exit signal Bus error (10)
[Fri Oct 25 10:16:04 2013] [notice] child pid 3041 exit signal Bus error (10)
[Fri Oct 25 10:25:57 2013] [notice] child pid 2787 exit signal Bus error (10)
[Fri Oct 25 10:25:58 2013] [notice] child pid 2715 exit signal Bus error (10)

我确实重新安装了XAMPP,但仍然存在相同的错误。

有人能帮助我吗?

2 个答案:

答案 0 :(得分:0)

尝试以下:

删除XAMPP中的SSLSessionCache消息

1)打开文件\ xampp \ apache \ conf \ httpd.conf

2)在LoadModule区域的某处添加以下行:

LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

3)保存文件

4)现在打开文件\ xampp \ apache \ conf \ extra \ httpd-ssl.conf

5)在第70行添加线

SSLSessionCache "shmcb:logs/ssl_scache(512000)"

6)保存文件

7)重启Apache

参考:XAMPP - Session Cache is not configured [hint: SSLSessionCache]

答案 1 :(得分:0)

好的,我和Magento有同样的问题,我发现自从我将Mac OS X升级到10.9后就发现了。

我使用的是XAMPP 1.7.3。

要解决此问题,您需要将XAMPP升级到1.8.3。

现在一切正常。