Shoutbox Help

Wondering why that MOD you have won't install correctly? Let's take a look
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
bopie64
Registered User
Posts: 1
Joined: Thu May 24, 2007 5:32 am

Shoutbox Help

Post by bopie64 »

When I install the mod "Fully Integrated Shoutbox" from phpBBhacks.com, I install it using EasyMOD, everything goes great, but for some reason after it is installed if you go to the index, in the shoutbox you see this:
DEBUG MODE

SQL Error : 1146 Table 'argcc_phpb1.phpbb_shout' doesn't exist

SELECT s.*, u.user_allowsmile, u.username FROM phpbb_shout s, phpbb_users u WHERE s.shout_user_id=u.user_id ORDER BY s.shout_session_time DESC LIMIT 0, 20

Line : 98
File : shoutbox_view.php
I don't know how to fix this and I went to the readme and it told me to ask for help here. Thanks in advance. I also tried to use my backup, and this weird shoutbox thing is still on the index.
Last edited by stickerboy on Mon Apr 07, 2008 4:56 pm, edited 1 time in total.
Reason: Moved from SQL Parser

User avatar
MHobbit
Registered User
Posts: 198
Joined: Tue Mar 23, 2004 9:31 pm
Location: On the road to nowhere...

Re: Shoutbox Help

Post by MHobbit »

The MOD probably had some required SQL changes in a separate script. You'll need to run that script. Either way, for whatever reason (maybe the SQL wasn't in the MOD file), you'll have to run the queries yourself.
Former phpBB MOD Team Member - No support offered via IM, PM, or email

Locked