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.
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
Comment #1
3dloco commentedAlso getting errors after upgrading to php 5.3 on the help.ini file generated by this module.
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"