It looks like your implementation of hook_help makes reference to a 2nd parameter ($arg) that isn't used and has no value when the function is called. If Drupal reports PHP warnings, you'll receive this error on installation of the module. Switching the declaration of the function to:

function open_flash_chart_api_help($path) {
...
}

will remedy this problem.

Comments

redndahead’s picture

Assigned: Unassigned » redndahead
Status: Active » Fixed

Thank you, first time implementing hook_help and really don't know the exact usage. So I copied it from another module. Eh live and learn.

This has been fixed in Dev and will release 2.2 as this bug makes me look bad and we can't have that.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

igrcic’s picture

I think its still here...

redndahead’s picture

It was, darn thing came back alive. Look at version 2.5 and it should be fixed there.