hi,
i installed the TinyMCE Editor. but i am getting errors when i tried to configure the Tinymce module.
i am getting errors
Fatal error: Call to undefined function form_radios() in C:\wamp\www\drupal\modules\tinymce\tinymce.module on line 561
what could be the problem
Please suggest the solution
Regards
ans

Comments

jo1ene’s picture

This sounds like a version mix up. You are trying to use a 4.6 module on a 4.7 website. In 4.7 the forms API changed - that's why you're getting this error.

Advanced Web Design

ansishere’s picture

is tinymce for drupal 4.7 is available;
or is there any html editor module for drupal 4.7x
please suggest me
thanks and regards
ans

ansishere’s picture

is tinymce for drupal 4.7 is available;
or is there any html editor module for drupal 4.7x
please suggest me
thanks and regards
ans

heine’s picture

If you go to 'Downloads' via the tab on the top of the page, then to Modules and select 4.7.x, you can see that TinyMCE has not been released for 4.7 yet. Textile and BBCode - which are not true editors, but filters - have been released.

The CVS version may work, but then again, it may not; caution!.
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.

marc3k’s picture

Hi,

please try out the new version 4.7.0.

You can download it from here: http://ftp.osuosl.org/pub/drupal/files/projects/tinymce-4.7.0.tar.gz

kloomis’s picture

I tried this new version and I got no tables after enabling the module.

Johnyp’s picture

Same problem - latest official 4.7 module does not load any tables anf generated errors.

JJackman’s picture

Installed the 4.7 TinyMCE module, show up fine in Settings, I've set up a profile and enabled it for all users, when I edit content the WYSIWYG doesn't show up at all.

Any ideas?

kloomis’s picture

You probably don't have the tables. You need to install the by hand. Run the SQL scripts from the install file in your database.

JJackman’s picture

Have tables tinymce_role and tinymce_setings, and both have data in them --

Still no WYSIWYG

kloomis’s picture

I'm sure you covered this but just to make sure is the visibility in your profile set correctly?

Marlo-1’s picture