Hi
After I Upgrade module to latest 6 version I see this error
Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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 xxxx\sites\all\modules\disknode\disknode.module on line 118
Comments
Comment #1
Ectar commentedHi! Can you tell me what version of PHP are you using? Apparently 5, we never tested this under 5, 4 only.
Comment #2
ayalsule commentedThanks for reply and starting solve the issues
PHP 5.2.5
Comment #3
Ectar commentedActually I bet this is warning not error, you have to do exactly what is says, edit your php5.ini and set requested parameter. Can you try ?