Comments
-
Unfortunately, cannot access HTTPS:helpdesk after installing that HF2. With HF1 no issues.
-
another one: Error text: com.webobjects.eoaccess.EOGeneralAdaptorException: EvaluateExpression failed: <com.macsdesign.util.MDSMySQLPlugIn$MDSMySQLExpression: "INSERT INTO webhelpdesk.TICKET_ATTACHMENT(TECH_ONLY, TECH_NOTE_ID, JOB_TICKET_ID, FILE_DATA, FILE_NAME, ATTACHMENT_DATA_ID, TICKET_BULK_ACTION_ID, CONTENT_TYPE,…
-
ok utf8mb4_general_ci collation works since the character causing the issue in my case ('\xF0\x9F\xA7\xA9') is a 4-byte character and utf8_general_ci does not support it.
-
yeah - this does not work: ALTER TABLE JOB_TICKET MODIFY QUESTION_TEXT TEXT CHARACTER SET utf8 COLLATE utf8_general_ci;
-
not really, still receiving a lot of errors: We're sorry, an error occurred while attempting to process your support request: com.webobjects.eoaccess.EOGeneralAdaptorException: EvaluateExpression failed: <com.macsdesign.util.MDSMySQLPlugIn$MDSMySQLExpression: "INSERT INTO webhelpdesk.JOB_TICKET(BCC_ADDRESSES,…