Shoutbox Installation Problem

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
User avatar
Lali
Registered User
Posts: 1
Joined: Sat Jul 05, 2008 3:11 pm
Location: Right here
Contact:

Shoutbox Installation Problem

Post by Lali »

After Completing all thing this Error has come on opening my forum home page. i think this is sql database problem please tell me how can i get the syntex to add on database or what i do next step.
.
General Error
SQL ERROR [ mysqli ]

Table 'dj.phpbb_chat' doesn't exist [1146]

SQL

SELECT * FROM phpbb_chat ORDER BY message_id DESC LIMIT 25

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()

FILE: includes/db/mysqli.php
LINE: 185
CALL: dbal_mysqli->sql_query()

FILE: includes/db/dbal.php
LINE: 159
CALL: dbal_mysqli->_sql_query_limit()

FILE: shout.php
LINE: 54
CALL: dbal->sql_query_limit()

FILE: index.php
LINE: 29
CALL: include('shout.php')
:|
Why all good things going to end

User avatar
Kevin Clark
Support Team
Support Team
Posts: 751
Joined: Thu Feb 10, 2005 5:34 pm
Location: UK
Contact:

Re: Shoutbox Installation Problem

Post by Kevin Clark »

That looks like a phpBB3 error page, not a phpBB2 easyMOD one.

Looks like you haven't run either an SQL command or a database script to add a table to your database which the MOD needs. Check the installation instructions.

The best place to ask is the topic or site where you downloaded the MOD.
Image

User avatar
Lumpy Burgertushie
Registered User
Posts: 1006
Joined: Tue Feb 28, 2006 5:26 pm

Re: Shoutbox Installation Problem

Post by Lumpy Burgertushie »

are you using phpbb3 or phpbb2?

if you are using phpbb3, then easymod does not work with it, nor do any of the phpbb2 MODs


robertt

Locked