Missing argument 2 for fckeditor_help() in fckeditor.module
wonder95 - September 4, 2008 - 21:04
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 5.x-2.2-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I just installed the FCKEditor module 5.x-2.2-rc1, and at the top of the page I'm getting this error:
warning: Missing argument 2 for fckeditor_help() in /home/deadfish/public_html/mysite/sites/all/modules/contributions/modules/fckeditor/fckeditor.module on line 42.I'm using version 2.6.3 of FCKEditor.
Thanks.

#1
Are you sure you're using the corrrect module version for your Drupal installation? 5.x for Drupal 5 and 6.x for Drupal 6.
According to the hook documentation: http://api.drupal.org/api/function/hook_help hook_help accepts two arguments in Drupal 6.
#2