I figured it might help if I posted the code for line 1756-1760:
PHP Code:
if( ($cat_counter % $this->arcade->settings['cats_per_tr'] == 0) && ($this->arcade->settings['cats_per_tr'] != 0) && ($cat_counter != 0) )
{
$categories .= "</tr><tr>";
$cat_counter = 0;
}
It was working completely normally for a very long time and then this error started. Can ANYONE please help me fix it???
Thank you!