[Moin-user] Using fckeditor and inline_latex

Nikolaus Rath Nikolaus at rath.org
Tue Nov 30 15:30:16 EST 2010


Hello,

When I edit a page that starts with #format inline_latex (implemented by
http://moinmo.in/ParserMarket/inline_latex) using fckeditor, I'm getting
an internal server error with the following traceback:

[Tue Nov 30 20:08:22 2010] [error] 2010-11-30 20:08:22,247 ERROR MoinMoin.wsgiapp:293 An exception has occurred [https://www.rath.org/wiki/Math%20Demo].
[Tue Nov 30 20:08:22 2010] [error] Traceback (most recent call last):
[Tue Nov 30 20:08:22 2010] [error]   File "/usr/lib/pymodules/python2.6/MoinMoin/wsgiapp.py", line 282, in __call__
[Tue Nov 30 20:08:22 2010] [error]     response = run(context)
[Tue Nov 30 20:08:22 2010] [error]   File "/usr/lib/pymodules/python2.6/MoinMoin/wsgiapp.py", line 88, in run
[Tue Nov 30 20:08:22 2010] [error]     response = dispatch(request, context, action_name)
[Tue Nov 30 20:08:22 2010] [error]   File "/usr/lib/pymodules/python2.6/MoinMoin/wsgiapp.py", line 136, in dispatch
[Tue Nov 30 20:08:22 2010] [error]     response = handle_action(context, pagename, action_name)
[Tue Nov 30 20:08:22 2010] [error]   File "/usr/lib/pymodules/python2.6/MoinMoin/wsgiapp.py", line 195, in handle_action
[Tue Nov 30 20:08:22 2010] [error]     handler(context.page.page_name, context)
[Tue Nov 30 20:08:22 2010] [error]   File "/usr/lib/pymodules/python2.6/MoinMoin/action/edit.py", line 98, in execute
[Tue Nov 30 20:08:22 2010] [error]     convert = wikiutil.importPlugin(request.cfg, "converter", converter_name, 'convert')
[Tue Nov 30 20:08:22 2010] [error]   File "/usr/lib/pymodules/python2.6/MoinMoin/wikiutil.py", line 1057, in importPlugin
[Tue Nov 30 20:08:22 2010] [error]     return importBuiltinPlugin(kind, name, function)
[Tue Nov 30 20:08:22 2010] [error]   File "/usr/lib/pymodules/python2.6/MoinMoin/wikiutil.py", line 1079, in importBuiltinPlugin
[Tue Nov 30 20:08:22 2010] [error]     raise PluginMissingError()
[Tue Nov 30 20:08:22 2010] [error] PluginMissingError

My theory is that FCKeditor does not like the #format at the beginning
(it is shown with a yellow exclamation mark in the editor window),
converts it to something else and thereby confuses the server (as long
as I'm using the text editor, everything works fine).

Anyone able to help?


Thanks,

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C





More information about the Moin-user mailing list