Concrete5: Using "key" as table field name gives MySQL error

Tested in v5.6.0.2.

When you are writing table schema for a block in db.xml and have field name as "key", this generates MySQL syntax error while trying to install a package. Just rename the field name to something else. I think it's because "key" already represents a primary key attribute and using the same name again in field name somehow causes conflict.


Comments

Popular posts from this blog

MailChimp API V2.0 SSL error solution

How to resolve 'res://ieframe.dll/acr_error.htm#' error (Internet Explorer stopped working while viewing a website)

Removing index.php in Codeigniter using XAMPP on Windows