https://www.icyphoenix.com/viewtopic.php?f=35&t=6341&p=43249#p43249 ----------------------------------- Lopalong Thu 20 Aug, 2009 23:30 Re: Warning: Call-time Pass-by-reference Has Been Deprecated In Pafiled/functions ----------------------------------- If you have a "local" php.ini file then try the script below. Else you will no doubt need to contact your ISP. [code linenumbers=false]; Whether to enable the ability to force arguments to be passed by reference ; at function call time. This method is deprecated and is likely to be ; unsupported in future versions of PHP/Zend. The encouraged method of ; specifying which arguments should be passed by reference is in the function ; declaration. You're encouraged to try and turn this option Off and make ; sure your scripts work properly with it in order to ensure they will work ; with future versions of the language (you will receive a warning each time ; you use this feature, and the argument will be passed by value instead of by ; reference). allow_call_time_pass_reference = On[/code] Other than that, MG is going to be busy re-coding some things to update to the latest PHP. ;)