Добрый день,
перешел с approve_light на approve_extended - всё отлично, но если я отклоняю запрос, то получаю следующую ошибку:
Fehler: Failed to issue SQL query: query = UPDATE priv_event_email
AS EventNotificationEmail_priv_event_email
INNER JOIN priv_event
AS EventNotificationEmail_priv_event
ON EventNotificationEmail_priv_event_email
.id
= EventNotificationEmail_priv_event
.id
INNER JOIN (priv_event_notification
AS EventNotificationEmail_priv_event_notification
INNER JOIN priv_trigger
AS Trigger_trigger_id_priv_trigger
ON EventNotificationEmail_priv_event_notification
.trigger_id
= Trigger_trigger_id_priv_trigger
.id
INNER JOIN priv_action
AS Action_action_id_priv_action
ON EventNotificationEmail_priv_event_notification
.action_id
= Action_action_id_priv_action
.id
) ON EventNotificationEmail_priv_event_email
.id
= EventNotificationEmail_priv_event_notification
.id
SET EventNotificationEmail_priv_event
.message
= ‘Error: Unexpected input at line 1: �’ WHERE (EventNotificationEmail_priv_event_email
.id
= ‘126’), mysql_error = Incorrect string value: ‘\xD0’ for column ‘message’ at row 1, mysql_errno = 1366.
Может кто либо сталкивался с проблемой? Подтолкните куда копать пожалуйста…