Upgrade issue

Permalink
getting this message on the site after upgrade: Warning: Call-time pass-by-reference has been deprecated in /home/dewittband/boosters.dewittband.org/concrete/models/attribute/key.php on line 247

Thoughts?

 
911bob replied on at Permalink Reply
I have the same thing + two other errors after it..

Warning: session_start() [function.session-start]: Cannot send session cookie -
dihakz replied on at Permalink Reply
dihakz
Why is it that EVERYTIME I search for a problem (and, luckily even find someone with a similar issue) there is never a resolution!?

<sob>

Strangest part of this error is that line 247 of that file seems to have NO bearing on the problem at all.

Someone? Help, please!
911bob replied on at Permalink Reply
I think the the line 247 is causing the other error, but the "Call-time pass-by-reference has been deprecated" is a php error and you/ we may have to deit the php.ini file..

I tried to allow it as well as prevent it with lines of:
allow_call_time_pass_reference = off
php_flag allow_call_time_pass_reference Off
in the php.ini file (INI reference) but still no go (maybe my syntax is off a bit..

I am also getting 2 other errors..
Cannot send session cookie - headers already sent

and
Cannot send session cache limiter - headers already sent

I think it will boil down to a configuration issue.. but need an "expert" to comment.
ryan replied on at Permalink Reply
ryan
Remove the & from that line and it will beall better.
911bob replied on at Permalink Reply
Works great..
dihakz replied on at Permalink Reply
dihakz
Thanks -- adjusted my ini file, and we're good, now!