P Paul B XenForo moderator Staff member Aug 25, 2015 #2 Did/do you have the comment like add-on installed? If so, see the bottom of this post: XenForo 1.5 discussion and feedback Upvote 0 Downvote
Did/do you have the comment like add-on installed? If so, see the bottom of this post: XenForo 1.5 discussion and feedback
Robru Well-known member Aug 25, 2015 #3 Yes, but uninstalled the mod before the upgrade to 1.5.0 Upvote 0 Downvote
P Paul B XenForo moderator Staff member Aug 25, 2015 #4 It would seem at least one of the queries failed so you will likely need to take the steps listed in the linked thread. Upvote 0 Downvote
It would seem at least one of the queries failed so you will likely need to take the steps listed in the linked thread.
Robru Well-known member Aug 25, 2015 #5 #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 '' at line 2] Click to expand... Code: ALTER TABLE xf_profile_post_comment ADD warning_id INT UNSIGNED NOT NULL DEFAULT 0, Last edited: Aug 25, 2015 Upvote 0 Downvote
#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 '' at line 2] Click to expand... Code: ALTER TABLE xf_profile_post_comment ADD warning_id INT UNSIGNED NOT NULL DEFAULT 0,
Chris D XenForo developer Staff member Aug 25, 2015 #6 Try: Code: ALTER TABLE xf_profile_post_comment ADD warning_id INT UNSIGNED NOT NULL DEFAULT 0 Upvote 0 Downvote
Robru Well-known member Aug 25, 2015 #7 You're great Chris !! Resolved it works again Typo is your post? Upvote 0 Downvote