I tried htmlarea with drupal 4.7 and with a fresh cvs co. The admin settings page fails to store a new configuration.

Thank You

CommentFileSizeAuthor
#6 htmlarea_1.patch7.55 KBphp_coder2114
#2 htmlarea_2.module42.44 KBphp_coder2114

Comments

php_coder2114’s picture

A global replace _execute($form_id, $form_values) with _submit($form_id, $form_values) in the module fixed the issue for me.

I apologize for starting an issue.

Thank You

php_coder2114’s picture

StatusFileSize
new42.44 KB

Here is the changed file.

gordon’s picture

Can you please upload a path file.

php_coder2114’s picture

Gordon,

I don't know how to make a patch. So if you could point me in the right direction to learn, I would appreciate it.

Thanks :-)

gordon’s picture

Status: Active » Fixed

I have made the changes to htmlarea myself. I think it is fixed now.

php_coder2114’s picture

StatusFileSize
new7.55 KB

Gordon:

If you enable the css plugin and go to ?q=/admin/settings/htmlarea/plugins/css

You get this error Call to undefined function: form_textfield() in modules/htmlarea/htmlarea.module on line 541

I have attached a patch that eliminates the error but the form is not rendered. Please take a look. Your input is greatly appreciated.

Thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)