I noticed a couple of warnings in my apache error log:
PHP Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of drupal_write_record(). 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/drupal/sites/all/modules/website_screenshot/website_screenshot.module on line 226
PHP 5.2.6-3ubuntu4.6 with Suhosin-Patch 0.9.6.2
Comments
Comment #2
puravida commentedAfter some research, I see that drupal_write_record() supports passing variables without the pass-by-reference. So I made the change and will release an update shortly.
Comment #3
puravida commentedThanks for reporting this. I have pushed an update to this dev version.