Call-time pass-by-reference has been removed in...
Brought to you by:
vstarlife
Hello, with vcmdb freshly checkout from the repo, there is an error when opening index.php:
PHP Fatal error: Call-time pass-by-reference has been removed in /var/www/vcmdb/classes/vcmdb.inc.php on line 1352
It seems to be caused by Freemind.
Ok found the problem. This is done by PHP 5.4. I can't pass variable by references into a function.
I'll modify the code to solve the problem. I'll make the change next week as I remember there is an other place in the code where I use this functionnality.
Spot-on I think, on debian php is stuck on 5.4. Looking forward for the update !
I finally found the time to make the update today. Can you check on your side ?
Oops, forgot to comment, sorry.
Everything is working fine !