Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Arcturus+Nitro - Fatal Error on localhost

Initiate Mage
Joined
Apr 19, 2023
Messages
6
Reaction score
0
Hey guys, I had a problem with my http://localhost
Always when I access the page says:

Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'bantype' in 'field list' in C:\xampp\htdocs\system\app\classes\class.html.php:23 Stack trace: #0 C:\xampp\htdocs\system\app\classes\class.html.php(23): PDOStatement->execute() #1 C:\xampp\htdocs\system\app\classes\class.html.php(82): Html::checkBan('::1', NULL) #2 C:\xampp\htdocs\index.php(10): Html::page() #3 {main} thrown in C:\xampp\htdocs\system\app\classes\class.html.php on line 23

I didn't have this problem before, I used the MySql and localhost normally.
I put all the IP on my htdocs, emulator working normally, Xampp it's working normally, VPN normally. The unique problem is the localhost.
May you help me please on this problem?
thank you!!!!
 
Skilled Illusionist
Joined
Jun 16, 2011
Messages
315
Reaction score
81
If it’s Arcturus Morningstar I would suggest looking at the SQL update files. You’re missing bantype in the bans table as the error says :)
 
Initiate Mage
Joined
Apr 19, 2023
Messages
6
Reaction score
0
If it’s Arcturus Morningstar I would suggest looking at the SQL update files. You’re missing bantype in the bans table as the error says :)
Yes, is Arcturus Morningstar. Do you know how I find this? Is better to uninstall everything and put a new htdocs on xampp file?
 
Initiate Mage
Joined
Apr 19, 2023
Messages
6
Reaction score
0
So I was using the last update of the SQL, but I was having problem with my own localhost, maybe because I changed something. So I reset my laptop and then worked normally.
But thank you guys to help me here too.
 
Back
Top