Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Shoutbox 5.5 on YaBB 2.5se (Read 9511 times)
tonyvic
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 47
Location: Brighton, Sussex
Joined: Dec 12th, 2007
Gender: Male
Shoutbox 5.5 on YaBB 2.5se
Dec 22nd, 2010 at 5:14pm
Print Post  
I have installed the Shoutbox on a 2.5se test forum, but get an 'Internal Server Error'.
I looked on the server error log but the date I installed it has dropped off, any help or guidance will be much appreciated.

Tony
  

iseshout.JPG ( 49 KB | Downloads )
iseshout.JPG
Back to top
WWW  
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Shoutbox 5.5 on YaBB 2.5se
Reply #1 - Dec 22nd, 2010 at 5:56pm
Print Post  
Hi Tony,

You haven't got Carsten's Online Activity Mod installed by any chance have you?

If you haven't, then add this line to ShoutDisplay.pl:

Code
Select All
use CGI::Carp qw(fatalsToBrowser); 


You should get a more detailed description of what's causing the error then...
  
Back to top
 
IP Logged
 
tonyvic
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 47
Location: Brighton, Sussex
Joined: Dec 12th, 2007
Gender: Male
Re: Shoutbox 5.5 on YaBB 2.5se
Reply #2 - Dec 22nd, 2010 at 6:48pm
Print Post  
Hi Derek,
Derek Barnstorm wrote on Dec 22nd, 2010 at 5:56pm:
You haven't got Carsten's Online Activity Mod installed by any chance have you?

As it goes I have, plus 7 others and shoutbox was the last.

Tony
  
Back to top
WWW  
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Shoutbox 5.5 on YaBB 2.5se
Reply #3 - Dec 22nd, 2010 at 6:55pm
Print Post  
Okay, yeah - The problem's with that, we found it out the other day and Carsten has made a fix to the Online Activity Mod:

http://www.carsten-dalgaard.dk/cgi-bin/yabb2/YaBB.pl?num=1287101509/23#23

If you're going to put the forum live then you're probably best installing the Mod again because I think there's been a couple of other fixes too. If you just want it working for testing purpose though, in Sources/Load.pl find:

Code
Select All
    $plastonline = &timeformat(${$uid.$user}{'lastonline'}); 


And add before:

Code
Select All
    if(!$datetimeplver) { require "$sourcedir/DateTime.pl"; } # just to fix compatibility problem with Shoutbox mod 


Obviously that code and fix is Carsten's, so credit goes to him for that.

That should sort it for you anyway...
  
Back to top
 
IP Logged
 
tonyvic
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 47
Location: Brighton, Sussex
Joined: Dec 12th, 2007
Gender: Male
Re: Shoutbox 5.5 on YaBB 2.5se
Reply #4 - Dec 22nd, 2010 at 7:56pm
Print Post  
Derek,
Thank you so much, again you have come to my rescue! Smiley

Many thanks to Carsten as well, for implementing the fix. Smiley

Tony
  
Back to top
WWW  
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Shoutbox 5.5 on YaBB 2.5se
Reply #5 - Dec 22nd, 2010 at 8:03pm
Print Post  
No problem. Smiley
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint