Skip to content

Page list fails due to MySQL error #21

@davidhund

Description

@davidhund

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions