Seite 4 von 11

Verfasst: 30.11.2008 11:55
von alexanderzwei
easygo hat geschrieben: Wie meinst du das denn jetzt? :D

Wenn bei dir von 2 bis 6 geöffnet ist, warum sollte dann um 3 geschlossen sein?
Naja, eigentlich ist der Chat von 02 bis 06 Uhr geschlossen, nicht geöffnet.

OpeningHour = 6
ClosingHour = 2

War aber oben ein Irrtum meinerseits. Ich hatte geschrieben, ich habe 02-06 Uhr eingegeben, aber eigentlich war es ja 06-02 Uhr. Das würde dann auch erklären, warum das ganze nicht funktioniert hatte (also Tagesübergreifend). Ich bin da nur etwas durcheinander gewesen.. :oops:
Du sagtest ja schon: OpeningHour muss kleiner als ClosingHour sein.
Wobei ich sagen muss, das man auch einbauen hätte sollen, das der Chat Tagesübergreifend geöffnet haben kann..

Also nochmal: Chat öffnet um 06 Uhr morgens und schließt wieder um 02 Uhr nachts. Sorry, das war mein Fehler. ;)

Grüße,
Alex

Verfasst: 03.12.2008 19:53
von euramanni
Hi Alex,
du hast mir so schön bei meinem Chatproblem geholfen. kennst du das Problem auch.

Beim Debug-Modus kam folgende Meldung:

1) [phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatDataBase.php on line 16: Undefined index: type
2) [phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatMySQLDataBase.php on line 20: Undefined index: name
Zu 1)
// Class to initialize the DataBase connection:
class AJAXChatDataBase {

var $_db;

function AJAXChatDataBase(&$dbConnectionConfig) {
switch($dbConnectionConfig['type']) { >>>(line 16)<<<
case 'mysqli':
$this->_db = new AJAXChatDatabaseMySQLi($dbConnectionConfig);
break;
case 'mysql':
$this->_db = new AJAXChatDatabaseMySQL($dbConnectionConfig);
break;
default:
Zu 2)
// Class to initialize the MySQL DataBase connection:
class AJAXChatDataBaseMySQL {

var $_connectionID;
var $_errno = 0;
var $_error = '';
var $_dbName;

function AJAXChatDataBaseMySQL(&$dbConnectionConfig) {
$this->_connectionID = $dbConnectionConfig['link'];
$this->_dbName = $dbConnectionConfig['name']; >>>(line 20)<<<
}

Verfasst: 03.12.2008 20:40
von alexanderzwei
Nein, tut mir leid. Diese Dateien haben mit meinem Mod nichts zu tun und ich verstehe auch gerade nicht wirklich dein Problem... :D

Verfasst: 03.12.2008 21:26
von euramanni
Hi,
nein mit deinem Mod nicht. Aber mit dem AJAX Chat. Habe gedacht du wüßtest wo man da suchen muß. Es funzt alles, wollte halt nur die Fehlermeldung weg haben.

Verfasst: 03.12.2008 21:51
von alexanderzwei
euramanni hat geschrieben:Hi,
nein mit deinem Mod nicht. Aber mit dem AJAX Chat. Habe gedacht du wüßtest wo man da suchen muß. Es funzt alles, wollte halt nur die Fehlermeldung weg haben.
Nein, tut mir leid, da musst du dich mal im SourceForge Forum vom AJAXChat melden.

Re: AJAX Chat ACP Module für phpBB 3 [V.0.5.1 BETA]

Verfasst: 06.01.2009 22:28
von silkdream
hallo zusammen
Ich weis dies ist nicht das die richtige Stelle für mein Problem aber vlt hat einer von euch der den Chat schon erfolgreich installiert hat eine Idee oder das selbe Problem gehabt.
bekomme immer nur "ChatBot: Fehler: Verbindungsstatus: 404" in https://sourceforge.net/forum/forum.php?forum_id=774132 war ich schon aber habe nichts gefunden

Re: AJAX Chat ACP Module für phpBB 3 [V.0.5.1 BETA]

Verfasst: 06.01.2009 22:57
von 4seven
info
http://chatbugs.wbb3addons.de/print_bug ... 10b408a1d5

für ansätze ab hier durchwühlen
http://www.phpbb.com/community/viewtopi ... 5#p7549455

ansonsten:
bitte einen neuen thread im mod-support bereich aufmachen,
da dieser mod hier nichts mit dieser fehlermeldung zu tun hat.

search on phpbb.com:
http://www.phpbb.com/search/?q=ajax%20c ... on%20error

Re: AJAX Chat ACP Module für phpBB 3 [V.0.5.1 BETA]

Verfasst: 08.01.2009 14:22
von ScHrAnZ DiNgEnS
Also der Chat lief super, bis ich das acp modul eingefügt habe.
Ich hab alle installationsschritte befolgt. Anschliessend das Modul im Acp aktiviert, aber leider bekomme ich es im ACP nicht angezeigt.

Wenn ich jetzt den chat besuche bekomme ich ausserdem noch folgende Fehler:
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatDataBase.php on line 16: Undefined index: type
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatMySQLDataBase.php on line 20: Undefined index: name
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChat.php on line 2474: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 36: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 37: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 41: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 45: Cannot modify header
information - headers already sent by (output started at /includes/functions.php:3184)
Phpbb 3.0.4
+potal 1.0.2

Edit: Wenn ich die module anders anordne wird der chat im ACP angezeigt

Re: AJAX Chat ACP Module für phpBB 3 [V.0.5.1 BETA]

Verfasst: 08.01.2009 17:11
von Soello

Code: Alles auswählen

  // Defines an array of channelIDs (e.g. array(0, 1)) to limit the number of available channels, will be ignored if set to null:
    $config['limitChannelList'] = array(123,456,789);
Sobald ich config.php so ändere, kommen folgende Fehlermeldungen:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 36: Cannot modify header information - headers already sent by (output started at /chat/lib/config.php:1)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 37: Cannot modify header information - headers already sent by (output started at /chat/lib/config.php:1)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 41: Cannot modify header information - headers already sent by (output started at /chat/lib/config.php:1)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 45: Cannot modify header information - headers already sent by (output started at /chat/lib/config.php:1)
Alle Chatkanäle sind gesperrt außer diesen drei, die angegeben sind. Woran liegt der Fehler?

Re: AJAX Chat ACP Module für phpBB 3 [V.0.5.1 BETA]

Verfasst: 08.01.2009 22:40
von alexanderzwei
ScHrAnZ DiNgEnS hat geschrieben:Also der Chat lief super, bis ich das acp modul eingefügt habe.
Ich hab alle installationsschritte befolgt. Anschliessend das Modul im Acp aktiviert, aber leider bekomme ich es im ACP nicht angezeigt.

Wenn ich jetzt den chat besuche bekomme ich ausserdem noch folgende Fehler:
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatDataBase.php on line 16: Undefined index: type
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatMySQLDataBase.php on line 20: Undefined index: name
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChat.php on line 2474: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 36: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 37: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 41: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 45: Cannot modify header
information - headers already sent by (output started at /includes/functions.php:3184)
Phpbb 3.0.4
+potal 1.0.2

Edit: Wenn ich die module anders anordne wird der chat im ACP angezeigt
Läuft der Chat bei dir über eine andere Datenbank als das Forum? Da kommt eine Fehlermeldung mit der MySQL Datei, die eigentlich bei der phpBB Version des Chats unnötig ist.. :roll:
Soello hat geschrieben:

Code: Alles auswählen

  // Defines an array of channelIDs (e.g. array(0, 1)) to limit the number of available channels, will be ignored if set to null:
    $config['limitChannelList'] = array(123,456,789);
Sobald ich config.php so ändere, kommen folgende Fehlermeldungen:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 36: Cannot modify header information - headers already sent by (output started at /chat/lib/config.php:1)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 37: Cannot modify header information - headers already sent by (output started at /chat/lib/config.php:1)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 41: Cannot modify header information - headers already sent by (output started at /chat/lib/config.php:1)
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChatHTTPHeader.php on line 45: Cannot modify header information - headers already sent by (output started at /chat/lib/config.php:1)
Alle Chatkanäle sind gesperrt außer diesen drei, die angegeben sind. Woran liegt der Fehler?
Was sind denn das für Kanäle? Sind das eigene oder welche, die vom Forum angegeben sind? Wenn die vom Forum sind, musst du die ID des Forums nehmen.

Grüße,
Alex