Modify

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: adrya.stembridge@… Owned by: Itamar Ostricher
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:1 Changed 8 years ago by anonymous

[me@console]$ ls -lZ /usr/lib/python2.7/site-packages/CKIntegration-1.1dev-py2.7.egg
-rw-rw-rw-. root root unconfined_u:object_r:lib_t:s0   /usr/lib/python2.7/site-packages/CKIntegration-1.1dev-py2.7.egg
Last edited 8 years ago by Ryan J Ollos (previous) (diff)

comment:2 Changed 8 years ago by anonymous

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 anonymous

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Itamar Ostricher.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.