Auzzie 6 Junior Poster

Hi, i was running a script on my server (Latest apache and mysql and PHP 5.1.6) and i am getting the following PHP error:

PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; 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. However, future versions may not support this any longer. in /var/www/dev/forum/inferno/engine/inferno_engine.php on line 167

Now for those of you that use vBuuletin then you would have proberbly heard of the infamous RPG Inferno, well this is what is causing the problems.

I even turned the pass by reference bit in php.ini to on and then i get a blank page....