WildcardSearch / Advanced-Sidebox

A plugin for MyBB forums that displays custom boxes on various forum pages.
GNU General Public License v3.0
20 stars 10 forks source link

Incorrect integer value: '' for column `mybb`.`_asb_script_info`.`mobile_disabled` #398

Open Sama34 opened 4 years ago

Sama34 commented 4 years ago

I'm unsure if this has been reported. but I think it hasn't. This is in a PHP 7.4.3 installation.

SQL Error:

1366 - Incorrect integer value: '' for column `mybb`.`lock_asb_script_info`.`mobile_disabled` at row 1

Query:

INSERT INTO lock_asb_script_info (`tid`,`title`,`filename`,`action`,`page`,`width_left`,`left_margin`,`width_middle`,`right_margin`,`width_right`,`template_name`,`hook`,`find_top`,`find_bottom`,`replace_all`,`replacement`,`replacement_template`,`eval`,`active`,`mobile_disabled`,`dateline`)
VALUES (0,'Index','index.php','','','20','0.5','59','0.5','20','index','index_start','{$header}','{$footer}',0,'','',0,1,'',1588118011)

This is causing ASB not displaying anywhere by default.