• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Error on TFSCMS

Kask

Banned User
Joined
Jan 3, 2008
Messages
376
Reaction score
1
Code:
Database connection failed, reason:

	Access denied for user 'user'@'localhost' (using password: YES)

How i can fix?
Im config all archives of the Account manager and dont running...
i install but dont running too

Sorry for my bad english, but i want change this web to language spain xD

and how i search where i need put link of the ot?

THANKS xD
 
enter your tfscms folders:

then enter includes folder

and open config.php

Code:
	$config['sqlHost'] = 'localhost';
	$config['sqlUser'] = 'root';
	$config['sqlPassword'] = '';
	$config['sqlDatabase'] = 'testa';

And write the correct information so the homepage can contact your OT servers database.

If this helped you, click HERE to give me reputation. :D
 
yeah, it's already, but this it's the problem XD

Umm what? If you fix correctly information there, you will not get this problem.

If you get that error in the console/guy when you run your server, then you need to enter config.lua in your server and fix the sql part over there.
 
Yeah, i put on install.php & config.php, but i open xampp control(Apache-MYsql), and i get this problem :S
 
Back
Top