|
|
<p>I found how to fix line 102 error:</p>
<p>You need to open the file \administrator\components\com_tag\views\term\tmpl\default.php</p>
<p>and change the string:</p>
<p><em>$checked = JHTML::_('grid.checkedout', $row, $i ); </em></p>
<p>on</p>
<p><em>$checked = JHTML::_('grid.id', $i, $row->id );</em></p>
<p> </p>
<p>Still looking for the line 47 error fix. <strong>Please help!</strong></p> |
IP Logged
|
|
Last Edited On: 2009-12-07 03:36:09 By Severins for the Reason |