Verfasst: 23.06.2006 19:22
DitoSoki Sokrates hat geschrieben: ist ja schließlich kein Chat.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
DitoSoki Sokrates hat geschrieben: ist ja schließlich kein Chat.
Code: Alles auswählen
'U_WM_WEBTIPP' => append_sid('wm_round1.'.$phpEx),
Code: Alles auswählen
'U_WM_WEBTIPP' => append_sid('wm_finals.'.$phpEx),
in der Notifier-Datei: includes/wm_notify.phpSoki Sokrates hat geschrieben:In welcher Datei konnte man nochmal den Thread angeben, indem der Notifier postet (die Rangliste?)
Danke, hätt ich mir denken können, ich Scherzkeks.buegelfalte hat geschrieben:in der Notifier-Datei: includes/wm_notify.phpSoki Sokrates hat geschrieben:In welcher Datei konnte man nochmal den Thread angeben, indem der Notifier postet (die Rangliste?)
Code: Alles auswählen
Could not get historical user tipps data
DEBUG MODE
SQL Error : 1064 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 'GROUP BY A.tipp_user ORDER BY user_points DESC, user_points_result DESC' at line 10
SELECT A.tipp_user , sum( A.tipp_points ) AS user_points, count( A.tipp_points ) AS user_total_tipps, count( B.tipp_points ) AS user_points_tendency, count( C.tipp_points ) AS user_points_difference, count( D.tipp_points ) AS user_points_result FROM phpbb_einste1n_wm_tipps A LEFT JOIN phpbb_einste1n_wm_tipps B ON A.tipp_id = B.tipp_id AND A.tipp_points = 2 LEFT JOIN phpbb_einste1n_wm_tipps C ON A.tipp_id = C.tipp_id AND A.tipp_points = 3 LEFT JOIN phpbb_einste1n_wm_tipps D ON A.tipp_id = D.tipp_id AND A.tipp_points = 5 WHERE A.tipp_time < GROUP BY A.tipp_user ORDER BY user_points DESC, user_points_result DESC, user_points_difference DESC, user_points_tendency DESC
Line : 166
File : functions_wm.php
Code: Alles auswählen
Could not get historical user tipps data
DEBUG MODE
SQL Error : 1064 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 'GROUP BY A.tipp_user ORDER BY user_points DESC, user_poi
SELECT A.tipp_user , sum( A.tipp_points ) AS user_points, count( A.tipp_points ) AS user_total_tipps, count( B.tipp_points ) AS user_points_tendency, count( C.tipp_points ) AS user_points_difference, count( D.tipp_points ) AS user_points_result FROM phpbb_wm_tipps A LEFT JOIN phpbb_wm_tipps B ON A.tipp_id = B.tipp_id AND A.tipp_points = 2 LEFT JOIN phpbb_wm_tipps C ON A.tipp_id = C.tipp_id AND A.tipp_points = 3 LEFT JOIN phpbb_wm_tipps D ON A.tipp_id = D.tipp_id AND A.tipp_points = 5 WHERE A.tipp_time < GROUP BY A.tipp_user ORDER BY user_points DESC, user_points_result DESC, user_points_difference DESC, user_points_tendency DESC
Line : 85
File : functions_wm.php