Comment 'Messages work fine. ...' to 'Giphy images not displaying'
  • Messages work fine. I also recieved an error while trying to enable a module I had disabled

    • I wasn't trying to delete the mod. I disabled it to see if it was what was effecting Giphy. When I went to reactivate the mod that when the error popped up

      • There are errors in the following MySQL queries:

        Error: 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 '' at line 1

        INSERT INTO `sys_alerts` (`unit`, `action`, `handler_id`) VALUES('module_template_method_call', 'parseHtmlByName', @iHandler),('module_template_method_call', 'getLotsPreview', @iHandler),('module_template_method_call', 'getHistoryArea', @iHandler),('module_template_method_call', 'getHistory', @iHandler), -- Added this new line('module_template_method_call', 'getLotsList', @iHandler),('module_template_method_call', 'getJotsOfLot', @iHandler),('module_template_method_call', 'getTalkBlock', @iHandler),('module_template_method_call', 'getMembersJotTemplate', @iHandler),('bx_messenger', 'send_jot', @iHandler),('system', 'page_output', @iHandler),('system', 'design_before_output', @iHandler);
        
        • Yes, it looks like the disable.sql of your resintalled app doesn't contain the removal of all alerts. You to ask the vendor of the "module_template_method_call" mod.