Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
{PLUS} Fast food server
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Bekmezci" data-source="post: 400204" data-attributes="member: 7066"><p>Much love, gave me a new error (so up a step in my opinion)</p><p>[ATTACH=full]5950[/ATTACH]</p><p></p><p>What i can see is data too long for ssoticket ;?</p><p>[doublepost=1487439329,1487438266][/doublepost]Changed auth_ticket to varchar 999 </p><p>Before : </p><p>[code]</p><p>CALL dofastfoodlogin(@sso)</p><p>MySql.Data.MySqlClient.MySqlException (0x80004005): Data too long for column 'sso_ticket' at row 1</p><p> at MySql.Data.MySqlClient.MySqlStream.ReadPacket()</p><p>[/code]</p><p>After : </p><p>[code]</p><p>CALL dofastfoodlogin(@sso)</p><p>MySql.Data.MySqlClient.MySqlException (0x80004005): Data too long for column 'sso_ticket' at row 235</p><p> at MySql.Data.MySqlClient.MySqlStream.ReadPacket()</p><p>[/code]</p><p></p><p>But what i do not understand the error says Column sso_ticket while on the plus structure it is auth_ticket, no ?</p><p>[doublepost=1488150571][/doublepost]Bump?</p></blockquote><p></p>
[QUOTE="Bekmezci, post: 400204, member: 7066"] Much love, gave me a new error (so up a step in my opinion) [ATTACH=full]5950[/ATTACH] What i can see is data too long for ssoticket ;? [doublepost=1487439329,1487438266][/doublepost]Changed auth_ticket to varchar 999 Before : [code] CALL dofastfoodlogin(@sso) MySql.Data.MySqlClient.MySqlException (0x80004005): Data too long for column 'sso_ticket' at row 1 at MySql.Data.MySqlClient.MySqlStream.ReadPacket() [/code] After : [code] CALL dofastfoodlogin(@sso) MySql.Data.MySqlClient.MySqlException (0x80004005): Data too long for column 'sso_ticket' at row 235 at MySql.Data.MySqlClient.MySqlStream.ReadPacket() [/code] But what i do not understand the error says Column sso_ticket while on the plus structure it is auth_ticket, no ? [doublepost=1488150571][/doublepost]Bump? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
{PLUS} Fast food server
Top