dsz90288 2012-07-18 21:06
浏览 29
已采纳

服务器和域移动后,Magento站点将无法完全呈现

I recently moved a magento install to a new server and a new domain. I updated all the entries in the database with the new domain and path. The admin works fine, indexing works fine, cache management works fine.

However on the front end, the site renders all the way until the first product, and then it stops. The rest of the products don't render, and neither does the footer or any other blocks.

I tried to switch back to the vanilla theme that magento ships with, and it still happens.

The files on the new server are exactly the same (rsynced), and the only difference in the db is the domain and path.

Any ideas?

Edit

If it helps, the currently broken url is http://stiles-store.ddmstaging.com/

  • 写回答

3条回答 默认 最新

  • dpdfh60088 2012-07-18 21:18
    关注

    It's a fatal error. Turn on developer mode and reload the page - you will see the error message.

    You can turn on developer mode by two ways:
    1. At backend
    2. Change code in index.php from

    if (isset($_SERVER['MAGE_IS_DEVELOPER_MODE'])) {
        Mage::setIsDeveloperMode(true);
    }
    

    to

    //if (isset($_SERVER['MAGE_IS_DEVELOPER_MODE'])) {
        Mage::setIsDeveloperMode(true);
    //}
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 乌班图ip地址配置及远程SSH
  • ¥15 怎么让点阵屏显示静态爱心,用keiluVision5写出让点阵屏显示静态爱心的代码,越快越好
  • ¥15 PSPICE制作一个加法器
  • ¥15 javaweb项目无法正常跳转
  • ¥15 VMBox虚拟机无法访问
  • ¥15 skd显示找不到头文件
  • ¥15 机器视觉中图片中长度与真实长度的关系
  • ¥15 fastreport table 怎么只让每页的最下面和最顶部有横线
  • ¥15 java 的protected权限 ,问题在注释里
  • ¥15 这个是哪里有问题啊?