Immediately after installing the latest version I got the following php error:

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 /all/modules/content_taxonomy/content_taxonomy.module on line 118

I am running php 5.2.2.

Comments

mh86’s picture

hi!
I think I found what was causing the problem, there was a '&' too much in calling a function. I committed the fix.
Can you please try it again, when the dev snapshot is updated and can you report me if it's working.

Thanks!

Street-1’s picture

That did the trick. Thanks for the quick response.

magnus’s picture

Status: Active » Closed (fixed)