MyBB Community Forums

Full Version: 1366 - Incorrect integer value: 'no' for column 'isdefault' at row 1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have installed this but I cannot seem to get it to activate in the admin CP as the error of the thread title keeps showing up.

[Image: e1bee5fdf2f6642267f6bb4da7023bda.png]

Thanks for any help.
Edit file "steamlogin.php" in MYBB_ROOT/inc/plugins

Search:
"isdefault" => "no",

Replace with:
"isdefault" => 0

Save changes and install plugin in ACP
(2015-10-29, 02:07 PM)SvePu Wrote: [ -> ]Edit file "steamlogin.php" in MYBB_ROOT/inc/plugins

Search:
"isdefault" => "no",

Replace with:
"isdefault" => 0

Save changes and install plugin in ACP

Thanks for the help but this error now happens:
[Image: 0ea7372cc28b542a0382cfab9b3c1d44.png]

With this code:
[Image: 6c78f07f432e4c32da8b3ba75701f7e2.png]
That's a new one Wink

Search in the same file for (2 times: #159 & #202):
$plugin_templates = array(
        "tid" => NULL,

Replace both with:
$plugin_templates = array(
(2015-10-29, 02:51 PM)SvePu Wrote: [ -> ]That's a new one Wink

Search in the same file for (2 times: #159 & #202):
$plugin_templates = array(
        "tid" => NULL,

Replace both with:
$plugin_templates = array(

I have came to the realisation that it is not the plugin's fault; it is mine due to this working on anyother server/hosting service but not on my VPS - I think I am missing CURL or something, is there anyway to check this as I have followed the instructions but still not getting anywhere on a brand new installation.

UPDATE: I don't think it is CURL. I think it is now still the plugins error.