Opened 8 years ago
Last modified 8 years ago
#12830 new defect
CKEditor only shows on Wiki edit screen. Ticket edit screen shows old editor.
Reported by: | Owned by: | Itamar Oren | |
---|---|---|---|
Priority: | high | Component: | CkEditorPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Working with a fresh install of Trac 1.0.10 with the latest build of CKEditorPlugin. The CKEditor interface is not displayed in ticket or wiki edit screens.
Installation steps:
easy_install https://trac-hacks.org/svn/ckeditorplugin/trunk mkdir /data/www/virtualhosts/trac/htdocs/js svn checkout http://svn.ckeditor.com/CKEditor/releases/stable /data/www/virtualhosts/trac/htdocs/js/ckeditor
trac.ini:
[ckeditor] code_styles = php, js, html, sql, default, xml editor_source = site/js/ckeditor/ckeditor.js editor_type = full_integration [components] ckintegration.* = enabled
I restarted Apache after installation and trac.ini configuration. trac.ini is being read as our custom logo is displayed.
Apache has read and write access to all files in the trac project (and execute access for all folders in the trac project). SELinux labels are correctly applied (the problem persists if I disable SELinux).
Curiously, the plugin is not appearing on the Plugins page under Admin.
There are no related errors in trac.log or the apache log files.
Attachments (0)
Change History (3)
comment:2 Changed 8 years ago by
Type-o in the line above. The actual permissions for this egg file are 660 (same as other eggs in this directory).
comment:3 Changed 8 years ago by
My trac log is configured at the DEBUG level and there are zero references to "ckeditor" when I search this file after loading a new ticket page.