Module works fine, but I get the following warnings as soon as I enable the module:
"Warning: 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 /opt/www/sites/all/modules/draggableviews/draggableviews.inc on line 179
Warning: 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 /opt/www/sites/all/modules/draggableviews/draggableviews.inc on line 202
Warning: 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 /opt/www/sites/all/modules/draggableviews/draggableviews.inc on line 224
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of drupal_get_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 /opt/www/sites/all/modules/draggableviews/draggableviews.views.inc on line 397
Warning: 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 /opt/www/sites/all/modules/draggableviews/draggableviews.views.inc on line 779
Warning: 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 /opt/www/sites/all/modules/draggableviews/draggableviews.views.inc on line 880"
Comments
Comment #1
junro commentedHi, I have exactly the same problem, did you fix it? How? ^^
Comment #2
Markpanzee commentedThis warning is a PHP warning - it's letting us know that we really shouldn't use "call-time pass-by-reference" because in the future at some point, this will stop being supported. To fix this, the module should probably be rewritten - but an easy fix is to edit your php.ini file (if you can) and somewhere in there you can set the variable "allow_call_time_pass_reference" to true.
Comment #3
junro commentedComment #4
junro commentedI havent' fix the problem ""Warning: Call-time pass-by-reference has been deprecated..."
I had change in my php.ini the ligne:
allow_call_time_pass_reference = Off (I put it on On)
It's change nothing, I still have the Warning message...
Comment #5
junro commentedI've got always the Warnig message, and Draggable Views doesn't still work.
Every where I click in Views settings (every views), I have this message:
An error occurred at /drupal-6.4/admin/build/views/ajax/display/xxxmy_viewsxxx/default/style_plugin
An error occurred at /drupal-6.4/admin/build/views/ajax/display/xxxmy_viewsxxx/page_1/use_ajax
well always: An error occurred at /drupal-6.4/admin/build/views/ajax/display/
If I dsable Draggable Views module, every works fine...
Any idea?
Comment #6
sevi commentedI'll change the concerned function calls and declarations with the next version of draggableviews. Upcoming.
greetings,
sevi
Comment #7
sevi commentedfixed since Draggableviews 6.x-3.0
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.