I have a template for exporting Hikashop orders linked to Joomla users that used to work with the MySQL database, but since the database was migrated to MariaDB, I get the following error when exporting:
Error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(LEFT) JOIN `a1agl_hikashop_user` ON `a1agl_hikashop_user`.`user_id` = `a1a...' at line 8
I am not an expert in database queries. Can you give me some guidance on how to resolve this issue?
I am attaching the log file and the template XML file.
Thank's