hab die installation gemacht aber nun zeigt es im forum diesen fehler an.
(kenne bzw. traue mich noch nicht ganz etwas im sqlmyadmin zu machen) verstehe nicht genau was ich macen muss
hab auch schon im forum gesucht aber 3-4 posts gefunden die ein anderes problem damit mal hatten.
Code: Alles auswählen
This list is a result of the SQL queries needed for the additional mods in the pre-moded pack
Birthday PART 1 Mod
[Already added] line: 1 , ALTER TABLE phpbb_users ADD user_birthday INT DEFAULT "999999" not null
[Already added] line: 2 , ALTER TABLE phpbb_users ADD user_next_birthday_greeting INT DEFAULT "0" not null
Birthday PART 2 Mod
[Already added] line: 3 , INSERT INTO phpbb_config (config_name, config_value) VALUES ("birthday_required", "0")
[Already added] line: 4 , INSERT INTO phpbb_config (config_name, config_value) VALUES ("birthday_greeting", "1")
[Already added] line: 5 , INSERT INTO phpbb_config (config_name, config_value) VALUES ("max_user_age", "100")
[Already added] line: 6 , INSERT INTO phpbb_config (config_name, config_value) VALUES ("min_user_age", "5")
[Already added] line: 7 , INSERT INTO phpbb_config (config_name, config_value) VALUES ("birthday_check_day", "7")
Code: Alles auswählen
Could not obtain post/user information.
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 '.*, pt.post_text, pt.post_subject, pt.bbcode_uid FROM phpbb_p
SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user_viewemail, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, u.user_birthday, u.user_next_birthday_greeting p.*, pt.post_text, pt.post_subject, pt.bbcode_uid FROM phpbb_posts p, phpbb_users u, phpbb_posts_text pt WHERE p.topic_id = 28 AND pt.post_id = p.post_id AND u.user_id = p.poster_id ORDER BY p.post_time ASC LIMIT 0, 15
Line : 398
File : viewtopic.php