Seite 1 von 1

'AJAX Chat' version 2.0.0.B8 - Fehlermeldung

Verfasst: 14.11.2010 12:56
von griza-angel
Hallo!

Ich habe folgenden MOD eingebaut: 'AJAX Chat' version 2.0.0.B8.
Nun bekomme ich folgende Fehlermeldung:
Allgemeiner Fehler
SQL ERROR [ mysql4 ]

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

SQL

SELECT * FROM phpbb_chat ORDER BY message_id DESC LIMIT 25

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/db/mysql.php
LINE: 221
CALL: dbal_mysql->sql_query()

FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysql->_sql_query_limit()

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

FILE: index.php
LINE: 30
CALL: include('shout.php')
Mir ist schon klar, dass in der Datenbank die Tabelle dafür fehlt. Aber wie erstelle ich die? Normalerweise ist bei der MOD-Anleitung ja immer ein Befehl dafür angegeben, aber bei diesem MOD leider nicht :-(
Kann mir da jemand weiter helfen?


LG
griza-angel

Re: 'AJAX Chat' version 2.0.0.B8 - Fehlermeldung

Verfasst: 14.11.2010 21:27
von Würzi
Moin,

Ein Buch endet bei der letzten Seite - eine Install Anleitung mit den DIY instructions (auf deutsch umgestellt "manuelle Vorgänge")
Browse to your ACP, in the address bar of your browswer you should have something like this: http://www.yoursiteaddress.com/adm/index.php. Delete the following from your address bar adm/index.php (plus anything else that may be after this). Now add to the address bar chat_install.php?mode=install Press ENTER on your keyboard this will install the chat database.
Remove the chat_install.php when you are finished.

You will have to go to the ACP>GENERAL and purge cache. Also you will have to go to ACP>STYLES tab then go to each templates, themes and imagesets and refresh the style you are working with.
Mfg dat Wuerzi

Re: 'AJAX Chat' version 2.0.0.B8 - Fehlermeldung

Verfasst: 15.11.2010 08:14
von griza-angel
Guten Morgen!

Oh, wie peinlich, dass habe ich völlig übersehen! :oops: :oops: :oops:
Vielen Dank für deine Hilfe! Hat alles geklappt :)


LG
griza-angel