I Installed as per INSTALL.txt, steps 1 thru 5.
Step 5 talks about Setup role based tinymce profiles via
administer > settings > tinymce
When I get to that screen in Drupal I see text that says "No profiles found. Click here to create a new profile." and a link to http://dev.vetcast.com/admin/settings/moxie/add (my test site is dev.vetcast.com).
Clicking on that link in Firefox or IE produces a blank screen.
The versions of software being used
drupal-4.7.4.tar.gz
tinymce_compressor_php_1_1_0.tgz (not loaded yet)
moxie-4.7.x-1.x-dev.tar.gz
tinymce_spellchecker_php_1_0_3_1.tgz (not loaded yet)
tinymce_2_1_0.tgz
ecomerce module
Linux CentOS
Firefox 1.5.0.9
The user account is the master Drupal account for this site. The user account role has moxie module enabled for access tinymce and administer tinymce.
The mySQL database for this site did have tinymce tables created automatically from step 4 action (Enable this module by navigating to: administer > modules)
What is the link http://dev.vetcast.com/admin/settings/moxie/add supposed to display?
Assistance appreciated,
Thanks
John Blue
jlblue@TruffleMedia.com
Comments
Comment #1
mrtoner commentedThat link should take you to a page to add a profile for TinyMCE. Dunno why it doesn't display anything.
The instructions do leave something out, however: even user 1 cannot use the editor unless user 1 has been assigned a role that has permission to access TinyMCE.
Comment #2
jrc commentedI found the problem: line 768 has call to tinymce_help(), which causes the form to fail. I assume that this call is cruft from the old module. It should call moxie_help().
Comment #3
allie mickaClosing issues on Moxie. This module was a workaround for maintainership issues for TinyMCE, which have long since been resolved. Please use TinyMCE!