jQuery error on frontpage

Here's the error IE is giving me:

 

Webpage error details
User agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; MATM)
Carimbo de data/hora: Wed, 2 Mar 2011 16:22:58 UTC


Message: Invalid argument.
Line: 1061
Character: 4
Code: 0
URL: http://www.WEBSITE.com/plugins/jquery/jquery.js

 

And here's the code line that is giving error:

 

var self = this;

 

Any help is much appreciated. :)

Quote · 2 Mar 2011

With these details, it is very difficult to look into this. Can you provide more details?

----
Quote · 2 Mar 2011

 

With these details, it is very difficult to look into this. Can you provide more details?

 

You are totally right. Thank you for your observation.

 

So, attached there's an image file that demonstrates the effect that the error causes, the image appears cut on the right as you can see, that's one of three/four images I have on "image reloader".

 

I've noticed that when the website is loading, the image appears entirely but when the top menu appears the error comes up and the image gets cut.

 

So attached there's also the file where the code gives me error.

 

In this file the line is not the same as the one that appears in IE, obviously. In the file the line is 402.

 

The file is: ..\templates\base\extra_top_menu.html

 

Thank you very much for the help of everyone in this forum. It's thank to the users and moderators that we can have our problems solevd, not thanks to Dolphin that have a really shame support!

example.jpg · 140K · 100 views
extra_top_menu.html · 30.2K · 135 downloads
Quote · 2 Mar 2011

 

 

With these details, it is very difficult to look into this. Can you provide more details?

 

You are totally right. Thank you for your observation.

 

So, attached there's an image file that demonstrates the effect that the error causes, the image appears cut on the right as you can see, that's one of three/four images I have on "image reloader".

 

I've noticed that when the website is loading, the image appears entirely but when the top menu appears the error comes up and the image gets cut.

 

So attached there's also the file where the code gives me error.

 

In this file the line is not the same as the one that appears in IE, obviously. In the file the line is 402.

 

The file is: ..\templates\base\extra_top_menu.html

Thank you very much for the help of everyone in this forum. It's thank to the users and moderators that we can have our problems solevd, not thanks to Dolphin that have a really shame support!

provide us with your site's url also

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 3 Mar 2011

Hi,

 

There's more things I can show you. When I go to administration and add new photos, here's the error that appears me above:

 

Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in /home/<hiden>/public_html/administration/basic_settings.php on line 307

Warning: Cannot modify header information - headers already sent by (output started at /home/<hiden>/public_html/administration/basic_settings.php:307) in /home/<hiden>/public_html/inc/admin_design.inc.php on line 56

Quote · 3 Mar 2011

 

Hi,

 

There's more things I can show you. When I go to administration and add new photos, here's the error that appears me above:

 

Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in /home/<hiden>/public_html/administration/basic_settings.php on line 307

Warning: Cannot modify header information - headers already sent by (output started at /home/<hiden>/public_html/administration/basic_settings.php:307) in /home/<hiden>/public_html/inc/admin_design.inc.php on line 56

it's not error just php's warning.

For disable it follow these steps:

1. Open the inc/header.inc.php

2. Add this code line after open php's tag <? or <?php

ini_set('display_errors', 0);

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 3 Mar 2011

Hi,

 

Thanks, it stopped the error from appearing, but in Firebug (FireFox), it keeps giving me this error message on the frontpage:

 

$slider.slider is not a function
[Stop on This error] slide: function(e, ui) {
/inc/js/jquery.webForms.js (line 239)

 

Does anyone know what this might be? Btw, if this has something to do with the "Image reloader", is there any way to stop this since I'm not using it?

 

Thanks. :)

Quote · 7 Mar 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.