I have a bezillion of these, and need to get rid of them, in 2.10. Any assistance appreciated! Ken =================================================== 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 in /home/public_html/site/administrator/components/com_dtregister/admin.dtregister.php on line 523
Ken, You need to enable this in your php settings. If you do not know how to do this, contact your host for assistance. Some hosts give access to these type of settings and some do not. Thanks.
Right. That seems acceptable for now. I have asked my host, because I understand that he regards providing access to php.ini as a security issue, to fix it. "Deprecated" means something like "no longer officially sanctioned
I found that there is a line in the Joomla configuration.php that seems to control error reporting: The default appears to be $mosConfig_error_reporting = -1'; Updating this to: $mosConfig_error_reporting = '0'; Will suppress the error messages. Merry Christmas, or whatever your Holiday happens to be. Ken