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!

Web vote.php has a fatal error.

Newbie Spellweaver
Joined
Feb 19, 2018
Messages
29
Reaction score
3
Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in C:\AppServ\www\pages\vote.php on line 25

Warning: mysql_real_escape_string(): A link to the server could not be established in C:\AppServ\www\pages\vote.php on line 25
Please fill in the correct account credentials.

How do I fix fatal errors above?
 
Newbie Spellweaver
Joined
Jul 22, 2018
Messages
17
Reaction score
2
Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in C:\AppServ\www\pages\vote.php on line 25

Warning: mysql_real_escape_string(): A link to the server could not be established in C:\AppServ\www\pages\vote.php on line 25
Please fill in the correct account credentials.

Your database credentials are not valid.
You are trying to connect without a username. Perhaps it was removed by accident?
 
Upvote 0
Back
Top