-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
I'm have a database error with collapse filed extension.
if I add a collapse filed to a section and save it I got this sql error:
CREATE TABLE IF NOT EXISTS
sym_entries_data_914(idINT(11) UNSIGNED NOT NULL AUTO_INCREMENT,entry_idINT(11) UNSIGNED NOT NULL,valueTEXT DEFAULT NULL, PRIMARY KEY (id), KEYentry_id(entry_id), FULLTEXT KEYvalue(value) )
so I have to make the sym_entries_data_# by myself via phpmyadmin.
It is quite annoying and I have this issue with different symphony version (2.2.5, 2.3.3, 2.3.5) and different version of the extension. MySql version is 5.5.33
There is any way to fix this issue? now I'm using the 1.2 version under symphony 2.3.5
Metadata
Metadata
Assignees
Labels
No labels

