Weird error 7.3.3

Hi,

 

My boonex amdin is working for most pages, but some gives me errors...

 

How to fix this ?

 

An uncaught exception was thrown
Type: Error
Message: Call to undefined method BxDolTemplateAdmin::_includeFile()

File: /home/user/public_html/inc/classes/BxDolTemplate.php

Line: 1343

Debug backtrace:

#0 /home/user/public_html/inc/classes/BxDolTemplate.php(739): BxDolTemplate->includeFiles('css')<br />
#1 /home/user/public_html/inc/admin_design.inc.php(52): BxDolTemplate->parsePageByName('page_12.html', Array)<br />
#2 /home/user/public_html/administration/bottom_menu_compose.php(176): PageCodeAdmin()<br />
#3 {main}
Quote · 25 Jul 2017

Ok I found the problem ;)

it was the missing s... in BxDolTemplate.php line 1343

from

return $this->_includeFile($sType, $aFiles);

TO

return $this->_includeFiles($sType, $aFiles);

Quote · 25 Jul 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.