Is there any way to easily fix this issue or do I really need to rewrite all the legacy code?
PHP Fatal error: Call-time pass-by-reference has been removed in … on line 30
This happens everywhere as variables are passed into functions as references throughout the code.