para2022
para2022
I love the live streaming server. However it is not very user friendly. My users tell me it’s overly complicated and most people are not that clued up with OBS....
[12-May-2025 15:31:13 Europe/London] AVideoLog::ERROR: ObjectYPT::Error on save 1: UPDATE extraConfig SET `id` = ? , `about` = ? , `description` = ? , `footer` = ? , `created` = ?...
I dont get anything else other than what i sent you
[12-May-2025 16:03:12 Europe/London] AVideoLog::DEBUG: writeSql [1406] {Data too long for column 'description' at row 1} [{"file":"\/home\/myMySQLUser\/public_html\/myMySQLUser\/objects\/Object.php","line":423,"function":"writeSql","class":"sqlDAL","type":"::"},{"file":"\/home\/myMySQLUser\/public_html\/myMySQLUser\/plugin\/Customize\/page\/editorSave.php(18) : eval()'d code(1) : eval()'d code","line":16,"function":"save","class":"ObjectYPT","type":"->"},{"file":"\/home\/myMySQLUser\/public_html\/myMySQLUser\/plugin\/Customize\/page\/editorSave.php(18) : eval()'d code","line":1,"function":"eval"},{"file":"\/home\/myMySQLUser\/public_html\/myMySQLUser\/plugin\/Customize\/page\/editorSave.php","line":18,"function":"eval"}] userAgent=[Mozilla/5.0 (Macintosh; Intel Mac OS...
Im only allowed to enter a small amount of text in description Dan if i add more it wont save. This has changed.
> [@para2022](https://github.com/para2022) - The **description** field is defined as **_varchar(255)_**, 255 bytes of data. The **about** and **footer** fields are defined as **_text_** which will hold a much larger 64KB...
I will backup my plugin and remove it from the plugin database table and all its files then install a fresh plugin and I will report back.
> utf8mb4 utf8mb4_unicode_ci I had to change my description table to text from varchar for it to work again.
Thats fixed it thanks.
This has been a long standing bug