MyBB Community Forums

Full Version: Plugin - Notify From Your Telegram Bot [ ERROR ]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
I downloaded this plugin:
https://community.mybb.com/mods.php?acti...w&pid=1215

When i try to install i get this error:
 

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1364 - Field 'value' doesn't have a default value
Query:
INSERT INTO mybb_settings (`title`,`description`,`optionscode`,`disporder`,`name`,`gid`) VALUES ('Your Bot Token','Send a message to @BotFather and Make New bot and get your token.','text',1,'my_telegram_token',2029)



Where is the problem?
Thanks !
Turn off SQL Strict Mode by running the following query in PhpMyAdmin (or your database management tool):

set global sql_mode='';
(2019-02-22, 11:57 AM)Wires Wrote: [ -> ]Turn off SQL Strict Mode by running the following query in PhpMyAdmin (or your database management tool):

set global sql_mode='';

Thanks.
It was installed, but the plugin is not working.
Has anyone managed to get this plugin to work?
Hi

Catch this, forked project:
https://github.com/dedito/Mybb-Notify-Fr...legram-Bot

Fixed some issues. Already implemented on forum.linuxmint.pl.