0
Welcome Guest! Login
0 items Join Now

SOLVED Internet Explorer cannot open some components

    • anshell's Avatar
    • anshell
    • Sr. Rocketeer
    • Posts: 151
    • Thanks: 0

    SOLVED Internet Explorer cannot open some components

    Posted 18 years 3 days ago
    • Hi,
      When user with Internet Explorer been trying to search through properties available for rent and sale om my website www.anshell.com , but it seems like there are problems with components. Basically, user can do the search up to the point of actually accessing a property- once they click on "read more" link or the property image, they get an error message saying that "Internet Explorer cannot open the Internet anshell.com/component/option,com_ezrealt...,detail/id,94/.  ; Operation aborted.".

      Please let me know how I can fix this problem.

      Thank you,

      P.S. FF-no problems at all!
    • Last Edit: 17 years 11 months ago by anshell.
    • Real Estate in New York & Florida!
      www.anshell.com | www.gostra.com | www.gullprint.com
  • Re: SOLVED Internet Explorer cannot open some components

    Posted 18 years 3 days ago
    • Not let people onto your site who use IE?

      You would be better off asking that question on the forums for that particular component I think.
    • www.ninjoomla.com - The Ninjoomla Open Source Extension Club
      Over 50 open source extensions and 100 videos to you build the site you want.
    • anshell's Avatar
    • anshell
    • Sr. Rocketeer
    • Posts: 151
    • Thanks: 0

    Re: SOLVED Internet Explorer cannot open some components

    Posted 18 years 3 days ago
  • Re: SOLVED Internet Explorer cannot open some components

    Posted 18 years 3 days ago
    • Go into firefox.

      Go to the page in question.

      Copy the url.

      Paste it into IE.

      See if it works.


      Also, try disabling some of your modules on that page. especially if it runs any javascript, like an ajax news module etc.
    • www.ninjoomla.com - The Ninjoomla Open Source Extension Club
      Over 50 open source extensions and 100 videos to you build the site you want.
  • Re: SOLVED Internet Explorer cannot open some components

    Posted 18 years 3 days ago
    • Just checked your page. I would try disabling the news scroller at the top of the page.

      Then maybe the live search. One of them is probably causing IE to break. (IE is very sensitive)

      As a side note, how did you get eh scrolling icon for the favorites icon?

      If it is the news scroller causing your problem. I suggest going to my site, www.ninjoomla.com sending me a donation for $4 and I will send you a copy of my shapechanger module which allows you to show different modules on IE and on other browsers. So you can show the scroller for anyone not using IE, then disable it in IE.
    • www.ninjoomla.com - The Ninjoomla Open Source Extension Club
      Over 50 open source extensions and 100 videos to you build the site you want.
    • anshell's Avatar
    • anshell
    • Sr. Rocketeer
    • Posts: 151
    • Thanks: 0

    Re: SOLVED Internet Explorer cannot open some components

    Posted 18 years 2 days ago
    • Thank you Daniel,
      Scrolling icon I did from www.htmlkit.com/services/favicon/

      Help from the site with EZRealty component suggested:

      "does your template header contain?
      Code:
      <?xml version="1.0" encoding="iso-8859-1"?>

      If it does, you might try replacing it with:

      Code:
      <?php
      $iso = split( '=', _ISO );
      $Browser_Type = strtok($HTTP_USER_AGENT, "/");
      $doc_type = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \" www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\ ">
      ";
      if (ereg( "MSIE", $HTTP_USER_AGENT))
      {
      echo $doc_type;
      echo '<?xml version="1.0" encoding="'.$iso[1] .'"?'.'>';
      $browtype = "You are using IE";
      }
      else
      {
      echo '<?xml version="1.0" encoding="'.$iso[1] .'"?'.'>';
      echo $doc_type;
      $browtype = "You are not using IE";
      }
      ?>

      The first snippet causes ie6 to trigger quirks mode and can cause modules and components to behave funky."

      But I don't have this code, so I'll try to digg more.
      Thank you
    • Real Estate in New York & Florida!
      www.anshell.com | www.gostra.com | www.gullprint.com
  • Re: SOLVED Internet Explorer cannot open some components

    Posted 18 years 2 days ago
    • did you try unpublishing the modules I suggested?
    • www.ninjoomla.com - The Ninjoomla Open Source Extension Club
      Over 50 open source extensions and 100 videos to you build the site you want.
    • anshell's Avatar
    • anshell
    • Sr. Rocketeer
    • Posts: 151
    • Thanks: 0

    Re: SOLVED Internet Explorer cannot open some components

    Posted 18 years 2 days ago
  • Re: SOLVED Internet Explorer cannot open some components

    Posted 18 years 2 days ago
    • test it's the modules first!

      (plus there is a new version of the shapechanger coming out soon.)
    • www.ninjoomla.com - The Ninjoomla Open Source Extension Club
      Over 50 open source extensions and 100 videos to you build the site you want.
    • anshell's Avatar
    • anshell
    • Sr. Rocketeer
    • Posts: 151
    • Thanks: 0

    Re: SOLVED Internet Explorer cannot open some components

    Posted 18 years 2 days ago
    • Too late. I just made a huge donation ;D Please check your records and send me all instructions.
      And i was able to unpublish only a news scroll and it didn't help.
    • Real Estate in New York & Florida!
      www.anshell.com | www.gostra.com | www.gullprint.com

Time to create page: 0.121 seconds