R63B Create Rooms Button Doesn't Work (BcStorm)

CosmoTrigger

Member
Dec 30, 2012
60
7
I'm not sure if this fix has been posted anywhere, but i've been looking forever for it.

Everything in the client works except for the create rooms button.


1Y562



It lets me go to the homeroom, and everything like that, but it just won't let me create a room :/

I'm not sure what the problem is, here's a picture of the rooms table in the database :


1Y58P



And on another not so important note: this groups button does not work either:

1Y5dD




I am using BCStorm EMU (Newest version, with the most updated swfs)
 

KyleVonnie

Come @ me Bro!
Oct 26, 2011
993
176
Found this fix on another forum, not sure if it will work. Tell us what happens.
*Credits to TimNL from RZ for this fix*

Open your PHP.ini and set
Code:
sql_mode = '';

save and restart IIS/Apache
Run this query then.
Code:
SET@@global.sql_mode ='';

*And restart your emulator :D*
 

JakeA

Member
Dec 15, 2012
64
8
Have you by any chance added any new columns in rooms? Because I remember doing this on butterstorm and was unable to create rooms until I removed the column, make sure all columns have a default value
 

Stevee

Posting Freak
Mar 29, 2011
580
35
Does it give you an error on the emulator? Try clicking and and go to your mySQL errors folder, I had a similar issue like this.

I fixed it by dumping the rooms table, and then re-uploading the SQL manually.
 

cyberxwarez

New Member
Mar 9, 2013
5
0
have same problem
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 MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
at Database_Manager.Database.Session_Details.QueryAdapter.insertQuery()
 

lepos

thinking about you. yes you
Dec 11, 2011
2,022
685
Found this fix on another forum, not sure if it will work. Tell us what happens.
*Credits to TimNL from RZ for this fix*

Open your PHP.ini and set
Code:
sql_mode = '';

save and restart IIS/Apache
Run this query then.
Code:
SET@@global.sql_mode ='';

*And restart your emulator :D*
I was just about to post this - I had this problem on my hotel and that is what I did and it worked.

Actually I only ran the query.
Code:
SET@@global.sql_mode ='';
 

EKerik

Member
Apr 7, 2013
38
2
If you have a backup when it was good, restore the room bit in your db. This happend to me after a few weeks...
An old version of the db worked for me. Don't know what is is exactly but i know it's in the rooms_ bit.

Btw; that fix never worked for me either.
 

Users who are viewing this thread

Top