Hi there

I've recently downloaded and installled Drupal 4.7 beta and Wow it's great. Congratulations to the development team at Drupal.

My only problem is that I can't TinyMce to work with it.

I get this error when going to Admin/Settings/TinyMce

Fatal error: Call to undefined function: form_radios() in mysite/modules/tinymce/tinymce.module on line 556.

Any ideas on what may be causing this?

Comments

simon rawson’s picture

form_radios() is part of the old form generation system in Drupal 4.6 and earlier. The new version of drupal (currently only in beta testing) is 4.7 and uses a new Forms API. You need to use the latest version of tinymce module which you can download from here:

http://drupal.org/files/projects/tinymce-cvs.tar.gz

Don't forget that you also need to download the tinymce code from the tinymce website.

Hope this helps,

Simon

trevornz’s picture

Thank you very much for your help Simon

All working perfectly now.

simon rawson’s picture

Status: Active » Closed (fixed)

Closing this issue.