Again the problem with the DB geting error like this:
Database error in
Query:
SELECT obj.*
FROM `sys_objects_categories` obj LEFT JOIN `sys_categories` tgs
ON obj.`ObjectName` = tgs.`Type` WHERE `tgs`.`Owner` != 0 AND tgs.`Status` = 'active' GROUP BY obj.`ObjectName`
Mysql error: Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
Found error in the file '/home/*****/public_html/inc/classes/BxDolCategories.php' at line 156.
Called 'db_res' function with erroneous argument #0.