Joomla Problem: Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in… on line 87
Open html.php file:
Find:
$args = func_get_args();
array_shift( $args );
Change to:
$temp = func_get_args();
array_shift( $temp );
$args = array();
foreach ($temp as $k => $v) {
$args[] = &$temp[$k];
}
CHEERS!
Dear Dada,
Hare Krishna,
Done!
Thanks for your solution.
Regards-
Ratan
But online poll not show now
Great!
Good solution. Thank you very much!!!
God bless you
usefull tutorial, you save my work…thank you very much…
Simple and Clear ! Thats it Kudos.
Great! Thank you 🙂
Hi
Please help resolving the following error.
Parameter 2 to mainbody() expected to be a reference, value given in /home/bkmh19/public_html/homesurveillance.in/templates/rt_affinity_j15/rt_sectionrows.php on line 634
where is this file??
thanks a million
Thanks,work fine
Thanks!
nice tutorial. waiting for some more tutorial on joomla and wordpress.
OOOOh my god
Thank you
Brilliant!
thx a lot
Really Great Solution thanks for best solution.
Hi! I cannot find this file. Can you help me providing me the path? Thanks in advance!
Awesome solution. Thank you so much.
Fantastic! works like a charm, those whoever not found html.php, look for it in /public_html/libraries/joomla/html. By the way don’t forget to backup this file before modifying !
Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference, value given in /home/pigeonin/public_html/libraries/joomla/cache/handler/callback.php on line 99
it doesnot work in my project
Thanks!!!!