abc (11:30h | 123.123.xxx.xxx)
für phpbb 2.0 gibts da n mod, für phpbb 3.0 hab ich sowas noch nicht gefunden, außer halt der anzeige in der viewonline, aber es würd hier eigentlich ganz gut reinpassen...

nickvergessen hat geschrieben:Bitte update noch dein Sprachpaket. Dann steht auch dran, dass du das install_wwh/ Verzeichnis löschen musstOverhead hat geschrieben:@ nickvergessen
es kommt immer noch:
cu OverheadUpdate deinen "Wer War Da?" MOD
cu OverheadSQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR (u.user_id = w.id) ORDER BY CASE WHEN ( u.user_typ [1064]
SQL
SELECT u.user_id, u.username, u.username_clean, u.user_type, u.user_colour, u.user_allow_viewonline, u.user_lastvisit, w.viewonline, w.id, w.last_page FROM phpbb_3users u LEFT JOIN phpbb_3wwh w ON u.user_id = w.id WHERE (u.user_type = 2 AND u.user_id != 1 AND u.user_lastvisit > 1212616800 AND u.user_lastvisit > ) OR (u.user_id = w.id) ORDER BY CASE WHEN ( u.user_type = 2 AND u.user_id != 1 AND u.user_lastvisit > 1212616800 AND u.user_lastvisit > ) THEN u.user_lastvisit ELSE w.last_page END ASC
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/functions_wwh.php
LINE: 100
CALL: dbal_mysql->sql_query()
FILE: index.php
LINE: 153
CALL: include('includes/functions_wwh.php')
Code: Alles auswählen
$wwh_del_time = $config['wwh_del_time'];
Code: Alles auswählen
$wwh_del_time = (3600 * $config['wwh_del_time_h']) + (60 * $config['wwh_del_time_m']) + $config['wwh_del_time_s'];
@ nickvergessennickvergessen hat geschrieben:includes/functions_wwh.php
finde:ersetze mit:Code: Alles auswählen
$wwh_del_time = $config['wwh_del_time'];
Code: Alles auswählen
$wwh_del_time = (3600 * $config['wwh_del_time_h']) + (60 * $config['wwh_del_time_m']) + $config['wwh_del_time_s'];
cu OverheadAllgemeiner Fehler
SQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR (u.user_id = w.id) ORDER BY CASE WHEN ( u.user_typ [1064]
SQL
SELECT u.user_id, u.username, u.username_clean, u.user_type, u.user_colour, u.user_allow_viewonline, u.user_lastvisit, w.viewonline, w.id, w.last_page FROM phpbb_3users u LEFT JOIN phpbb_3wwh w ON u.user_id = w.id WHERE (u.user_type = 2 AND u.user_id != 1 AND u.user_lastvisit > 1212703200 AND u.user_lastvisit > ) OR (u.user_id = w.id) ORDER BY CASE WHEN ( u.user_type = 2 AND u.user_id != 1 AND u.user_lastvisit > 1212703200 AND u.user_lastvisit > ) THEN u.user_lastvisit ELSE w.last_page END ASC
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/functions_wwh.php
LINE: 100
CALL: dbal_mysql->sql_query()
FILE: index.php
LINE: 153
CALL: include('includes/functions_wwh.php')
Code: Alles auswählen
$wwh_reset_time = $config['wwh_reset_time'];
Code: Alles auswählen
$wwh_reset_time = $config['wwh_reset_time'] + 1;
Install wurde ausgeführt und als erfolgreich gemeldet, dann lösche ich den Install_wwh Ordner, leere den Cache und erhalte diese Meldung:Wer war da?
Update deinen "Wer War Da?" MOD. Führe dazu die install.php aus.
Wenn du das getan hast, kannst solltest du das install_wwh/ Verzeichnis wieder entfernen.
Dabei komm ich nicht mehr ins Forum. Kopiere ich den Install_wwh Ordner zurück, komm ich wieder hinein und ich hab wieder obrige MeldungSQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 [1064]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.