small issue after upgrade from 1.5RC4 > 1.5 Stable - Joomla! Forum - community, help and support
hello, upgraded 1.5rc4 rc5 stable , went well, have 1 small issue.
when click 'home' link (frontpage blog layout, link: index.php?option=com_content&view=frontpage), following error:
thing is, when navigate root of site (http://mydomain.com/joomla) frontpage loads fine , no error given.
looking router.php, line 38 reads:
the complete statement:
any ideas on how fix issue? in advance
edit: deleting & recreating menu item did not fix issue.
when click 'home' link (frontpage blog layout, link: index.php?option=com_content&view=frontpage), following error:
code: select all
notice: undefined index: id in /var/www/domains/domain1/public_html/joomla/components/com_content/router.php on line 38
thing is, when navigate root of site (http://mydomain.com/joomla) frontpage loads fine , no error given.
looking router.php, line 38 reads:
code: select all
if ($query['id'] != $menuitem->query['id']) {
the complete statement:
code: select all
if(isset($query['id'])) {
if (empty($query['itemid'])) {
$segments[] = $query['id'];
} else {
$menu = &jsite::getmenu();
$menuitem = &$menu->getitem( $query['itemid'] );
if ($query['id'] != $menuitem->query['id']) {
$segments[] = $query['id'];
}
}
unset($query['id']);
};
any ideas on how fix issue? in advance
edit: deleting & recreating menu item did not fix issue.
i have same problem joomla 1.5 rc4 , related specific template using.. try change template , see if works...
Comments
Post a Comment