Hi
When I'm trying to update and save an article or news I got an 500 error like this.
www.mysite.com can't handle the request
HTTP ERROR 500
When i check the error log I got this.
[Mon Nov 26 07:58:08.753659 2018] [:error] [pid 3390] [client my.ip:53349] PHP Fatal error: Call to undefined method BxDolDb::arrayToSQL() in /var/www/html/mysite.com/inc/classes/BxDolTags.php on line 248, referer: https://www.mysite.com/m/articles/edit/587
On line 248 I have this
$sQuery = "SELECT COUNT(*) FROM `sys_tags` WHERE " . $this->oDb->arrayToSQL(array(
$this->aTagFields['id'] => $aTagsSet['id'],
$this->aTagFields['type'] => $aTagsSet['type'],
$this->aTagFields['tag'] => $sTag,
), ' AND ');
All help is appreciated