I need Help!
CRITICAL ERROR LOGGED
Anything goes, but there is always this error .. Why?![]()
I need Help!
CRITICAL ERROR LOGGED
Anything goes, but there is always this error .. Why?![]()
What's your CMS ?
And what does the critical error says?
This error occurs because of "INSERT" of your "SSO"... make sure he is creating in the right place the sso ticket :)
You need know where emulator pick the sso and before where the cms put the sso... And make the cms put in the right place !
Just use revcms, this would probably solve your problem. Holocms has some exploits, revcms doesn't.
i use revcms but not working.. x.x'
Can you Help?
Critical Error:
TokenID: 0Invalid Dario bug duing user login: System.ArgumentException: Spalte 'lastdailycredits' geh?rt nicht zu Tabelle Table.
bei System.Data.DataRow.GetDataColumn(String columnName)
bei System.Data.DataRow.get_Item(String columnName)
bei Butterfly.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in C:\Users\Administrator\Desktop\Revision 5 - Alpha 3\Butterfly\HabboHotel\Users\UserDataManagement\UserDataFactory.cs:Zeile 162.
bei Butterfly.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in C:\Users\Administrator\Desktop\Revision 5 - Alpha 3\Butterfly\HabboHotel\GameClients\GameClient.cs:Zeile 242.
Last edited by Syndr0m; 03-08-13 at 12:00 AM.
Use HabboPHP cms
Why do y'all fucking tards always just say use another CMS instead of helping, because using a different CMS is NOT the solution to a problem which is emulator/database-related... It actually isn't a solution to ANY help thread at all.
Make a column called lastdailycredits in your users table with char as type and a length of 18.
It means that table 'lastdailycredits' is missing.
Run this query: ALTER TABLE users ADD lastdailycredits CHAR(18) NOT NULL AFTER Weights;
Last edited by Syndr0m; 04-08-13 at 06:33 PM.