forked from tonyarnold/symphony-ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I noticed the Symphony Page-list was not generated in my CKEditor install (1.3.3. on Symphony 2.3.1)
The error in my log was:
UNKNOWN: DatabaseExceptionHandler 0 - MySQL Error (1054): Unknown column 'test' in 'where clause' in query: SELECT SQL_CACHE handle,title FROM `sym_pages` AS p WHERE id IN (test) ORDER BY sortorder ASC in file /ME/symphony/lib/toolkit/class.mysql.php on line 807
The code triggering this error is this: https://github.com/kanduvisla/ckeditor/blob/master/content/content.pages.php#L94-95
Commenting out the $testData check 'solves' it (I see my Pages in the selector).
Metadata
Metadata
Assignees
Labels
No labels