Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2010 at 01:31 UTC
Updated:
2 Mar 2010 at 11:30 UTC
On line 60 of ckeditor.install, there is a query involving the fckeditor_role table, but not in brackets, so on databases with table prefixes, the query fails. In other queries in that file, there are brackets around the table name as there should be.
Attaching a patch to fix the line.
(In the meantime, if you run into this during installation: disable the module, uninstall it, apply the patch, enable.)
| Comment | File | Size | Author |
|---|---|---|---|
| ckeditor-patch-install.patch | 762 bytes | thebuckst0p |
Comments
Comment #1
mephir commentedThank's, changes commited to CVS.