Results 1 to 10 of 10
  1. #1
    Join Date
    Jan 2005
    Posts
    7
    Plugin Contributions
    0

    Default "This webpage has a redirect loop" on new install of 1.5.3

    I just installed a fresh version of zen cart but when I try and view the store, the following message is displayed instead of the store.

    "This webpage has a redirect loop"

    I did not receive any error messages during the install and can not see any errors in the log files.

    I however can log in via admin and use all the administration functions. ( I just can't see anything on the store page - www.touringkarts.com


    Some of the many things I tried to no avail
    delete everything and reinstall zen-cart-v1.5.3
    delete everything and reinstall zen-cart-v1.5.3-(hotfix1)-07192014
    change the permission on every folder to 777
    delete all .htaccess



    SPECS below
    zen-cart-v1.5.3-(hotfix1)-07192014
    PHP Version 5.3.28
    HTTP Server: Apache
    Server OS: FreeBSD 8.3-RELEASE-p11

    I would appreciate any pointers or help before I jump in front of a bus.
    regards
    Vic

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: "This webpage has a redirect loop" on new install of 1.5.3

    Try clearing your browser cache and all cookies first.

  3. #3
    Join Date
    Jan 2005
    Posts
    7
    Plugin Contributions
    0

    Default Re: "This webpage has a redirect loop" on new install of 1.5.3

    Quote Originally Posted by stevesh View Post
    Try clearing your browser cache and all cookies first.
    Hi Stevesh
    I cleared the all the cache and cookies in both IE and Chrome.
    In Chrome I get the message - "This webpage has a redirect loop"
    In IE I get "This page can’t be displayed"
    If I get rid of index.php the browser shows the filenames in the directory.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default Re: "This webpage has a redirect loop" on new install of 1.5.3

    You could try turning on the autoload debug. Edit /includes/application_top.php and change
    Code:
    /**
     * boolean if true the autoloader scripts will be parsed and their output shown. For debugging purposes only.
     */
    define('DEBUG_AUTOLOAD', false);
    to
    Code:
    /**
     * boolean if true the autoloader scripts will be parsed and their output shown. For debugging purposes only.
     */
    define('DEBUG_AUTOLOAD', true);
    and then refresh the page. That will result in the Zen Cart startup initialization sequence being output to the screen so that you can see where it's looping. Be sure to change it back to false once you're finished!

  5. #5
    Join Date
    Jan 2005
    Posts
    7
    Plugin Contributions
    0

    Default Re: "This webpage has a redirect loop" on new install of 1.5.3

    Quote Originally Posted by lat9 View Post
    You could try turning on the autoload debug. Edit /includes/application_top.php and change
    Code:
    /**
     * boolean if true the autoloader scripts will be parsed and their output shown. For debugging purposes only.
     */
    define('DEBUG_AUTOLOAD', false);
    to
    Code:
    /**
     * boolean if true the autoloader scripts will be parsed and their output shown. For debugging purposes only.
     */
    define('DEBUG_AUTOLOAD', true);
    and then refresh the page. That will result in the Zen Cart startup initialization sequence being output to the screen so that you can see where it's looping. Be sure to change it back to false once you're finished!
    Thank you but logs are not being produced on the screen or on the server for Store related activities. I tried several browsers and computers. Strangely, I found log files for admin but none for the store.

    I'm going to approach my Internet Service Provider for assistance. I'll update you if and when I learn more.

  6. #6
    Join Date
    Jan 2005
    Posts
    7
    Plugin Contributions
    0

    Default Re: "This webpage has a redirect loop" on new install of 1.5.3

    FYI - I just installed v1.3.9 and it works fine.

  7. #7
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: "This webpage has a redirect loop" on new install of 1.5.3

    Quote Originally Posted by lat9 View Post
    You could try turning on the autoload debug. Edit /includes/application_top.php and change
    Code:
    /**
     * boolean if true the autoloader scripts will be parsed and their output shown. For debugging purposes only.
     */
    define('DEBUG_AUTOLOAD', false);
    to
    Code:
    /**
     * boolean if true the autoloader scripts will be parsed and their output shown. For debugging purposes only.
     */
    define('DEBUG_AUTOLOAD', true);
    and then refresh the page. That will result in the Zen Cart startup initialization sequence being output to the screen so that you can see where it's looping. Be sure to change it back to false once you're finished!
    In making the changes made in accordance with ajeh's recommendations were they made to the files in the store's directory, or the store's admin directory? Further was the .htaccess in the store's directory still absent? Is the store installed in a subdirectory with a .htaccess one directory up? Without divulging the admin directory's path, is the admin directory only one folder deep from the store or deeper than that?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #8
    Join Date
    Jan 2005
    Posts
    7
    Plugin Contributions
    0

    Default Re: "This webpage has a redirect loop" on new install of 1.5.3

    Thank you.

    The problem was the thing between my chair and monitor :)

    Somehow an incorrect index.php was in the root directory.

  9. #9
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: "This webpage has a redirect loop" on new install of 1.5.3

    Quote Originally Posted by vroy View Post
    Thank you.

    The problem was the thing between my chair and monitor :)

    Somehow an incorrect index.php was in the root directory.
    Yup, somehow I've done that once before too. :) Scratched head, shrugged and copied the correct one from a vanilla install. Luckily it was all on my local test server, but it happened none-the-less. :)

    Glad you got it to work. Good luck.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #10
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,672
    Plugin Contributions
    123

    Default Re: "This webpage has a redirect loop" on new install of 1.5.3

    I had this problem once on the admin side in 1.5.3 because of an extra trailing / after the site name -

    http://localhost/sitename//renamed-admin

    Fixed by removing the extra / from admin/includes/configure.php.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. v151 USPS K7 install - Stuck in a "Missing Keys or Out of date you should reinstall!" loop
    By Randolph Hoppe in forum Built-in Shipping and Payment Modules
    Replies: 20
    Last Post: 2 Jun 2015, 07:58 PM
  2. How do I change "For more information, please visit this product's webpage"???
    By willhenry in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 5 Mar 2010, 03:18 PM
  3. "please visit this product's webpage" link trouble
    By Bonkycat in forum Setting Up Categories, Products, Attributes
    Replies: 14
    Last Post: 9 Aug 2009, 11:41 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR