Plone 4.3 default editor isn't showing up

前端 未结 2 1574
感动是毒
感动是毒 2020-12-21 15:48

I have a Plone 4.3 site that was a migration from a Plone 2.5 site. It had been working fine, but for some reason the default editor that shows up when editing any page or c

2条回答
  •  旧时难觅i
    2020-12-21 15:52

    4.3 suffers from some random failures loading generic setup profile steps on creating a plone site. There are a few alternative ways to resolve this:

    1) Identify the missed steps (in this case TinyMCE) and go to portal_setup and run them. Or, rerun all the steps.

    2) Remove or comment out the line "PYTHONHASHSEED random" in base.cfg. Rerun buildout. Restart. Re-add your Plone site.

    3) Upgrade to Plone 4.3.1. I haven't heard of anyone having this problem with 4.3.1. If you do, be sure to file a bug report!

提交回复
热议问题