Results 1 to 10 of 21

Hybrid View

  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,757
    Blog Entries
    1
    Plugin Contributions
    1

    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,757
    Blog Entries
    1
    Plugin Contributions
    1

    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 :)

 

 

Similar Threads

  1. Cant get linux server address out of URL
    By mattlowe01 in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 3 Jun 2006, 08:53 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
  •