Quote:
Originally Posted by BoostMighty
Installed and all seems to be working.
However at the very top of the screen I have these four errors showing up.
Warning: Call-time pass-by-reference has been deprecated in /home/content/k/2/d/k2designs/html/mytalkutah/umg_gallery/umg_actions.php on line 109
Warning: Call-time pass-by-reference has been deprecated in /home/content/k/2/d/k2designs/html/mytalkutah/umg_gallery/umg_actions.php on line 179
Warning: Call-time pass-by-reference has been deprecated in /home/content/k/2/d/k2designs/html/mytalkutah/umg_gallery/umg_actions.php on line 277
Warning: Call-time pass-by-reference has been deprecated in /home/content/k/2/d/k2designs/html/mytalkutah/umg_gallery/umg_global.php on line 72
Any ideas on how to make them go away?
Thanks!
|
Line 109: change into:
Code:
umg_get_mother_categories ($category_infos, $media['catid'], $mother_categories);
line 179 change into:
Code:
umg_get_mother_categories ($category_infos, $media['catid'], $mother_categories);
line 277 change into:
Code:
umg_get_mother_categories ($category_infos, $media['catid'], $mother_categories);
in umg_global line 72:
Code:
umg_get_mother_categories ($category_infos, $parentid, $mother_categories);