How can i fix this?

Stevee

Posting Freak
Mar 29, 2011
580
35
Hiya, when I load my client it loads then automatically disconnects.. I think its because of a table's missing but here's the exception..
- EMU error

9/11/2012 6:02:22 AM: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'rev_phoenix.user_favorites' doesn't exist
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.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at @@@@@@8C9666CE20C5831B8C46059CF715FD02####\*\*\*\*\*\*\*\*\*.@@@@@@3776517476DFA4455E5DB4ED716CC59C####\*\*\*\*\*\*\*\*\*.@@@@@@4D164BAAE8C62AFC7B1097EA33AB6002####*********(String string_0)
at @@@@@@8C9666CE20C5831B8C46059CF715FD02####\*\*\*\*\*\*\*\*\*.@@@@@@3EA5E424003FBC152E17CAE1C3500773####\*\*\*\*\*\*\*\*\*..ctor(String string_0, String string_1, Boolean bool_1)
at @@@@@@8C9666CE20C5831B8C46059CF715FD02####\*\*\*\*\*\*\*\*\*.@@@@@@F3C92977968F4E86D6FD40D8B3CAE878####\*\*\*\*\*\*\*\*\*.@@@@@@AF2652D6A526C345C26C4AD


I'm not sure how to fix this, I think it's something about running it as a queries and stuff but if anyone would care to explain how to fix it, or give me a .sql fix for it it'd really be helpful.

btw i'm using phoenix 3.0 (newest one)
 

Users who are viewing this thread

Top