Hi,
we have build our new website on a subdomain. We startet wit MODX 2.8.3.
We use the extra “miniRTE” wich provides that a TV can have RichText.
Everything works fine.
https://modx.com/extras/package/minirte
After moving the site to our maindomain we got trouble inside the Manager.
Error 500 on some pages, if I klick to edit them.
I figured out, that deinstallation of miniRTE solves the Error 500 Problem.
But for us it is important to have that TV where a employee can edit and format Text.
Here are some lines of the error-log:
core/cache/mgr/smarty/default/8a7a1927675743cd39b9685c264e659baf6d8a64_0.file.minirte.render.tpl.php : 33) PHP warning: Undefined array key “value”
/core/cache/mgr/smarty/default/8a7a1927675743cd39b9685c264e659baf6d8a64_0.file.minirte.render.tpl.php : 35) PHP warning: Undefined array key “style”
/core/cache/mgr/smarty/default/8a7a1927675743cd39b9685c264e659baf6d8a64_0.file.minirte.render.tpl.php : 33) PHP warning: Undefined array key “value”
core/cache/mgr/smarty/default/8a7a1927675743cd39b9685c264e659baf6d8a64_0.file.minirte.render.tpl.php : 35) PHP warning: Undefined array key “style”
core/cache/mgr/smarty/default/8a7a1927675743cd39b9685c264e659baf6d8a64_0.file.minirte.render.tpl.php : 33) PHP warning: Undefined array key “value”
Do anyone have an Idea? Deletinge cache manually etc…all that is done
Upgrade to MODx 2.8.4 have not solved the problem.
Or is there another way to get a functionality that a TV can have a richText?
It is important to know that in our case we have “CodeMirror” as maineditor. Even for the Content-Field.
If i Install something like TinYMCE etc, the Content-Field will have this, But that is not what I want.
I want RichText only for the specific TV.