Hi all,
if i activate the brilliant gallery module i got the error ..

* warning: Missing argument 2 for brilliant_gallery_help() in /home/xxxxxx/www/home/modules/brilliant_gallery/brilliant_gallery.module on line 16.
* warning: Missing argument 2 for brilliant_gallery_help() in /home/xxxxxx/www/home/modules/brilliant_gallery/brilliant_gallery.module on line 16.

Question, whats wrong, how can i fix it?
br
Hermann

CommentFileSizeAuthor
#2 brilliant_gallery.patch553 bytesclaudiu.cristea

Comments

claudiu.cristea’s picture

Just updated to 5.x-3.2. The same message.

claudiu.cristea’s picture

Component: Miscellaneous » Code
Assigned: wanhermann » claudiu.cristea
Category: support » bug
Priority: Normal » Critical
Status: Active » Needs review
StatusFileSize
new553 bytes

The hook_help() function was incorrect implemented. This function takes only 1 argument in Drupal 5. See: http://api.drupal.org/api/function/hook_help/5.

Attached you can find a patch to fix the issue.

wanhermann’s picture

Sorry the question,
how could i fix the module?
copy the file into the module folder?

claudiu.cristea’s picture

You have to apply the patch. Please visit http://drupal.org/node/60108 in order to learn how to patch.

vacilando’s picture

Status: Needs review » Fixed

v3.2 was defunct due to a CVS problem - the next version fixed it. Apologies for the confusion. (Btw, the tag was actually from the D6 version of this module, but still thanks for the patch, Claudiu!)

Just get the latest D5 version - v4.0. It has major enhancements you may love!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.