Closed (fixed)
Project:
Content Taxonomy
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2007 at 15:32 UTC
Updated:
1 Sep 2010 at 09:21 UTC
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
Comment #1
mh86 commentedhi!
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!
Comment #2
Street-1 commentedThat did the trick. Thanks for the quick response.
Comment #3
magnus commented