Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[SOLVED]Ready but with mistakes

  • sympsodon
  • sympsodon's Avatar Topic Author
  • Offline
  • New Member
More
15 years 5 months ago - 15 years 5 months ago #28641 by sympsodon
[SOLVED]Ready but with mistakes was created by sympsodon
Hi,

I am having a message of alert in the IE 8.0:


It is working in Firefox without problem.

It is running with J!1.5.14 and Simple Image Gallery Pro 2.0.4

My website is www.j15vm113.aquariavirtual.com

What should i do to avoid this alert message?

Regards,
Carlos.

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 5 months ago #28642 by Yiota
Replied by Yiota on topic Re: Ready but with mistakes
Try changing the popup engine from Mootools to jQuery and see if the error remains.

Please Log in or Create an account to join the conversation.

  • sympsodon
  • sympsodon's Avatar Topic Author
  • Offline
  • New Member
More
15 years 5 months ago #28643 by sympsodon
Replied by sympsodon on topic Re: Ready but with mistakes
In fact with mootools the webpage does not work with IE, but works with Firefox.

I have the Slimbox2 selected with jQuery. I have tried all of them with the same result.

What can i do?

Thank you,
Carlos.

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #28644 by Katia
Replied by Katia on topic Re: Ready but with mistakes
Do you still have the error you posted? I have just checked your site both in IE7 & 8 and works fine... ???

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 5 months ago #28645 by Yiota
Replied by Yiota on topic Re: Ready but with mistakes
If you said that whether you changed in jQuery you still get a mootools error it must not be the SIG's functionality that fails. The problem is located at another module/plugin you are using. Try disabling the modules that use mootools and see if you continue to get the error.

Please Log in or Create an account to join the conversation.

  • sympsodon
  • sympsodon's Avatar Topic Author
  • Offline
  • New Member
More
15 years 5 months ago #28646 by sympsodon
Replied by sympsodon on topic Re: Ready but with mistakes
Yes, i have the mistake in 3 different computers.

I have disabled everything, now the webpage is "naked", only with the sig pro on. You can check the actual situation at www.j15vm113.aquariavirtual.com

If i delete the gallery, then the problem dissapear. I have let the gallery on to show the problem.

So, i think that it is related to SIG.

Should i check anything else?

Carlos.

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 5 months ago #28647 by Yiota
Replied by Yiota on topic Re: Ready but with mistakes
This doesn't make any sense. I can't explain how when you use jQuery library you get a mootools error. The SIG is not loading anything that has to do with mootools.
It's just strange.
Have you tried changing the template into a default joomla template and see if you still get the error?

Please Log in or Create an account to join the conversation.

  • sympsodon
  • sympsodon's Avatar Topic Author
  • Offline
  • New Member
More
15 years 5 months ago #28648 by sympsodon
Replied by sympsodon on topic Re: Ready but with mistakes
Yes, i have tried it.

Now i have changed the template and still the same error message.

What module can be charging this mootools?

Thank you for your help!
Carlos.

Please Log in or Create an account to join the conversation.

  • sympsodon
  • sympsodon's Avatar Topic Author
  • Offline
  • New Member
More
15 years 5 months ago #28649 by sympsodon
Replied by sympsodon on topic Re: Ready but with mistakes
Hi!

I have unistalled and reisnatalled SIG pro, and the problem is still there.

Any help?

Thank you!
Carlos.

Please Log in or Create an account to join the conversation.

  • sympsodon
  • sympsodon's Avatar Topic Author
  • Offline
  • New Member
More
15 years 5 months ago #28650 by sympsodon
Replied by sympsodon on topic Re: Ready but with mistakes
After resinstalling i have tried again the motors, and it is working with High Slide and Simple box, in IE and FF.

I guess that we will never know the reason...  ::) But i will keep trying!

Thank you for your help!
Carlos.

Please Log in or Create an account to join the conversation.

More
15 years 4 months ago #28651 by Arjan Abbink
Replied by Arjan Abbink on topic Re: [SOLVED]Ready but with mistakes
Don't know why this thread reads [SOLVED] because I think it isn't.

I had the same problem as mentioned in the first post of this thread.
After trying lots of thing in the source code I found out that this problem is related to a problem between two different version of the mootools file. If you have a template using the mootools, say in your menu, than the chances are big that the problem lies in the fact that two different mootools files are loaded in the code.

The solution for me was to comment out the loading of the mootools in the SIG plugin. The loading line can be found in:
../plugins/content/jwsigpro/jwsigpro.php on line 175.
After this, the code worked fine without the mentioned fault.

Seeya'll
Arkomat
The Netherlands

Please Log in or Create an account to join the conversation.

  • sympsodon
  • sympsodon's Avatar Topic Author
  • Offline
  • New Member
More
15 years 4 months ago #28652 by sympsodon
Replied by sympsodon on topic Re: [SOLVED]Ready but with mistakes
Hi!

I am not able to find the load function in jwsigpro.php in ../plugins/content/jw_sigpro at line 175

I have at line 175:
$html_template .= '

Could you show me the code that i must comment?

Regards
Carlos.

Please Log in or Create an account to join the conversation.

More
15 years 4 months ago #28653 by Arjan Abbink
Replied by Arjan Abbink on topic Re: [SOLVED]Ready but with mistakes
Hi Carlos,

First of all
I saw I made a mistake with the path of the file. The correct path is:

../plugins/content/jwsigpro.php on line 175


Second
I am using the 2.0.4 version of Simple Image Gallery Pro. Which version of SIG PRO  are you using? Because I see that you searched for the load function in the file jw_sigpro.php (with underscore !!). Is it that you are using a different version, possibly the free version?

Third
The load function in version 2.0.4 should look like this:

<script type="text/javascript" src="'.$mosConfig_live_site.'/plugins/content/jwsigpro/slimbox/mootools.js"></script>

In version 1.2.1 (the latest free version) the load function looks like:

<script type="text/javascript" src="'.$mosConfig_live_site.'/plugins/content/plugin_jw_sig/mootools.js"></script>


Comment out this from <script type="..... till </script>

Let me know if you managed to make it work this time!

Seeya'll
Arkomat

Please Log in or Create an account to join the conversation.

  • sympsodon
  • sympsodon's Avatar Topic Author
  • Offline
  • New Member
More
15 years 4 months ago #28654 by sympsodon
Replied by sympsodon on topic Re: [SOLVED]Ready but with mistakes
Hi!

I am using the version 2.0.4, and i have the follwing file:
../plugins/content/jw_sigpro.php

But i do not have jwsigro.php

Could you please confirm me the right path and the right file?

Thank you!
Carlos.

Please Log in or Create an account to join the conversation.

  • Panagiotis Karamalis
  • Panagiotis Karamalis's Avatar
  • Offline
  • New Member
More
15 years 3 months ago #28655 by Panagiotis Karamalis
Replied by Panagiotis Karamalis on topic Re: [SOLVED]Ready but with mistakes
I have exactly the same problem and it doesnt seem to be solved in this thread.

Please Log in or Create an account to join the conversation.

More
15 years 3 months ago #28656 by Katia
Replied by Katia on topic Re: [SOLVED]Ready but with mistakes
Please provide us with a url to your site.
Did you try changing pop engine?

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum