sudar / email-log

Email Log is a WordPress Plugin that allows you to log all emails that are sent through WordPress.
23 stars 8 forks source link

Data truncated for the wp_email_log.message column #342

Open cmhown opened 2 years ago

cmhown commented 2 years ago

Hi, I am facing this error SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'message' at row 1 This column wp_email_log.message should be LONGTEXT, instead of TEXT.