1
Don't know exactly what just happened, but something went wrong on the server. On one site I got error that the smarty_compile and smarty_cache was gone. It got moved and permissions changed (although it didnt seem a hack of some sort, its very strange).
Anyway I got that fixed back again,
But since then TinyMCE doesnt work anymore although its listed in the xoops_editorlist file.
1354082169
return array (
'textarea' =>
array (
'title' => 'Plain Text',
'nohtml' => 1,
),
'dhtmltextarea' =>
array (
'title' => 'DHTML Form with xCode',
'nohtml' => 1,
),
'tinymce' =>
array (
'title' => 'TinyMCE',
'nohtml' => 0,
),
);
You can select it, but it will ouput only html in FMContent en Simplywiki.
Any ideas how to get it working again ?
Quis custodiet ipsos custodes?