
Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference
At present Joomla! is not certified to work with PHP 5.3.0. If you see this error message on your Joomla website, probably your web host is running PHP 5.3 or recently upgraded to PHP 5.3 (which was my case).
To fix this, go in the helper.php file (/modules/mod_mainmenu/helper.php) and change
function buildXML(&$params)
to
function buildXML($params)
Now the error should be gone!
Related Posts
April 25, 2017
[FIX] Unity3D – Android Keyboard White Text on White Background
How to fix Unity3D Android Keyboard White Text on White Background
October 28, 2014
Adobe Illustrator – Script Export Artboard to iOS App Icons
Script to export Illustrator Artboard to iOS App Icons with a single click.
May 25, 2011
Away3D – Transparent Planes
August 10, 2011
[How-to-Fix] Catalyst Control Center & Native Resolution
Native resolution of wide screen not showing up after updating drivers.

