Help! "index page have the following errors (js)"

I need help to fix this issues Please!!! because of these problems members can't upload photo or video on the news feed.

These are displayed on the page loading.

If I try to upload an image using the wall I receive this warning:
Resource interpreted as Image but transferred with MIME type text/html: "http://branchlove.com/".


index page  have the following errors (js)
Error: TypeError: $(...).masonry is not a function
File : http://branchlove.com/gzip_loader.php?file=bx_templ_js_5917e7c88398c79d684191b9108b1e81.js
Row: 4486

Error: TypeError: $(...).addWebForms is not a function
File : http://branchlove.com/gzip_loader.php?file=bx_templ_js_5917e7c88398c79d684191b9108b1e81.js
Row: 1412

Error: ReferenceError: aUserInfoTimers is not defined
File: http://branchlove.com/gzip_loader.php?file=bx_templ_js_5917e7c88398c79d684191b9108b1e81.js
Row: 1168


Failed to load resource: the server responded with a status of 404 (Not Found) http://branchlove.com//templates/tmpl_oct/images/body_bg_3.jpg
Unsafe JavaScript attempt to access frame with URL http://branchlove.com/index.php from frame with URL http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-053367340110196…anchlove.com%2F&fu=0&ifi=1&dtd=78&xpc=YGsq3ca4lV&p=http%3A//branchlove.com. Domains, protocols and ports must match.
Failed to load resource: the server responded with a status of 404 (Not Found) http://branchlove.com/templates/tmpl_uni/images/spacer.gif
Failed to load resource: the server responded with a status of 404 (Not Found) http://branchlove.com/templates/base/images/msgbox_cor_lt.png
Failed to load resource: the server responded with a status of 404 (Not Found) http://branchlove.com/templates/base/images/msgbox_cor_rt.png
Failed to load resource: the server responded with a status of 404 (Not Found) http://branchlove.com/templates/base/images/msgbox_cor_rb.png
Unsafe JavaScript attempt to access frame with URL http://branchlove.com/index.php from frame with URL http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-053367340110196…anchlove.com%2F&fu=0&ifi=2&dtd=11&xpc=j8MebakCMV&p=http%3A//branchlove.com. Domains, protocols and ports must match.
Failed to load resource: the server responded with a status of 404 (Not Found) http://branchlove.com/templates/base/images/msgbox_cor_lb.png

 

Quote · 6 Mar 2013

Jquery is not getting loaded.

Start by turning off JS caching and compression options in dolphin admin, then clear the dolphin cache.

https://www.deanbassett.com
Quote · 6 Mar 2013

 and loading jquery 3 times :|

Jquery is not getting loaded.

Start by turning off JS caching and compression options in dolphin admin, then clear the dolphin cache.

 

so much to do....
Quote · 6 Mar 2013

Thanks!  JS caching and compression options turning off, then clear the dolphin cache. Video and Photo still can't upload on the News feed.  Is there away I can put a block "add photo or Upload photo on the top of the news feed? so the new members can upload or add photo. About 95 new members Join today but no photo on their profile.

Quote · 6 Mar 2013

The fault is with your website.

Just on the index page alone jquery is getting called 3 times. One provided by dolphin and the other two by custom additions you added. It shows up in your source.

 

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><link href="plugins/jquery/themes/jquery-ui.css" rel="stylesheet" type="text/css" /><link href="plugins/jquery/themes/jquery-ui-timepicker-addon.css" rel="stylesheet" type="text/css" /><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>


You have made custom additions to your _header.html template to include things. And what every your adding it trying to include it's own copy of jquery.

You can't add code to dolphin that includes jquery without rewriting it to remove that addition. Dolphin already includes jquery so you can't just blindly stick code in without checking it first.

That is the cause of your problems.


https://www.deanbassett.com
Quote · 6 Mar 2013
 
 
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.