Search results

  1. S

    [R63B] Client Startup

    I fixed that now... Now I'm back to those mySQL errors I had gotten before (the ones about the default value): Error in query: INSERT INTO rooms (roomtype,caption,owner,model_name) VALUES ('private',@caption,@username,@model) MySql.Data.MySqlClient.MySqlException (0x80004005): Field...
  2. S

    [R63B] Client Startup

    I think that was the issue, there were rooms already made in the table then once I dumped the rooms table it let me save the changes. But the thing is now, my client won't load past 70% (not sure why) it just stops at 70%
  3. S

    [R63B] Client Startup

    So if I deleted the table rooms, would I have to reupload rooms from the .sql file I used?
  4. S

    [R63B] Client Startup

    Also, I looked back in my tables.. IT wouldn't let me save it as an integer it continues giving me that error as I pasted above.. 1067 - Invalid default for 'floorthickness'
  5. S

    [R63B] Client Startup

    Okay, I've done that both was successful... But I still continue to get this error, http://prntscr.com/1pbzzt
  6. S

    [R63B] Client Startup

    Okay, That updated the Floorthickness, would I have to run the same query for wallthickness as well? (Replacing floorthickness with wallthickness)
  7. S

    [R63B] Client Startup

    It's still giving me this error right here, http://prntscr.com/1pbyn8
  8. S

    [R63B] Client Startup

    Now its giving me this error in navicat: http://prntscr.com/1pbvjl
  9. S

    [R63B] Client Startup

    Oh, I'm sorry. You can close this one, Also as I said in the other thread On line 238 it has: this.FloorThickness = (int) Row["floorthickness"]; this is the "critical error" I get when I debug it/run it.. TokenID: 0Invalid Dario bug duing user login: System.InvalidCastException...
  10. S

    [R63B] Client Startup

    Hello, I keep getting this error everytime I load up my client... http://prntscr.com/1pbt68 I've tried fixing it myself. but I'm not sure what is wrong and stuff... any ideas how to help or what I can do to fix this? Thank you a lot, Steve
  11. S

    [R63B] MySQL Error

    On line 238 it has: this.FloorThickness = (int) Row["floorthickness"]; PS: @Sledmore this is the "critical error" I get when I debug it/run it.. TokenID: 0Invalid Dario bug duing user login: System.InvalidCastException: Specified cast is not valid. at...
  12. S

    [R63B] MySQL Error

    Now after setting a default value to those two above and tags, wallthickness, floorthickness, and passwords... Then I restarted my emulator now I get this error: http://prntscr.com/1pbi9c
  13. S

    [R63B] MySQL Error

    Now I get this error here: Error in query: INSERT INTO rooms (roomtype,caption,owner,model_name) VALUES ('private',@caption,@username,@model) MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'public_ccts' doesn't have a default value at...
  14. S

    [R63B] MySQL Error

    Hello, I'm using BcStorm (Edited) but I'm getting this my SQL error.. Error in query: INSERT INTO rooms (roomtype,caption,owner,model_name) VALUES ('private',@caption,@username,@model) MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'description' doesn't have a default value at...
  15. S

    Client issues illumina CMS

    Hi, I'm having client issues.. My emulator and everything is running but as soon as i go to /client or enter client.. I get this, http://prntscr.com/1ea1y9 It doesn't even load the habbo shit, Any idea why? thanks, steve
  16. S

    Best ways to learn html, css etc

    It's good for basics, if you wanna learn more advanced items.. I'd find somewhere else.
  17. S

    Best ways to learn html, css etc

    w3schools for beginners.
  18. S

    Client help.

    Yeah, x4b.org
  19. S

    Client help.

    Reverse proxy, purchase one.
  20. S

    Registration Error.

    It's not just the register page, it's every single page.still need help asap
Top