Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.7
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Here's the error I'm receiving when I run civicrm_upgradedb_v1.6_v1.7_41.mysql to update from 1.6 to 1.7 Rev 8894
ERROR 1064 (42000) at line 46: 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 'thankyou_title varchar(255) DEFAULT NULL COMMENT 'Title for ThankYou page.',
' at line 19
Looking at the file it seems that a comma is missing from the create table civicrm_event_page sql code
thankyou_text text COMMENT 'ThankYou Text.',
thankyou_footer_text text COMMENT 'Footer message.'
thankyou_title varchar(255) DEFAULT NULL COMMENT 'Title for ThankYou page.',
thankyou_text text COMMENT 'ThankYou Text.',