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

matteoraggi’s picture

Please try to put:

allow_call_time_pass_reference = On

in a php.ini file and then tell me how is gone please

Branndon’s picture

I'm having the same issue but am on shared hosting so I can't edit my php.ini file.

matteoraggi’s picture

Ops, many shared hostings permit to change it, maybne it's time to change hosting?

avpaderno’s picture

Priority: Critical » Normal

I don't find any call to drupal_rebuild_form() in ajax_comments.module.

neochief’s picture

Status: Active » Fixed

This error fixed long time ago in dev version.

Status: Fixed » Closed (fixed)

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