简体   繁体   English

Magento网站前端产品信息显示打破站点

[英]Magento site front end products info display breaking the site

I am facing strange issue with my magento site. 我的magento网站面临着奇怪的问题。 My website's front end is not working, but admin works fine. 我的网站的前端无法正常工作,但管理工作正常。

It's showing nothing on front end even enabled errors and checked error log also, but nothing there. 即使启用了错误并检查了错误日志,前端也什么也没显示,但那里什么也没有。 I am able to run index.php file but if works only before below line. 我能够运行index.php文件,但仅在下面的行之前有效。

Mage::run($mageRunCode, $mageRunType);

After this nothing happens. 之后,什么也没有发生。 No error message just browsers "connection reset...." message is displayed. 没有错误消息,仅显示浏览器“连接重置...”消息。

Anyone please help me to sort this out ? 有人可以帮我解决这个问题吗? Please let me know if any more details I have to provide. 请让我知道是否需要提供更多详细信息。

Edit - 编辑-

After whole day R & DI got inventory is creating issue. 一整天后,R&DI收到的库存造成了问题。 anywhere where products ,products count and info related to them is displayed that section causing this issue. 在导致该问题的部分显示产品,产品计数和与之相关的信息的任何地方。

I have checked inventory in admin. 我已经在管理员中检查了广告资源。 Everything seems OK. 一切似乎都还可以。 can anyone guess now what can be issue ? 谁能猜到现在会出现什么问题?

I remember when developing magento modules before. 我记得以前开发magento模块时。 The culprit will always newly installed modules. 罪魁祸首将始终是新安装的模块。

If you can't find anything from the logs try to disable one of the modules you just installed. 如果您在日志中找不到任何内容,请尝试禁用刚刚安装的模块之一。 Usually can be found at app/etc/modules/. 通常可以在app / etc / modules /中找到。

Good point is try to remember what you did last time before it shows the white screen. 重点是尝试记住上一次在显示白色屏幕之前所做的操作。 good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM