Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page list fails due to MySQL error #21

Open
davidhund opened this issue Nov 3, 2012 · 0 comments
Open

Page list fails due to MySQL error #21

davidhund opened this issue Nov 3, 2012 · 0 comments

Comments

@davidhund
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant