-
Notifications
You must be signed in to change notification settings - Fork 2
Description
RHEL 6.5
Plain vanilla install of Plone 4.3 using unified installer.
TinyMCE appears fine in default theme and bootstrap theme
installed diazo_responsivetheme via buildout
Activated theme
goto homepage - responsive whip looks great
click edit
no TinyMCE editor toolbar
set default to TinyMCE - no change.
Changed back to default theme - works great.
Appears XML is missing viewlet for TinyMCE toolbar. (??)
Also, appears that buildout is failing on compilation of python-gettext
[root@lonestar zeocluster]# sudo -u plone_buildout bin/buildout
Updating zeoserver.
Updating client1.
Updating client2.
Updating client3.
Updating client4.
Updating backup.
Updating zopepy.
Updating unifiedinstaller.
Updating precompiler.
Compiling Python files.
Compiling locale files.
Error while compiling /usr/local/Plone/buildout-cache/eggs/python_gettext-1.2-py2.7.egg/pythongettext/tests/test5.po
Error while compiling /usr/local/Plone/buildout-cache/eggs/python_gettext-1.2-py2.7.egg/pythongettext/tests/test_escape.po
Updating setpermissions.
setpermissions: Running
Dummy references to force this to execute after referenced parts
echo /usr/local/Plone/zeocluster/var/backups yes > /dev/null
chmod 600 .installed.cfg
Make sure anything we've created in var is r/w by our group
find /usr/local/Plone/zeocluster/var -type d -exec chmod 770 {} ; 2> /dev/null
find /usr/local/Plone/zeocluster/var -type f -exec chmod 660 {} ; 2> /dev/null
find /usr/local/Plone/zeocluster/var -type d -exec chmod 770 {} ; 2> /dev/null
find /usr/local/Plone/zeocluster/var -type f -exec chmod 660 {} ; 2> /dev/null
chmod 754 /usr/local/Plone/zeocluster/bin/*
*************** PICKED VERSIONS ****************
[versions]
kreagroup.jsi18n = 1.0.3
plonetheme.diazo-responsivetheme = 1.2
*************** /PICKED VERSIONS ***************