I am "familiar" with PHP and my friend had his site broken with error:
Warning: Parameter 1 to Some_function_name() expected to be a reference,
value given in /.../public_html/includes/tng/tNG.class.php on line 219
line 219:
$ret = call_user_func_array($callBackFunction,$tempParam);
I am not sure what happened on his server, but hosting company team said something about the Joomla and PHP conflict. How can I fix it?