I saw in a previous post someone brought this up and it was somewhat disregarded -- but this should not be ignored. My PHP Error log is swollen from the amount of errors this modification is creating.
Code:
PHP Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of WWU002promoteUser(). 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 global.php(405) : eval()'d code on line 542
My first error of this occurred when it was installed on August 20, 2008 at 9:04am. In my log file, it's line 7659. Scroll massive amounts down and my last entry in the PHP Error log currently is at 517423 --
99.999% of the errors between 7659 and 517423 is this same Call-time pass-by-reference error message. In only 5 days, this error has created over 500,000 lines of errors -- or 100,000 per day. Please fix or advise what to do to fix the error because 100,000 error lines per day is just rediculous and unnecessary.