Shape 5

Joomla Templates => Mediaplate - Club => : pastvne July 28, 2010, 07:35:47 PM



: Errors in s5_no_moo_menu.php
: pastvne July 28, 2010, 07:35:47 PM
I've run into some errors using mediaplate template with Joomla 1.5.17 and PHP 5.2.  Php complains of a missing index on line 250 and line 499 of this script:

I made these changes and the issue has gone away but not sure if I have opened myself to other problems:

Around line 250:
:
	/* s7bd original code:$mitem->link = JRoute::_($mitem->alias);*/
$mitem->link = JRoute::_('$mitem->alias');


Around line 499:

:
/***origjnal code** if (isset($parentid) && $parentid >= 0 && $subrows[$parentid]) {*/
if (isset($parentid) && $parentid >= 0) {


These changes provided in case I've discovered a bug and have managed to fix it.