Warning: Illegal string offset 'active' after upgrading to joomla 3.41

I have Warning: Illegal string offset 'active' after upgrading to joomla 3.41 see attached
can you assist me in fixing the problem please?
Thanks
9 years 11 months ago #1 by matthew

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5313) Offline
Hi Matt,
Can you open this file :
/templates/deals_plazza/html/pagination.php and change the lines 23-29 :
if($page['data']['active']) {
	$html .= '<strong>';
}
	$html .= $page['data'];
	if($page['data']['active']) {
	$html .= '</strong>';
}

with this one:
if($page['active']) {
	$html .= '<strong>';
}
	if($page['active'])
{
	$html .= '</strong>';
}
9 years 11 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum