You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help us better understand your issue, please answer the following.
Expected behaviour
Should be able to log a message from the plugin.
Actual behaviour
RUNNING PLUGIN: php_code_sniffer Exception: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'message' at row 1
Steps to reproduce
Lots of crappy code in your project that php_code_sniffer does not like. I manually increased the data type on the column to LONGTEXT to avoid the issue for now.
Environment info
Operating System: Ubuntu 16.04.3 LTS
PHP Version: PHP 7.0.22-0ubuntu0.16.04.1 (cli) ( NTS )
MySQL Version: mysql Ver 14.14 Distrib 5.7.19, for Linux (x86_64) using EditLine wrapper
Logs or other output that would be helpful
(If logs are large, please upload as attachment).
The text was updated successfully, but these errors were encountered:
Before submitting your issue, please make sure that you've checked all of the checkboxes below.
php -v
composer install --no-dev -o
from the root of your installation.To help us better understand your issue, please answer the following.
Expected behaviour
Should be able to log a message from the plugin.
Actual behaviour
RUNNING PLUGIN: php_code_sniffer Exception: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'message' at row 1
Steps to reproduce
Lots of crappy code in your project that php_code_sniffer does not like. I manually increased the data type on the column to LONGTEXT to avoid the issue for now.
Environment info
Operating System: Ubuntu 16.04.3 LTS
PHP Version: PHP 7.0.22-0ubuntu0.16.04.1 (cli) ( NTS )
MySQL Version: mysql Ver 14.14 Distrib 5.7.19, for Linux (x86_64) using EditLine wrapper
Logs or other output that would be helpful
(If logs are large, please upload as attachment).
The text was updated successfully, but these errors were encountered: