Closed (fixed)
Project:
Htmlarea
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2005 at 16:05 UTC
Updated:
17 Jan 2006 at 17:41 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | htmlarea_1.patch | 7.55 KB | php_coder2114 |
| #2 | htmlarea_2.module | 42.44 KB | php_coder2114 |
Comments
Comment #1
php_coder2114 commentedA 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
Comment #2
php_coder2114 commentedHere is the changed file.
Comment #3
gordon commentedCan you please upload a path file.
Comment #4
php_coder2114 commentedGordon,
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 :-)
Comment #5
gordon commentedI have made the changes to htmlarea myself. I think it is fixed now.
Comment #6
php_coder2114 commentedGordon:
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
Comment #7
(not verified) commented