Opened 17 years ago
Closed 16 years ago
#2722 closed defect (fixed)
Doesn't work with 11b2
Reported by: | anonymous | Owned by: | Jun Omae |
---|---|---|---|
Priority: | high | Component: | TracWysiwygPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I upgraded my Trac to 0.11b2, and the wysiwyg plugin doesn't work.
trac.log shows it loading, but it isn't "there" while trying to edit.
Attachments (0)
Change History (8)
comment:1 Changed 17 years ago by
comment:3 Changed 16 years ago by
I still don't have the plugin to work with 11b1 yet. Log file shows every modules loaded without any error, but no such wysiwyg button anywhere. Any pointer appreciated.
comment:4 Changed 16 years ago by
The same for me. The logs show that the module is loaded without errors, it also apperars in the Administration section. But there's no 'wisiwig' while editing in the wiki.
comment:6 Changed 16 years ago by
Do people still have problems with this? I've been using the plugin in 0.11 (various versions of both Trac and the plugin) without any problems.
comment:7 Changed 16 years ago by
As i stated in #2739 (that might be closed as duplicate no?) it's ok for me on 0.11.1 on gentoo.
comment:8 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I don't think people are having problems with this plugin simply due to Trac 0.11 alone. Myself and others (see previous post) are OK with it. If anyone is still having problems:
- Ensure that you are using the 0.11 branch of TracWysiwygPlugin
- Ensure that
tracwysiwyg.* = enabled
is in your[components]
section oftrac.ini
- Make sure that you restart your server (esp if running under Apache)
- Make sure that you force-reload the edit page if you don't see the radio button
- If it still doesn't work: double check that the plugin is enabled in the web admin plugins page
- Make sure debug logging is enabled and check
trac.log
for any issues, or Apache/webserver log if Trac doesn't start at all.
If you upgrade from 0.10.x to 0.11b2, try http://trac-hacks.org/svn/tracwysiwygplugin/0.11. otherwise try to force-reload (shift+reload).