Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Jun 2006
    Posts
    14
    Plugin Contributions
    0

    Default Firefox has detected that the server is redirecting the request for this address in a

    This is what Firefox says. IE just hangs forever.

    The web host is running php 5.1.1.

    I have installed zencart v1.3.0.1 .

    I have successfully installed on another server at this web hosting company but that server is only running php 4.4.1.

    It works fine for customer cart login but the admin login form/page will not come up.

    I have reloaded admin folder, sub folders and files. I have went over the configure.php with a fine tooth comb.

    Is php 5.1.1 a problem?

    I have been spinning my wheels for days and days on this and I need to get this up?


    Appreciate any ideas very much!!

  2. #2
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

    Default Re: Firefox has detected that the server is redirecting the request for this address

    hard to say. I have ZC running on php5.1.2 with no problems. Although we do say that ZC tentativley supports php 5+, I would be loathe to advise anyone to rely on that.

    I would say that you problem is unlikely to be simply a php5 problem, but may be a php.ini prroblem. A lot more info would help :)

  3. #3
    Join Date
    Jun 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Firefox has detected that the server is redirecting the request for this address in a

    Thanks for the response.

    The php5 configuration can be seen at:

    https://host454.ipowerweb.com/phpinfo.php


    It appears to be failing on the logon.php when it calls application_top.php.

    I set debug on in application_top.php and get the following output when I try and go to admin:

    actionPoint=>0 include('/home/armoredb/public_html/armoredb/includes/classes/class.base.php');
    actionPoint=>0 include('/home/armoredb/public_html/armoredb/includes/classes/class.notifier.php');
    actionPoint=>0 $zco_notifier = new notifier();
    actionPoint=>0 include('/home/armoredb/public_html/armoredb/includes/classes/sniffer.php');
    actionPoint=>0 include('includes/classes/logger.php');
    actionPoint=>0 include('/home/armoredb/public_html/armoredb/includes/classes/shopping_cart.php');
    actionPoint=>0 include('/home/armoredb/public_html/armoredb/includes/classes/products.php');
    actionPoint=>0 include('includes/classes/table_block.php');
    actionPoint=>0 include('includes/classes/box.php');
    actionPoint=>0 include('includes/classes/message_stack.php');
    actionPoint=>0 include('includes/classes/split_page_results.php');
    actionPoint=>0 include('includes/classes/object_info.php');
    actionPoint=>0 include('/home/armoredb/public_html/armoredb/includes/classes/class.phpmailer.php');
    actionPoint=>0 include('/home/armoredb/public_html/armoredb/includes/classes/class.smtp.php');
    actionPoint=>0 include('includes/classes/upload.php');
    actionPoint=>10 include('includes/init_includes/init_file_db_names.php');
    actionPoint=>10 include('includes/init_includes/init_database.php');
    actionPoint=>10 include('/home/armoredb/public_html/armoredb/includes/version.php');
    actionPoint=>20 include('includes/init_includes/init_db_config_read.php');
    actionPoint=>30 include('includes/init_includes/init_gzip.php');
    actionPoint=>30 $sniffer = new sniffer();
    actionPoint=>40 include('includes/init_includes/init_general_funcs.php');
    actionPoint=>40 include('includes/init_includes/init_tlds.php');

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/armoredb/public_html/armoredb/includes/autoload_func.php:94) in /home/armoredb/public_html/armoredb/includes/functions/sessions.php on line 100
    actionPoint=>60 include('includes/init_includes/init_sessions.php');
    actionPoint=>70 include('includes/init_includes/init_languages.php');
    actionPoint=>80 include('includes/init_includes/init_templates.php');
    actionPoint=>90 $zc_products = new products();
    actionPoint=>90 include('includes/functions/localization.php');
    actionPoint=>100 $messageStack = new messageStack();
    actionPoint=>120 include('includes/init_includes/init_special_funcs.php');
    actionPoint=>130 include('includes/init_includes/init_category_path.php');
    actionPoint=>140 include('includes/init_includes/init_errors.php');

    Warning: Cannot modify header information - headers already sent by (output started at /home/armoredb/public_html/armoredb/includes/autoload_func.php:94) in /home/armoredb/public_html/armoredb/admin/includes/functions/general.php on line 34



    Thanks again and if the above helps you any please let me know.

    I have put up one zen-cart site and added mod's and changes. Not sure why I am having so much trouble just getting to the admin login.

  4. #4
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Firefox has detected that the server is redirecting the request for this address

    Based from your phpinfo.php file,


    session.use_trans_sid 1
    should be changed to:


    session.use_trans_sid 0
    This can be done from your .htaccess file. You can find an example under the admin's root folder from the Zen Cart package you downloaded.

    This should give you a hint by resolving this issue.

  5. #5
    Join Date
    Dec 2005
    Location
    My Own Fluffy Place, Pangea
    Posts
    420
    Plugin Contributions
    0

    Default Re: Firefox has detected that the server is redirecting the request for this address

    Is this is a complete fresh install? You can try doing a complete fresh install or a migration? I have both migration and fresh test of ZC on PHP 5.1.4 on mine and it's working fine.

    Oh yeah, noticed your host got ZE1 compatability to Off, what happen if you set that to On?
    Yeah! I'm small! I'm Fluffy! *Stick tongue out*

  6. #6
    Join Date
    Jun 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Firefox has detected that the server is redirecting the request for this address in a

    I added these two lines to the end of the /armoredb/admin/.htaccess file

    php_value zend.ze1_compatibility_mode on
    php_value session.use_trans_sid 0

    This made no difference and I have spent many many many moons on this and I am still stuck.....


    Any more ideas? Is my .htaccess value syntax above correct for Apache 2 and php5?


    Thanks many!!!!!

  7. #7
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

    Default Re: Firefox has detected that the server is redirecting the request for this address

    Hi,

    Its possible that your host has the server configured to not allow local .htaccess files.

    In the subject line of this thread, the firefox error is cut off, can you post the error in the body of a reply.

    Also PM sent :)

  8. #8
    Join Date
    Jun 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Firefox has detected that the server is redirecting the request for this address in a

    Full text of the firefox error:


    ************************************************************

    The page isn't redirecting properly




    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.





    * This problem can sometimes be caused by disabling or refusing to accept
    cookies.
    ***************************************************************

    It gives me a button to "Retry" but same results.

    Firefox makes about 10 attempts before it gives up.
    IE 6 just spins its wheels forever.


    Thanks .... I will check with IPOWER to see if they will ues the .htacess files or not.


    Again thanks to everybody!!

    Ship

  9. #9
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Firefox has detected that the server is redirecting the request for this address

    You may wanna do a search on ipower

    I seem to recall them having some weird server settings
    Zen cart PCI compliant Hosting

  10. #10
    Join Date
    Dec 2005
    Location
    My Own Fluffy Place, Pangea
    Posts
    420
    Plugin Contributions
    0

    Default Re: Firefox has detected that the server is redirecting the request for this address

    You can test any htaccess setting by putting a php file with
    <?php phpinfo(); ?> in the body, just call that in a subdir and it will show PHP. There is a column (right) that will show you the LOCAL settings you have if you've set it using htaccess. Any php switcheroo you put in htaccess will show up in the local column if you've successfully applied it.

    Also, is this a PHP error or an Apache error? Redirection error are usually apache from what I understand (I've had a few of those when I was writing redirect rules).

    A url to the actual page in question might help if we can see the error.
    Yeah! I'm small! I'm Fluffy! *Stick tongue out*

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 22 Jun 2016, 07:44 AM
  2. Replies: 2
    Last Post: 22 Feb 2012, 12:49 PM
  3. The server is redirecting the page in a way that will never complete.
    By Andi98640 in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 13 Jul 2011, 11:07 PM
  4. Replies: 1
    Last Post: 7 Jan 2011, 06:07 PM
  5. Replies: 5
    Last Post: 27 Oct 2009, 02:05 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