Description
I can use wikiserver.py to serve up the wiki and view the gui editor just fine. Then I install it on my machine and then edit a page, but no editor shows.
There are multiple errors in firebug:
TypeError: FCK.EditorWindow is undefined TypeError: FCK.EditorDocument is undefined TypeError: this.StylesLoader is undefined TypeError: C is undefined
The first one points to a file that I can't find on my filesystem with the identified lines.
Steps to reproduce
- download from moinmo.in site 1.9.5
- untar
- install
- change permissions and otherwise configure the server
- open firebug
- edit a page using gui editor
- watch the editor not show up
- see errors in firebug
Component selection
- general
Details
MoinMoin Version |
1.9.5 |
OS and Version |
Centos 6.3 |
Python Version |
2.6 |
Language you are using the wiki in (set in the browser/UserPreferences) |
en |
Workaround
Discussion
can you reproduce it here? if not, it is likely not a bug, but maybe some configuration issue? -- ThomasWaldmann 2012-10-18 04:31:08
- I have reinstalled the OS, moin, and have done minimal and only suggested changes. It works now. I only used the WSGIScriptAlias / /path/to/moin.wsgi
in the VirtualHost file and a few less acl_rights options and it works. That was about all I did differently. Hope that helps someone else.
Plan
- Priority:
- Assigned to:
- Status: