I get the following three errors when I enable the views module in my Installation:
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 /my/domain/modules/date/date/date_views.inc on line 142
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 /my/domain/methodicalraidingco.org/modules/date/date/date_views.inc on line 1066
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 /my/domain/methodicalraidingco.org/modules/date/date/date_views.inc on line 1365
I don't not have access to the php.ini file to turn allow_call_time_pass_reference on. Is there a workaround?
Comments
Comment #1
merlinofchaos commented/modules/date/date/date_views.inc
That's in date.module -- date's views integration.
It's probably just a typo, and you don't need that flag on.
Comment #2
karens commentedYou're not using a current version of the code (I can tell by the line number of the error). I just issued a new 6.2 beta version to go with the new 6.2 beta version of the Calendar module. Upgrade to that.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.