Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2006
    Posts
    20
    Plugin Contributions
    0

    Default Urgent Help Needed

    Not sure if this is a bug. But links on my login page don't work right in Internet Explorer. They work fine in Firefox though.
    It's the 'forgotten password' & 'create new account' links they seem to perform the same action as the login button but show the right location when the cursor is over them.
    http://www.shopphilosophy.com/index.php?main_page=login
    When I have the seach sidebox enabled all three buttons point to advanced search.

    Hope someone can help as I need this ready for monday as it's getting some heavy promotion.

    Brad

  2. #2
    Join Date
    Jan 2004
    Posts
    58,249
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Urgent Help Needed

    You have an invalid SSL configuration.

    You will need to turn off SSL until you have a valid certificate installed.
    To install an SSL certificate, you'll need to talk to your hosting company.

    In the meantime, edit your /includes/configure.php file and set ENABLE_SSL to 'false'
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Apr 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: Urgent Help Needed

    Thanks for the quick reply DrByte but it's already set to false

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'false');

    I really stumped on this.

  4. #4
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,128
    Plugin Contributions
    0

    Default Re: Urgent Help Needed

    Using a tip provided by DrByte in a similar situation that I had, try using:

    define('HTTP_SERVER', 'http://domain.com');
    define('HTTPS_SERVER', 'http://domain.com');


    And if the above doesn't work, time to bring out the Hammer and do some forcing.

    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{SERVER_PORT} !80$
    RewriteRule ^(.*) http://domain.com/$1 [R,L]
    </IfModule>

    Put the above in your Document Root .htaccess file (public_html/.htaccess). It may or may not work as it's dependent upon how the Server is setup.
    Last edited by Website Rob; 28 Oct 2006 at 12:57 PM.

  5. #5
    Join Date
    Apr 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: Urgent Help Needed

    Thanks Rob but still no good. I can't understand why it's fine in Firefox but not IE.
    Any other ideas?

  6. #6
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,128
    Plugin Contributions
    0

    Default Re: Urgent Help Needed

    Guess I'm not seeing the complete problem?

    Your 'Password Forgotten' and 'Create New Account' are not using an 'https' connection nor is 'https' used is the FORM code? In IE 6 I can reach both pages just fine.

  7. #7
    Join Date
    Apr 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: Urgent Help Needed

    I'm using IE 6 and when I click on either 'Password Forgotten' and 'Create New Account' buttons I'm taken to the login screen though the proper destination links show at the bottom of the browser when my cursor is over them.

    I have IE 7 on a different computer with same problem still happening but links show the login destination when the cursor is over the buttons.

    Rob are you saying the links are fine on your computer with IE 6?

  8. #8
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,128
    Plugin Contributions
    0

  9. #9
    Join Date
    Apr 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: Urgent Help Needed

    That's really strange. I guess I'll have to back track my customization and see if I can get to the bottom of this. Thanks for your help.

    Brad

 

 

Similar Threads

  1. Urgent Help needed!
    By adnimas5 in forum Upgrading from 1.2 to 1.3.x
    Replies: 30
    Last Post: 8 Jun 2006, 03:08 AM

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
  •