I get the following error after saving the API key. Can this be fixed?
Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of system_settings_form_submit(). 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 /home/content/j/a/s/jasoncrewsfam/html/BandSites/Schools/Coolidge/modules/flickr/flickr.admin.inc on line 87
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | flickr_admin.patch | 484 bytes | mr.baileys |
Comments
Comment #1
Anonymous (not verified) commentedCan anyone else reproduce this problem with BETA 1 ?
Comment #2
mr.baileysGetting the same error. Here are the steps I took to reproduce:
You don't have indicate pass-by-reference on a function call, it's only required on the function definition. Patch attached which got me past this error message.
I don't have my Flickr API key handy, so couldn't proceed any further...
Comment #3
Anonymous (not verified) commentedThanks, ill get that committed to the development branch later today / tomorrow.
Best, Paul
Comment #4
Archiblog commentedYes - I get the same error with the Flickr module on 6.x-1.0-beta1 - ie:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of system_settings_form_submit(). 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 /home/.marko/archiblog/normanfellows.com/drupal/modules/flickr/flickr.admin.inc on line 87