Current time: 03-21-2010, 02:34 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 2 Votes - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
spicefuse shout box
08-01-2008, 01:50 AM
Post: #1
spicefuse shout box
it stopped working, it just says loading.
ive used it for about a month now and had not trouble.
Find all posts by this user
Quote this message in a reply
08-01-2008, 03:55 AM
Post: #2
RE: spicefuse shout box
Did you or your host change anything? Have you tried clearing your cache? I mean most things don't just break (But it has happened to me so I won't call you liar Toungue).

[Image: logo.jpg]
Visit this user's website Find all posts by this user
Quote this message in a reply
08-01-2008, 11:49 PM
Post: #3
RE: spicefuse shout box
no i didn't change host
Find all posts by this user
Quote this message in a reply
08-02-2008, 01:10 AM
Post: #4
RE: spicefuse shout box
A number of possibilities:
- is your site hosted across multiple subdomains/domains? (note, http://www.example.com and example.com are different subdomains)
- do you have any shouts in the shoutbox? (I'm guessing you do)
- any Javascript errors?
Visit this user's website Find all posts by this user
Quote this message in a reply
08-03-2008, 10:36 AM
Post: #5
RE: spicefuse shout box
It'd be better to provide a link to your forum so that any javascript error could be identified.

Linux Server overloading explained
Move MySQL to a second drive
Visit this user's website Find all posts by this user
Quote this message in a reply
08-06-2008, 12:35 PM (This post was last modified: 08-06-2008 12:39 PM by flick.)
Post: #6
RE: spicefuse shout box
On one of my test boards (1.4) I get the same 'Loading' issue, and it seems that it's an Ajax not defined error in the shoutbox.js file.
Code:
new ajax('xmlhttp.php?action=show_shouts&last_id='+ShoutBox.lastID, {method: 'get', onComplete: function(request) { ShoutBox.shoutsLoaded(request); } });

Am going to check what steps I've not done, but hope this helps trouble shoot a little.

I have included the code
Code:
<script type="text/javascript" src="jscripts/shoutbox.js?ver=121"></script>
in headerinclude.

Current motto: Cross referencing threads by providing links is a good idea!

Back-on Online - Back-on Fansite
http://www.backon-online.com/

WordPress Snippets
http://www.wpsnippets.com/
Visit this user's website Find all posts by this user
Quote this message in a reply
08-06-2008, 07:06 PM
Post: #7
RE: spicefuse shout box
And

Code:
<sf_shoutbox>

in the index template, below:
Code:
{$header}

Did you add this?
Find all posts by this user
Quote this message in a reply
08-06-2008, 08:32 PM
Post: #8
RE: spicefuse shout box
Yes. Otherwise it wouldn't be showing up on the main index page Smile

Current motto: Cross referencing threads by providing links is a good idea!

Back-on Online - Back-on Fansite
http://www.backon-online.com/

WordPress Snippets
http://www.wpsnippets.com/
Visit this user's website Find all posts by this user
Quote this message in a reply
08-06-2008, 10:25 PM
Post: #9
RE: spicefuse shout box
This happened to me, just disable the plugin, go into PHPmyadmin and delete the shouts table, then reactivate the plugin. You will lose past shouts but it will work fine again (for a while!)

[Image: thelol.png]
Find all posts by this user
Quote this message in a reply
08-07-2008, 12:06 AM
Post: #10
RE: spicefuse shout box
(08-06-2008 12:35 PM)flick Wrote:  On one of my test boards (1.4) I get the same 'Loading' issue, and it seems that it's an Ajax not defined error in the shoutbox.js file.
Code:
new ajax('xmlhttp.php?action=show_shouts&last_id='+ShoutBox.lastID, {method: 'get', onComplete: function(request) { ShoutBox.shoutsLoaded(request); } });
That looks like a MyBB 1.2 issue. IIRC, plugin has been updated for MyBB 1.4 - are you using the 1.4 version?
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: