Jump to content

tomywu

Members
  • Posts

    3
  • Joined

  • Last visited

tomywu's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have fixed the problem. Somehow the index.php was not updated after the installation. Just copy and paste the following code and create a new index.php will get you going. <?php include(dirname(__FILE__).'/config/config.inc.php'); include(dirname(__FILE__).'/header.php'); $smarty->assign('HOOK_HOME', Module::hookExec('home')); $smarty->display(_PS_THEME_DIR_.'index.tpl'); include(dirname(__FILE__).'/footer.php'); ?>
  2. Just found out, more info: Can load other pages like address.php in Front Office. Seems that there is a problem in the index.php. Any idea?
  3. A fresh installation on: Prestashop Version: 1.4.0.11 Server information: Windows NT build 7600 i586 Server software Version: Microsoft-IIS/7.5 PHP Version: 5.2.9 MySQL Version: 5.5.8 Right after installation, can access Back Office right away but cannot load Front Office. error message show on Google Chrome is: This webpage has a redirect loop Error 310 (net::ERR_TOO_MANY_REDIRECTS) Please help. Please let me know where I should start looking at to resolve the problem. Thanks.
×
×
  • Create New...