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

merlinofchaos’s picture

Project: Views (for Drupal 7) » Date
Version: 6.x-2.0-beta3 » 6.x-2.0-beta

/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.

karens’s picture

Status: Active » Fixed

You'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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.