RSGallery2 Support Forums

RSgallery2 support forums => RSgallery2 bugs & problems => Topic started by: nicso on July 15, 2008, 01:05:12 pm



Title: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: nicso on July 15, 2008, 01:05:12 pm
I already red topic about this problem including flash rotator....but that is not my case!

I tried everything from previous topic.....nothing helped:-(

http://www.kvarnerinfo.net/index.php?option=com_rsgallery2&Itemid=313

I just installed gallery for the first time......and It doesnt work:-(

I switched off light box and every other option....nothing.....I dont know what to say anymore except its working in Opera and Firefox......I hate IE.

Btw. I tried with IE 6!

Thnx!


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: nicso on July 18, 2008, 03:44:42 am
Please at least reply: I dont know....

I have installed: Expose flash gallery and thats all that can cause some problems with rsgallery I think....I also have sobi business index component and module installed.....



Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: Daniel Tulp on July 21, 2008, 05:56:50 am
there can be two reasons for this error to occur:
1. you have some Google Maps API on your website

2. there are Javascripts that are a direct child of the body that append to the body

If 1 is not the case, then RSGaller2, or your website might have the problem listed under 2.

which version of Joomla and RSGallery2 are you using?


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: nicso on July 23, 2008, 03:20:45 pm
1.14.3 Alpha!

I checked for google api......I dont have any......I will check for n. 2!


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: nicso on July 23, 2008, 03:22:15 pm
Btw. thnx for helping!

one more thing....This is my first install!


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: Paul Hayes on July 27, 2008, 07:20:18 pm
there can be two reasons for this error to occur:
1. you have some Google Maps API on your website

2. there are Javascripts that are a direct child of the body that append to the body

If 1 is not the case, then RSGaller2, or your website might have the problem listed under 2.

which version of Joomla and RSGallery2 are you using?

Hi,

I am also having this problem. It is very intermittent, sometimes if I CTRL-F5 after the error, the page loads successfully.

I have only installed this today 1.14.3 (SVN 649) with Joomla! 1.0.13 Stable [ Sunglow ] 21 July 2007

I'm not using Google maps api (although I intend to in future!)

I tried to follow the solution at http://rsgallery2.net/component/option,com_smf/Itemid,14/topic,8541.0 but thus far, I have only added

Code:
<script type="text/javascript" src="http://paszkowski.home.pl/www/components/com_rsgallery2/lib/j15backport/includes/media/system/js/mootools.js"></script>

to the head section of my joomla template (I also tried using the standard joomla templates, made no difference), I can't understand where to add the
Code:
window.addEvent
, I don't seem to have a mod_rsgallery2_slideshow.php file - I haven't added any optional module plugins yet.

I've also tried changing SEF mode and trying different slideshows, and switching slideshow off, but to no avail

My site is http://armaghcityfc.co.uk/index.php?option=com_rsgallery2&Itemid=44

Any help would be greatly appreciated..this looks like a great component and so I thought I had finally cracked getting a photo gallery working after spending a day trying flickr4j, Simple Image Gallery, Easy Extended Gallery etc....the probalem seems to have got worse since I uninstalled these - is there any common code used that may have affected RSGallery2?

Thank you


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: Paul Hayes on July 29, 2008, 06:15:50 pm
can anyone help with this? I have tried a number of other gallery addons for joomla and this is the closest i have got to getting something working.

I have really tried to follow the logic in the'solved' thread but am a bit lost

Thanks


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: john on July 29, 2008, 06:56:06 pm
Hi...

could be the menu you use. It modifies the document before it is loaded completely. That is usually what triggers that error.

try using a different one and see if the error still appears.

john


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: Paul Hayes on July 31, 2008, 06:58:24 pm
Hi...

could be the menu you use. It modifies the document before it is loaded completely. That is usually what triggers that error.

try using a different one and see if the error still appears.

john

Hi,

I switched back to the standard Joomla menu and it works - thanks very much. This is a great component!!

Any suggestions for nicer menu modules that won't cause a problem are welcome!

Thanks for helping me. I was completely stumped. Really appreciate it.

Paul


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: john on August 01, 2008, 02:50:59 am
Hi ..

Try to find one without any javascript. One that uses CSS only .. unluckily i'm not up to date with what menus are available for Joomla but i'm sure you can find one on the Joomla Extensions page : http://extensions.joomla.org/component/option,com_mtree/task,listcats/cat_id,1788/Itemid,35/ (http://extensions.joomla.org/component/option,com_mtree/task,listcats/cat_id,1788/Itemid,35/)

John


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: john on August 01, 2008, 02:57:29 am
I already red topic about this problem including flash rotator....but that is not my case!

I tried everything from previous topic.....nothing helped:-(

http://www.kvarnerinfo.net/index.php?option=com_rsgallery2&Itemid=313

I just installed gallery for the first time......and It doesnt work:-(

I switched off light box and every other option....nothing.....I dont know what to say anymore except its working in Opera and Firefox......I hate IE.

Btw. I tried with IE 6!

Thnx!

Hello Nicso ..

Code:
startTicker();

is probably the cause of you problems ..

use something like :
Code:
if (window.addEventListener)
window.addEventListener("load", startTicker, false)
else if (window.attachEvent)
window.attachEvent("onload", startTicker)

or a Mootools version of that to fix it.

john



Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: Sereia on August 01, 2008, 11:09:51 pm
Hello everyone,
This is my first post here and I really need your help. Sudently some web pages that I visist started to show this error! These arethe same pages I visited 5 minutes before the error started, it started happening out of nowhere!

I also have a blog that was giving this error and I delted some things in the HTML code and it is working perfectly but I cannot change other people's pages, right? So I ahe checked all the solutions in the internet but the thing is I don't know where to put those codes you give or are given in other pages, I would like some help here!

Thank you so much!
In


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: john on August 02, 2008, 02:22:52 am
Sereia ..

without a link to the website that misbehaves it is impossible to help ..

Is your site publicly available ?

John


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: ysetiawan19 on August 13, 2008, 01:22:31 pm
Hi,

I also have this problem. If I open on IE6 or IE7 the problem is occur, but this not happen on Firefox.
For information I'm using Joomla 1.0.15 stable and RsGallery2 1.14.3

Can anyone help me to solve this problem?

Best Regards,
YS


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: ysetiawan19 on August 13, 2008, 02:06:19 pm
Hi,

Please ignore my previous post. The problem already solved  :)
It's because xbanner module. After I change xbanner with Simply Image Rotator module, the problem is never happened again.

Best Regards,
YS


Title: Re: internet-explorer-cannot-open-the-internet-site-operation-aborted
Post by: Paul Hayes on August 15, 2008, 06:52:07 pm
Hi ..

Try to find one without any javascript. One that uses CSS only .. unluckily i'm not up to date with what menus are available for Joomla but i'm sure you can find one on the Joomla Extensions page : http://extensions.joomla.org/component/option,com_mtree/task,listcats/cat_id,1788/Itemid,35/ (http://extensions.joomla.org/component/option,com_mtree/task,listcats/cat_id,1788/Itemid,35/)

John

Having looked around for a while, swmenufree is the best i've found, and doesn't cause any problems with teh photo gallery
http://www.swmenupro.com/index.php?option=com_remository&func=select&id=1&Itemid=298

Thanks