v9.6 - Live page thros js errors in IE6 [yget template]

Register an Account
Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 06-19-2007, 09:30 AM
Constant Pligger
Pligg Version: 1.1.3
 
Join Date: Oct 2006
Posts: 191
Hi,

Using v9.6
yget template

When i load the Live page, I get javascript errors in IE6 and the redness in the live item rows stays.

But in Firefox, it works fine.

Pls help me fix this.

Thanks much

My Pligg Sites: startupbug.com
Reply With Quote
  #2 (permalink)  
Old 06-21-2007, 06:19 AM
Constant Pligger
Pligg Version: 1.1.3
 
Join Date: Oct 2006
Posts: 191
IE is throwing more javascript errors me.

I have enabled anonymous voting and using the star rating method.

When i try to cast my vote as a anonymous voter in IE 6, i get the javascript errors and the actual vote is not cast.

Plss help me.

Thanks in advance

My Pligg Sites: startupbug.com
Reply With Quote
  #3 (permalink)  
Old 06-22-2007, 02:28 PM
Constant Pligger
Pligg Version: 1.1.3
 
Join Date: Oct 2006
Posts: 191
I believe Timestamp is become null. How can i fix that.

here is the link to my live page: http://www.tmhgih.com/live

Thanks for any help

My Pligg Sites: startupbug.com
Reply With Quote
  #4 (permalink)  
Old 06-22-2007, 04:07 PM
pligger2's Avatar
Casual Pligger
 
Join Date: Dec 2006
Posts: 45
http://tmhgih.com/live

Here it works fine.
The problem is, that for some reason live doesen't work form other subdomain (like www) diffrent form this provided in admin panel.
E.g. if you have in location instaled base url: http://mydomain.com,
live works from this url, bt if you type in browser http://www.mydomain.com live doesent work.

It's some bug for me - live should working from both domains, with and without www prefix.
Reply With Quote
  #5 (permalink)  
Old 06-23-2007, 07:33 AM
Constant Pligger
Pligg Version: 1.1.3
 
Join Date: Oct 2006
Posts: 191
Hi,
I chnaged the my url to www.tmhgih.com in my admin panel
On my IE6 browser this is what i see happening;

1. http://www.tmhgih.com/live - loads the data, the reddishness doesn't go and thros js errors

2. http://tmhgih.com/live - doesnt load any data at all and also throws js errors.

Thanks for any help on this.

My Pligg Sites: startupbug.com
Reply With Quote
  #6 (permalink)  
Old 07-09-2007, 08:54 AM
New Pligger
 
Join Date: Jun 2007
Posts: 7
How did you fix it because I have the same problem
Reply With Quote
  #7 (permalink)  
Old 03-14-2008, 07:32 PM
New Pligger
Pligg Version: Pligg Beta 9.9.0
Pligg Template: Defualt
 
Join Date: Jan 2008
Posts: 1
I was able to fix this issue by simply adding the following line in:
if (new_data[i] != undefined)

in the file "live_js.tpl" around line number 94:

for (i=0; i<new_items && i<max_items; i++) {ldelim}
items[i].innerHTML = to_html(new_data[i]);

change to:


for (i=0; i<new_items && i<max_items; i++) {ldelim}
if (new_data[i] != undefined)
items[i].innerHTML = to_html(new_data[i]);
Reply With Quote
  #8 (permalink)  
Old 05-17-2008, 08:42 AM
New Pligger
 
Join Date: Apr 2008
Posts: 1
Thanks!

The changes above do fix the problem
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Page Variables Yankidank Wiki Articles 3 05-19-2011 09:21 AM
How translate Live page? prorock Questions and Comments 7 08-09-2010 11:38 AM
Any issues with the Live page? bbrian017 Questions and Comments 2 08-03-2008 04:16 PM
Burying and the Live page fsdave Questions and Comments 0 06-06-2007 11:56 PM
Live Page fix for Paul01 TrailofDead Questions and Comments 0 03-01-2007 10:10 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development