Hi I installed this module and found a small issue:
"Parameter 2 to ad_geoip_adapi() expected to be a reference, value given in /home/blah/public_html/blah.com/public/includes/module.inc on line 483."

I checked the code in ad_geoip.module and in the hook definition made the 2nd parameter call by value and it shut it up. However I haven't implemented this module and won't do so until later this week... obviously this will cause issues right? You wouldn't call it by reference for nothing...

Comments

Branndon’s picture

Does anyone have an update to this or a solution?

I have two errors after updating my drupal installation:

warning: Parameter 2 to ad_flash_adapi() expected to be a reference, value given in /var/www/html/website.com/includes/module.inc on line 497.

warning: Parameter 2 to ad_geoip_adapi() expected to be a reference, value given in /var/www/html/website.com/includes/module.inc on line 497.

I know only the second one is relative to this module, so how can I fix this error message?

Anonymous’s picture

Issue summary: View changes