Chat funktioniert nicht - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html) +--- Thema: Chat funktioniert nicht (/thread-5946.html) |
Chat funktioniert nicht - Sunny Boy 13 - 18.05.2007 Hallo Leute ich hab mir ein Chat gemacht aber wenn ich den Chat aufrufen will kommt diese Fehlermeldung. Notice: Undefined variable: fotofaker007 in /usr/export/www/hosting/fotofaker007/chat/config.php on line 81 Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /usr/export/www/hosting/fotofaker007/chat/config.php on line 109 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /usr/export/www/hosting/fotofaker007/chat/config.php on line 109 Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /usr/export/www/hosting/fotofaker007/chat/index.php on line 7 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /usr/export/www/hosting/fotofaker007/chat/index.php on line 7 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/export/www/hosting/fotofaker007/chat/index.php on line 8 RE: Chat funktioniert nicht - Michael - 18.05.2007 Es kann keine Verbindung zur Datenbank aufgebaut werden. Stelle sicher, dass die Verbindungsdaten stimmen. RE: Chat funktioniert nicht - Sunny Boy 13 - 18.05.2007 Es stimmt alles mit den Verbindungsdaten. Ich hab in der Conifg.php nachgeschaut es stimmt alles. RE: Chat funktioniert nicht - Michael - 18.05.2007 Fakt ist, dass keine Verbindung hergestellt werden kann. Schau dir mal die Zeilen um Zeile 81 in der config.php herum an. Ist da alles in Ordnung? RE: Chat funktioniert nicht - Sunny Boy 13 - 18.05.2007 Hmm so scvhaut dort der code aus if($fotofaker007 != "" && $pw != "" && $ != "") { Beim ersten weiss ich das da der Nick hingehört beim 2 das PW und beim 3? Daß weiss ich leider nicht =( RE: Chat funktioniert nicht - StefanT - 18.05.2007 Von welchem Chat redest du? |