![]() |
Some users can not login through steam, while others can - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: Some users can not login through steam, while others can (/thread-221781.html) |
Some users can not login through steam, while others can - razormark - 2019-02-01 We use a steam login (Linked below) for our forum, while some users log in fine, others can not, we get this error: <error> <dateline>1548979524</dateline> <script></script> <line>0</line> <type>20</type> <friendly_type>MyBB SQL Error</friendly_type> <message>SQL Error: 1406 - Data too long for column 'regip' at row 1 Query: INSERT INTO mybbto_users (proceeds to list all tables in the database) I am not sure what is causing this since i have never gotten this error before. Forums Link: (Hidden, problem solved) Steam login plugin used https://github.com/floofytsuna/Steam-Login-MyBB-1.8 RE: Some users can not login through steam, while others can - WallBB - 2019-02-01 The plugin you are using isn't updated in 10 months and there is a better plugin called Flyover by Shade. I use Flyover plugin 1.5 and there isn't any issues with that. RE: Some users can not login through steam, while others can - Chinezul - 2019-02-01 Wtf? Put a normal register on your forum! RE: Some users can not login through steam, while others can - Tarekm - 2020-04-16 I have exactly the same error message RE: Some users can not login through steam, while others can - noyle - 2020-04-24 The Steam Login plugin is causing this, see https://github.com/mybb/mybb/issues/3270#issuecomment-618861437 . Anyone who uses this plugin should contact its author for a fix. RE: Some users can not login through steam, while others can - Omar G. - 2020-04-24 Comparing the apparent culprit with the official core code I would assume that changing the following:
To:
Should suffice. The plugin is probably written for an older version of MyBB 1.8. |