• DarkRP Database error
    3 replies, posted
I help manage a DarkRP server, and up until recently, everything was running fine. Not too long ago, maybe about an hour, my server automatically shut itself off and would not restart. I went to the server provider's website, which is Serenity, and found the state of the server was is mode Error. I started the server up, and upon joining, each player is presented several lua errors. I thought this was due to some mistake I could have made on my part, but I have not touched the files recently. The error we are presented is an error pertaining to the MySGL database. I have pasted the error at the end of this post. The error states either A, our database is fucked, or B, it is full. We have opened a support ticket through Serenity, but I am posting here to recieve further assistance. Any assistance is appreated. Thank you. Error in the console: A runtime error has occurred in "gamemodes/darkrp/gamemode/modules/base/sv_data.lua" on line 460. The best help I can give you is this: Failed to retrieve player information from the database. Hints: - This means your database or the connection to your database is fucked. - This is the error given by the database: database or disk is full The responsibility for the error above lies with (the authors of) one (or more) of these files: 1. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 460 2. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 345 3. gamemodes/darkrp/gamemode/libraries/mysqlite/mysqlite.lua on line 300 4. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 290 5. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 344 6. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 345 7. gamemodes/darkrp/gamemode/libraries/mysqlite/mysqlite.lua on line 300 8. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 290 9. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 344 10. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 345 11. gamemodes/darkrp/gamemode/libraries/mysqlite/mysqlite.lua on line 300 12. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 290 13. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 344 14. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 345 15. gamemodes/darkrp/gamemode/libraries/mysqlite/mysqlite.lua on line 300 16. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 290 17. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 344 18. gamemodes/darkrp/gamemode/modules/base/sv_data.lua on line 431 19. gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua on line 587
Question, was the database missing tables, like it was wiped?
[QUOTE=Corvezeo;52317577]Question, was the database missing tables, like it was wiped?[/QUOTE] No, it does not seem that there are missing tables. Like I said, one of our players informed me the server crashed out of the blue and upon inspection, the error I posted was the only one we were recieving.
Do you have direct access to the SQL database? You can attempt to view the database and tables using a program like [URL="https://www.heidisql.com/"]HeidiSQL[/URL]. If all the tables are normal and present, your file is probably too large or wherever they're hosting it is too small...
Sorry, you need to Log In to post a reply to this thread.