I'm pretty sure these errors are because I'm running php 5.3:

warning: Parameter 1 to helpinject_admin_link() expected to be a reference, value given in /var/www/drupal/includes/module.inc on line 483.

Comments

3dloco’s picture

Title: php 5.3 compatability » php 5.3 compatibility

Also getting errors after upgrading to php 5.3 on the help.ini file generated by this module.

syntax error, unexpected TC_CONSTANT in .../sites/all/modules/myhelpmodule/myhelpmodule.help.ini on line 92 in /../advanced_help/advanced_help.module on line 667.

this is because I am using the word "no" in the title, see this explanation http://stackoverflow.com/questions/4059834/php-parse-ini-file-tc-constan...

to fix, simply enclose the title of the offending line in double quotes like this

title = "your title here with the word no"