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


![]() |
| | Thread Tools | Display Modes |
| |||
|
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 |
| |||
|
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 |
| |||
|
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 |
| ||||
| 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. |
| |||
|
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 |
| |||
|
How did you fix it because I have the same problem |
| |||
|
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]); |
![]() |
| 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 |