Sunday, April 18, 2010
Joomla 1.5 buildXML(), checkedOut(), accesss() Errors
1:16 PM |
Posted by
Hari Kiran |
Edit Post
If anyone who are working with JOOMLA versions less than 1.5.15 and working with PHP version 5.3.0 or above, It is quite common to get few warnings in several pages mainly comes from two source files.. They are
1. Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference, value given in\joomla15\libraries\joomla\cache\handler\callback.php on line 99
For this error the following file should be modified Modules/mod_mainmenu/helper.php
Actual Code:
2. Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in\joomla15\libraries\joomla\html\html.php on line 91
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in\joomla15\libraries\joomla\html\html.php on line 91
Actual Code
Modified Code
1. Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference, value given in
For this error the following file should be modified Modules/mod_mainmenu/helper.php
Actual Code:
function buildXML(&$params){……………Modified Code
function buildXML($params) {……………
2. Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in
Actual Code
return call_user_func_array( array( $className, $func ), $args );Just call that function with call by passing $args as reference &$args.
Modified Code
return call_user_func_array( array( $className, $func ), &$args );
Subscribe to:
Posts (Atom)
Blog Archive
-
►
2013
(1)
- ► September 2013 (1)
-
►
2011
(7)
- ► April 2011 (7)
-
►
2009
(11)
- ► December 2009 (2)
- ► February 2009 (3)
- ► January 2009 (6)
-
►
2007
(3)
- ► October 2007 (3)
Categories
- Ajax (6)
- Buddha (2)
- Buddhism (2)
- Favorite Movie (1)
- First (1)
- Four Noble Truths (1)
- Ganesha (1)
- Hindu Deities (2)
- Hinduism (3)
- Krishna (1)
- Meditation (1)
- Namasthe (1)
- PHP Basics (3)
- power ful (1)
- respecting others (1)
- salutation (1)
- siva (1)
- siva tandava stotram (1)
- Speed up windows (1)
- Spiritual (1)
- Start up Programs (1)
- stotram (1)
- Windows Services (1)
- XP optimization (2)
- XP Services (1)
Powered by Blogger.