Blog | Joomla Tips: Call-time Pass-by-reference Has Been Deprecated |
|
|
|
| Written by Len Bai | ||||||
| Thursday, 21 June 2007 | ||||||
|
If you meet the following message on your Joomla based website or any other sites built with PHP "Warning: Call-time pass-by-reference has been deprecated; 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." Dont get panic. There are two simple solutions shown below
1. Turn allow_call_time_pass_reference On (if you have access to the php.ini file on your host) Either 1 or 2 would sort out the problem. This problem is mainly caused by the latest PHP version 5.2.2 and doesn't appear in the previous PHP versions. Add as favourites (28) | Quote this article on your site | Views: 3953
Write Comment
Powered by AkoComment Tweaked Special Edition v.1.4.6 |
||||||
| Last Updated ( Friday, 22 June 2007 ) | ||||||
| < Prev |
|---|





