Shape 5

Joomla Club Extensions => Tab Show V2 - Club => : mummygeek August 22, 2009, 02:22:07 PM



: tabshow crashed site
: mummygeek August 22, 2009, 02:22:07 PM
During testing today with a new user my site repeatedly gave a blank page in FF3.5 and Cannot load webpage in IE7.

The error log repeated this over and over:

[22-Aug-2009 11:51:17] PHP Notice:  Undefined variable: is_ie6 in /home/mydomain/public_html/modules/mod_s5_tabshow/mod_s5_tabshow.php on line 244
[22-Aug-2009 11:51:17] PHP Notice:  Undefined variable: is_ie7 in /home/mydomain/public_html/modules/mod_s5_tabshow/mod_s5_tabshow.php on line 244
[22-Aug-2009 11:51:18] PHP Notice:  Undefined variable: is_ie6 in /home/mydomain/public_html/modules/mod_s5_tabshow/mod_s5_tabshow.php on line 253
[22-Aug-2009 11:51:18] PHP Notice:  Undefined variable: is_ie7 in /home/mydomain/public_html/modules/mod_s5_tabshow/mod_s5_tabshow.php on line 253

I disabled the tab show mod and the site immediately began working again.

The blank page problem has happened occasionally in FF but today using IE7 the page stopped loading at all. No source code nothing.

Any thoughts?
Mummy


: Re: tabshow crashed site
: jonahh August 31, 2009, 09:17:54 PM
Which tab shows are you using the one from the City Portal downloads area or the one from the club extensions area?


: Re: tabshow crashed site
: mummygeek September 01, 2009, 04:52:18 AM
I believe i have the download from the club extension area since i've not got the city portal template at all.



: Re: tabshow crashed site
: jonahh September 01, 2009, 11:03:04 PM
Oh ok, I checked the module and I don't see any lone ie6 or ie7.  But what you could do is open up yours and just set them to php variables to fix the errors.  So just add the following to the top of the module:

Find:

:
<?php
/**
@version 1.0: mod_S5_tabshow
Author: Shape 5 - Professional Template Community
Available for download at www.shape5.com
Copyright Shape 5 LLC
*/


Replace with:

:
<?php
/**
@version 1.0: mod_S5_tabshow
Author: Shape 5 - Professional Template Community
Available for download at www.shape5.com
Copyright Shape 5 LLC
*/


$ie6 "";
$ie7 "";


: Re: tabshow crashed site
: mummygeek September 02, 2009, 06:06:43 AM
Do you mean for the last line to read

$ie7 = "";

rather than $ie6 = "";
?


: Re: tabshow crashed site
: jonahh September 04, 2009, 12:45:51 PM
Oops, yes you are Correct :)


: Re: tabshow crashed site
: mummygeek April 28, 2010, 02:11:18 PM
This has raised it's head again.
I am using commportal and have just downloaded the tab show mod to try it again and it's giving me the blank screen with no error messages even with error reporting set to max. Anything new on this ?


: Re: tabshow crashed site
: jonahh April 28, 2010, 02:15:45 PM
Can you PM me login information (FTP and Joomla) to your site so I can check this out?