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
January 18, 2014
Must Read UI / UX Related News 2014
Must Read UI / UX Related News 2014 - A collection of interesting UI and UX design news, updates, trends, etc.
June 20, 2012
Secrets of Grindea: A Promising Old-School RPG
July 10, 2011
[How] Google Maps Short URLs
How to get Google Maps Short URLs (July 2011) after Google removed the option from the experimental Google Labs
May 11, 2012
Space Invaders 8×8 LED Matrix
Finally uploaded the video of my Space Invaders game on an 8x8 LED Matrix using an Arduino Nano.