Closed paragonn closed 1 month ago
I just tried to upgrade to the latest in the Freeform 4 branch (4.1.21) and the problem is still happening.
@paragonn, sorry for the trouble you're experiencing.
I will see if a developer can check into this soon. It's likely an issue specific to your environment and will require some kind of manual adjustment.
Hi @kjmartens and @seandelaney -- Any news?
Hi @kjmartens and @seandelaney -- Just checking in here. Any news?
Sorry for the delay @paragonn. Due to holidays, I have had to queue this up for @gustavs-gutmanis instead. He'll have a look at it tomorrow (Thursday). 🙂
This should now be resolved in Freeform 4.1.22 (and 5.5.10 for those using that version). 🙂
Thank you for your patience, and sorry for the wait.
What happened?
We recently moved our website database from a standalone Azure Mysql8 DB to their new Azure Mysql8 Flex DB. After we moved to the new database server we are now getting an SQL query error whenever we create a new form in Freeform. It affects the form_submissions_x table that gets created with the form. The error occurs on this query "ALTER TABLE
freeform_submissions_2_2_fs_leadgen_1_203
ADD CONSTRAINTPK
PRIMARY KEY (id
)".Below is the table description from Mysql: +-----------+-----------------+------+-----+---------+--------------------------+ | Field | Type | Null | Key | Default | Extra | +-----------+-----------------+------+-----+---------+--------------------------+ | my_row_id | bigint unsigned | NO | PRI | NULL | auto_increment INVISIBLE | | id | int | YES | | NULL |. | +-----------+-----------------+------+-----+---------+--------------------------+
Errors and Stack Trace (if available)
How can we reproduce this?
Freeform Edition
Pro
Freeform Version
4.1.16
Craft Version
4.8.4
When did this issue start?
After a change to hosting configuration
Previous Freeform Version
No response