Warning: Parameter 1 to modMainMenuHelper::buildXML() expect

Need help with the Administration of your Joomla! 1.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
lilraphael
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sun Oct 07, 2007 6:25 am

Re: Warning: Parameter 1 to modMainMenuHelper::buildXML() ex

Post by lilraphael » Tue Jan 18, 2011 8:10 am

rashidm1 wrote:in : /modules/mod_mainmenu/helper.php
You can change this :
function buildXML(&$params)
to
function buildXML($params)

and it will solve it for you ;)

Thanks a million. This solves my problem.

User avatar
pherum
Joomla! Intern
Joomla! Intern
Posts: 55
Joined: Mon Jun 07, 2010 11:56 am
Contact:

Re: Warning: Parameter 1 to modMainMenuHelper::buildXML() ex

Post by pherum » Tue Jan 18, 2011 8:25 am

thanks :) for useful info

ponch9
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Jan 02, 2009 3:44 am
Location: San Diego
Contact:

Re: Warning: Parameter 1 to modMainMenuHelper::buildXML() ex

Post by ponch9 » Mon May 30, 2011 3:26 pm

in : /modules/mod_mainmenu/helper.php
You can change this :
function buildXML(&$params)
to
function buildXML($params)

and it will solve it for you ;)
This helped me!! Thanks a lot!

User avatar
moacir
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Wed Dec 10, 2008 7:24 pm
Location: Brasil

Re: Warning: Parameter 1 to modMainMenuHelper::buildXML() ex

Post by moacir » Wed Jun 08, 2011 12:52 pm

very good solution to rashidm1...
...update the tittle to [solved]

regards and thanks friends!

User avatar
chrisjclay
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 132
Joined: Thu Sep 18, 2008 6:05 pm
Location: Vancouver Island, Canada
Contact:

Re: Warning: Parameter 1 to modMainMenuHelper::buildXML() ex

Post by chrisjclay » Tue Jan 03, 2012 5:20 am

aanondo wrote:in : /modules/mod_mainmenu/helper.php
You can change this :
function buildXML(&$params)
to
function buildXML($params)

That's the solution. Thanks.
That worked for me on a few different sites. Thanks for the heads up :)

Chris
Clay & Co.
Web development powered by Joomla!

Web: www.clayco.ca
Twitter: http://www.twitter.com/clayco_ca

User avatar
ies
Joomla! Apprentice
Joomla! Apprentice
Posts: 42
Joined: Mon Mar 21, 2011 12:38 pm
Contact:

Re: Warning: Parameter 1 to modMainMenuHelper::buildXML() ex

Post by ies » Fri Apr 04, 2014 11:59 am

The solution below of rashidm1 was the one that worked for me. Thanks.
rashidm1 wrote:in : /modules/mod_mainmenu/helper.php
You can change this :
function buildXML(&$params)
to
function buildXML($params)

and it will solve it for you ;)


Locked

Return to “Administration 1.5”