
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
March 15, 2014
[FIX] Unity3D – Animation Must be marked as Legacy Warning
How to fix animation warning "must be marked as legacy" in Unity3D
December 15, 2017
Why Can’t I Report Scam & Phishing Emails On Outlook.com Beta?
A new beta version rolled out a few months ago and they've removed the option to mark and report an email as "Phishing scam"...
January 17, 2017
Useful Unity3D Stuff
A post to keep track of useful stuff for Unity3D, so I can finally clean up my bookmarks.
May 6, 2011
Project Blender – Day2: EL Coffee
Day 2 of Project Blender! This time I did the Coffee Cup Tutorial



