Hi,
i am getting this error on the dev branch of this module running in drupal 6. Any ideas anyone?
PHP Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of drupal_rebuild_form(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /var/www/html/foobarbaz/ajax_comments/ajax_comments.module on line 155
Comments
Comment #1
matteoraggi commentedPlease try to put:
allow_call_time_pass_reference = On
in a php.ini file and then tell me how is gone please
Comment #2
Branndon commentedI'm having the same issue but am on shared hosting so I can't edit my php.ini file.
Comment #3
matteoraggi commentedOps, many shared hostings permit to change it, maybne it's time to change hosting?
Comment #4
avpadernoI don't find any call to
drupal_rebuild_form()in ajax_comments.module.Comment #5
neochief commentedThis error fixed long time ago in dev version.