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
June 13, 2011
The Unofficial LEGO Minifigure Catalog
The LEGO Minifigure Catalog promotion video that I was making is up and running! The purpose of the video is to show how extensive the book actually is with over 3600 minifigure photographs with professional quality, interconnected metadata and theme taxonomy.
July 20, 2011
Useful WordPress Plugins
Useful Wordpress Plugins. My list of plugins that I'm currently using for my blog and that I would recommend to other Wordpress users.
March 10, 2015