-
AuthorPosts
-
hultman Friend
hultman
- Join date:
- September 2006
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 8 times in 1 posts
March 5, 2008 at 9:50 am #126311Hi
I’ve got a Javascript error when using IE6 and IE7 and RS2 Gallery. The page is still working but it’s annoying. Its not appearing in FF.
“Untereminated string constant”
Line: 398
Char:113Same problem in both Joomla 1.0.13 and 1.0.15
Any solutions?
/Stefan
bigrk Friendbigrk
- Join date:
- February 2007
- Posts:
- 1425
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 39
- Thanked:
- 45 times in 15 posts
March 6, 2008 at 2:44 am #241414Got a URL for a closer look?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 6, 2008 at 4:06 am #241418Plz download the latest version, and I think your site will work okie, that Javascipt error isn’t a bug, your site still work ohie when have it
hultman Friendhultman
- Join date:
- September 2006
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 8 times in 1 posts
March 6, 2008 at 8:09 am #241433http://www.betrakta.se/option,com_rsgallery2/Itemid,78.html
The error is also there when clicking on the large gallery but not at the small. The site is working but it’s annoying and strange.
bigrk Friendbigrk
- Join date:
- February 2007
- Posts:
- 1425
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 39
- Thanked:
- 45 times in 15 posts
March 6, 2008 at 3:41 pm #241476Did you already fix this? I am not seeing any errors.
hultman Friendhultman
- Join date:
- September 2006
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 8 times in 1 posts
March 6, 2008 at 5:45 pm #241496No!
I have tried on 5 different computers using IE6 or IE7 and they all shows the error, indicated in the bottom left corner of the browser.
I thought it was just a simple solution for it , at least for programers.
/Stefan
kashxo Friendkashxo
- Join date:
- April 2007
- Posts:
- 605
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 11
- Thanked:
- 78 times in 40 posts
March 6, 2008 at 8:04 pm #241512Can I have your index.php in ja_avian folder? I saw that error also, but in line 351
hultman Friendhultman
- Join date:
- September 2006
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 8 times in 1 posts
hultman Friendhultman
- Join date:
- September 2006
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 8 times in 1 posts
March 17, 2008 at 5:57 pm #242410To remove the Javascript error in the RS2 gallery replace the following
In components/com_rs2_gallery/templates/ja_semantic/display.class.php replace:
images.push([“<?php echo $display->url(); ?>”, “<?php echo htmlspecialchars(stripslashes($item->descr), ENT_QUOTES); ?>”]);
with
images.push([“<?php echo $display->url(); ?>”, “<?php echo htmlspecialchars(stripslashes(trim($item->descr)), ENT_QUOTES); ?>”]);
And…
In components/com_rs2_gallery/templates/ja_semantic/html/thumbs_table.php replace:images.push([“<?php echo $display->url(); ?>”, “<?php echo htmlspecialchars(stripslashes($item->descr), ENT_QUOTES); ?>”]);
with
images.push([“<?php echo $display->url(); ?>”, “<?php echo htmlspecialchars(stripslashes(trim($item->descr)), ENT_QUOTES); ?>”]);
-
AuthorPosts
This topic contains 9 replies, has 4 voices, and was last updated by hultman 16 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum