When I enable the TableManager Module, I get the following error:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; 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. However, future versions may not support this any longer. in /usr/www/users/ceo3141/modules/tablemanager/tablemanager.module on line 266
There are about 10 lines of this, with different line #'s.
Any help/guidance would be appreciated. Thanks!
Comments
Comment #1
pobster commentedHi, don't use the HEAD version - it's a development unstable release (as all HEAD downloads are). It may well be for the 5.0 release, but it's not in a workable state at present.
...Sorry about that...
Pobster
Comment #2
pobster commentedActually I'm glad you posted this, on my installation (Gentoo) this setting is by default set to 'on' and as it's depreciated I'm going to have to fix this in all my modules where I've used it.
So thank you! :o)
Pobster