Can help fix it this error?

03/01/2013 13:33 Arvydas000#1
[Only registered and activated users can see links. Click Here To Register...]
What file need here?
03/01/2013 15:26 |xabi|#2
go program and gimme me line 209
03/01/2013 15:40 shadowman123#3
EngineExcute is the main void which Load / set up all Server Component .. so check whats null there ...
03/01/2013 16:17 Arvydas000#4
if (EntityUID.Now == 0)
{
//Console.Clear();
Console.WriteLine("Database error. Please check your MySQL. Server will now close.");
return;
}
Quote:
Originally Posted by |xabi| View Post
go program and gimme me line 209
Quote:
Originally Posted by shadowman123 View Post
EngineExcute is the main void which Load / set up all Server Component .. so check whats null there ...
Where need check this file?
03/01/2013 16:30 shadowman123#5
make sure that EntityUID isnt null
03/01/2013 17:01 Arvydas000#6
[QUOTE=shadowman123;21466927]make sure that EntityUID isnt null[/i found this file in navicat and then i opened there was many people info and i delete everything but didin't help fix it this error
03/01/2013 17:09 shadowman123#7
rofl u made it even worse
03/01/2013 17:15 Arvydas000#8
Quote:
Originally Posted by shadowman123 View Post
rofl u made it even worse
You mean about this line? if (EntityUID.Now == 0) whats wrong?
03/01/2013 20:33 |xabi|#9
make sure that server name in configuration.sql is as database/configuration.txt
03/01/2013 22:10 Arvydas000#10
Quote:
Originally Posted by |xabi| View Post
make sure that server name in configuration.sql is as database/configuration.txt
its fine
03/01/2013 22:26 |xabi|#11
Quote:
Originally Posted by Arvydas000 View Post
its fine
so search entityuid as Shadowman said for you
03/01/2013 23:06 Arvydas000#12
Quote:
Originally Posted by |xabi| View Post
so search entityuid as Shadowman said for you
i find him but i dont know what need do with him
03/01/2013 23:23 shadowman123#13
the source wont work if the EntityID Column is Zero .. got it ? it has to be ID of existed Entity
03/02/2013 01:04 DontSpeakToMe#14
change the server name in the MySQL database same as in the source
03/02/2013 08:21 Arvydas000#15
Quote:
Originally Posted by shadowman123 View Post
the source wont work if the EntityID Column is Zero .. got it ? it has to be ID of existed Entity
if (EntityUID.Now == 0) now my id this and i dont changed this.

Quote:
Originally Posted by DontSpeakToMe View Post
change the server name in the MySQL database same as in the source
With names everything fine, i watched guide and did so this secion good. Here problem with this if code (EntityUID.Now == 0)