• Support will be limited until May 8th, as I will be out of the office travelling. Thank you for your patience and understanding.

Question Loading problem

Status
Not open for further replies.

Kane

Customer
After updating to the latest VBshout release today I am getting the dreaded loading.... issue - only on one of the two enabled instances.

Chrome
PHP:
Uncaught TypeError: fetchElem(...).on is not a function(anonymous function) @ vbshout.js?v=6216:9(anonymous function) @ vbshout.js?v=6216:373
vbulletin-core.js?v=422:11 Fire vB_XHTML_Ready

Firefox
PHP:
ypeError: fetchElem(...).on is not a function
<anonymous>
 vbshout.js:9
<anonymous>
 vbshout.js:1

This particular instance only relays new posts and threads, no other chat type features are enabled and it was working before the upgrade. Oddly enough the second instance which is chat only is working just fine.

How to fix?
 
Hi there,

In this particular case, this means that your site is loading a very very old version of jQuery prior to vBShout loading.

I am noticing two potential causes for this problem @ your site:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
	$('a.login-window').click(function() {
		
		// Getting the variable's value from a link 
		var loginBox = this.hash;

		//Fade in the Popup and add close button
		$(loginBox).fadeIn(300);
[...]

Code:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function ShowHide(){
$("#slidealert").animate({"height": "toggle"}, { duration: 1000 });
}
//]]>
</script>

Could you please update these copies of jQuery to at least 1.7.1?

Thanks!
 
An old PM notifier :mad:

Thanks Fillip H., found and fixed and all is working as it should.
 
Hello Kane,

This ticket has now been closed with the status Answered.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Legacy vBShout

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,171
Customer rating
5.00 star(s) 1 ratings
Back
Top