Closed nilshoerrmann closed 9 years ago
It seems like the quotes are not the culprit. It happens on every second attempt to save (1, 3, 5 …).
Wild guess: might this be related to the autoload changes in the core?
This is the erroneous line:
MySQL Error (1054): Unknown column 'namespace' in 'field list' in query: INSERT INTO `sym_cache` (`hash`, `creation`, `expiry`, `data`, `namespace`) VALUES ('703945698188300f7dbbcfadbb121be7', '1416993837', '1416994137', 'eCodEDgaRbaGE', null)
Aha, the migration file for 2.6.0
contains this:
ALTER TABLE `tbl_cache` ADD `namespace` VARCHAR(255) COLLATE utf8_unicode_ci;
But the installer excludes that column.
Executing that command fixes the issue.
Double quotes
"
inside theIncluded Elements
field are breaking the backend:Single quotes work. This is on Symphony
2.6.0-alpha
.