IE6 redirection works... with IE8

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Thu Mar 04, 2010 5:46 pm
Hello,

I've got a problem with IE6 redirection. Indeed, Memovie redirects even with IE8. I'm trying to solve it but can't find a solution.

Second question : is it possible to disconnect this redirection ?

I'm still searching anyway...

Thanks for your help.

Best,

Phil
User avatar
Fresh Boarder

GK User
Thu Mar 04, 2010 6:13 pm
Hi

We have tested and works perfectly.
Please show us your site.

Cheers
User avatar
Platinum Boarder

GK User
Thu Mar 04, 2010 6:22 pm
Seichinha wrote:
Hi

We have tested and works perfectly.
Please show us your site.

Cheers


Hi,

www.aicha-b.com

Best,

Phil
User avatar
Fresh Boarder

GK User
Thu Mar 04, 2010 7:03 pm
I have visit your website with IE8 and IE7 compatible view.
All is working well, so it seams that it's from your computer or version of IE8.

Cheers
User avatar
Platinum Boarder

GK User
Thu Mar 04, 2010 7:50 pm
Sorry but it doesn't work on several computers.

Can you explain me how to disconnect this warning please ?

Best,

Phil
User avatar
Fresh Boarder

GK User
Thu Mar 04, 2010 9:17 pm
I had the same issue, but with Firefox!!

How can I disable this.
User avatar
Senior Boarder

GK User
Thu Mar 04, 2010 9:46 pm
Have you changed your user agent ? or you're using some specific firefox extensions which can do this ?
User avatar
Administrator

GK User
Fri Mar 05, 2010 5:38 pm
Hello,

If you don't have a solution, can you tell us how to disable the redirection please ?

Thanks,

Phil
User avatar
Fresh Boarder

GK User
Fri Mar 05, 2010 10:55 pm
Please! inform us how to disable the ie6 warning.
User avatar
Fresh Boarder

GK User
Sat Mar 06, 2010 10:35 am
I have the same problem. People with IE cannot see the site
User avatar
Junior Boarder

GK User
Sat Mar 06, 2010 11:12 am
Got the same problem. A page saying I am using IE6. I am not. I have IE8. So, I cannot see the templates at Gavick-site.
User avatar
Fresh Boarder

GK User
Sat Mar 06, 2010 2:54 pm
Hi

Please try opening the following file:

../gk_memovie/layouts/blocks/head.php

and find this lines:

Code: Select all
<?php if ($this->isIE()) :  ?>
<link href="<?php echo $this->templateurl(); ?>/css/ie.php" rel="stylesheet" type="text/css" />
<?php endif; ?>


replace it with

Code: Select all
<?php if ($this->isIE()) :  ?>
<link href="<?php echo $this->templateurl(); ?>/css/ie.css" rel="stylesheet" type="text/css" />
<?php endif; ?>
User avatar
Platinum Boarder

GK User
Sat Mar 06, 2010 3:40 pm
I am not talking about an own site, I am talking about YOUR (gavick.com) site. I am trying to click on DEMO or TEMPLATES and all I get is a redirection. On this page, the forum, is a a link that says Demo! But I cannot go there.
User avatar
Fresh Boarder

GK User
Sun Mar 07, 2010 5:39 am
The template does not work with IE8 too on my notebook. I am running ie 8 @ 64bit. Is that the reason why its not working? I couldn't locate your code in my head.php.

It works with a 32bit IE8 but not IE8 64bit. I tried it on a desktop which is 32bit and it worked.
User avatar
Fresh Boarder

GK User
Sun Mar 07, 2010 10:10 am
Even with the changes in head.php code the site does nnot open in IE. A big bug I have to say.

I´ve tried to open in other computers and it´s the same
User avatar
Junior Boarder

GK User
Sun Mar 07, 2010 9:23 pm
Removed...
User avatar
Fresh Boarder

GK User
Sun Mar 07, 2010 9:25 pm
Seichinha wrote:
Hi

We have tested and works perfectly.
Please show us your site.

Cheers


I aslo visited the site, and the only thing I see is a redirection to windows update.
User avatar
Fresh Boarder

teitbite
Sun Mar 07, 2010 9:26 pm
Hi

I have send this problem to our programmer.
User avatar
Moderator

GK User
Sun Mar 07, 2010 9:35 pm
It is a little bit strange, because I've visited mentioned websites and it works for me fine on IE8 64-bit, IE8 32-bit (both on Windows 7) and in IE8 on IE Tester app.
User avatar
Administrator

GK User
Sun Mar 07, 2010 9:48 pm
I've found this topic: http://stackoverflow.com/questions/1582 ... -vista-why

Probably people with mentioned problem have some garbage in useragent.

So small fix which should help - please in file libs/gk.template.helper.php change function:
Code: Select all
   function isIE6 () {
      $msie='/msies(5.[5-9]|[6].[0-9]*).*(win)/i';
      return isset($_SERVER['HTTP_USER_AGENT']) &&
         preg_match($msie,$_SERVER['HTTP_USER_AGENT']) &&
         !preg_match('/opera/i',$_SERVER['HTTP_USER_AGENT']);
   }


for:
Code: Select all
   function isIE6 () {
      $msie='/msies(5.[5-9]|[6].[0-9]*).*(win)/i';
                $notIE6 = '/msies([7-9].[0-9]*).*(win)/i';
      return isset($_SERVER['HTTP_USER_AGENT']) &&
         preg_match($msie,$_SERVER['HTTP_USER_AGENT']) &&
                        !preg_match($notIE6,$_SERVER['HTTP_USER_AGENT']) &&
         !preg_match('/opera/i',$_SERVER['HTTP_USER_AGENT']);
   }


Please feedback if it works (especially please tell me if in IE6 page shows information about upgrade and works normally in IE7/IE8).
User avatar
Administrator

GK User
Sun Mar 07, 2010 10:19 pm
Seichinha wrote:
We have tested and works perfectly.
Please show us your site.


I get the same problem as him when looking at your demo. I use Win 7 + IE 8 and get the alert prompting me to upgrade from IE6 (which I don't have).

The only way I could view the demo was to use FF. That's fine for me, but I imagine I site would lose traffic over it. In all fairness, this is not the only time I have encountered the problem. I have seen several Joomla sites that tell me I need to upgrade to IE8 when I already have the most current version. I think it is a problem that is bigger than this template.
User avatar
Senior Boarder

GK User
Tue Mar 09, 2010 2:08 pm
I still cannot see the Memovie in action. Curious to see it (working).
User avatar
Fresh Boarder

GK User
Tue Mar 09, 2010 3:38 pm
I have tested on one pc that add this problem with IE8 and after changing the code provided on../libs/gk.template.helper.php and clean up all cache on ie, now it works perfectly.

Please don't forget to clear cache, if still doesn't works.


Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Mar 09, 2010 6:26 pm
I have cleared the IE cache. I still can't see your demo.
User avatar
Fresh Boarder


cron