kasper573 / racp

rAthena Control Panel
6 stars 3 forks source link

Bug in command promt? #198

Open LadyNanuia opened 10 months ago

LadyNanuia commented 10 months ago

image got this when starting the raCP recently, any ideas?

Also happy holidays and all that!

kasper573 commented 10 months ago

Looks like a mysql error. Does this keep happening or was it just a one off? Is something actually broken on the website or are you just worried about seeing a red text in your terminal?

Depending on your answer I have two explanations:

If you can’t reproduce it that would imply it was just a random failed connection to the mysql database, which could be caused by a network error on your server or a problem with your database. Either way it is not racp’s fault. Connection failures happen in servers. It’s fairly normal even if you should hope not to have many of them. This is something you should be aware of as a server admin.

if it keeps happening every time you run racp then My guess is you updated your rAthena version which caused some database changes and now your racp and rAthena is out of sync. If this is the case I cannot help you. You will have to manually patch racp to be in sync (there are instructions in the readme, but you will have to know programming to do this), or revert to an older version of rathena, or wait until I update racp to be compatible with the latest version of rathena.

Btw, for future reports please investigate ahead of time and provide as much information and context as possible. Just pasting a screenshot and asking for help is often just going to lead to follow up questions, so it’s better to start prepared.