I am still getting that error, even though the Module appears to display correctly.
MiniFrontPage version 1.2.1 in Joomla 1.5.3 throws these PHP errors every time it loads:
Undefined variable: offset in /modules/mod_minifrontpage/tmpl/default.php on line 60
| Code: |
echo JHTML::_('date', $row->publish_up,$params->get( 'date_format' ), $offset);
|
Trying to get property of non-object /modules/mod_minifrontpage/helper.php on line 476
| Code: |
$database->setQuery("SELECT id "
."FROM #__menu "
."WHERE type='content_category' AND published='1' AND link='index.php?option=$option&task=category§ionid=$row->sectionid&id=$row->catid'");
$_Itemid = $database->loadResult();
|
Any ideas on how I might trace the source?