• 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!

i need help asap

vegas

d(^.-)b
Joined
Dec 25, 2007
Messages
276
Reaction score
0
I realy need help now asap! i try run geistor account when i go on 127.0.0.101 this comes up and i cant F*** figer it out!


Warning: parse_ini_file(C:\Documents and Settings\Alexander\Skrivebord\cryingdamson3-consoleconfig.lua) [function.parse-ini-file]: failed to open stream: No such file or directory in C:\xampp\htdocs\config-and-functions.php on line 13
Database error. Unknown database type in C:\Documents and Settings\Alexander\Skrivebord\cryingdamson3-consoleconfig.lua . Must be equal to: "mysql" or "sqlite". Now is: ""


Can anyone help me ?
 
In your config.lua file for your server make sure you have
PHP:
sqlType = "mysql"


The error tells you exactly what's wrong.

Some distros use
sqlType = "mysql"
some distros use
sql_Type = "mysql"
some distros use
SQL_Type = "mysql"

etc, and his distro write it diffrent from what the AAC expects.
1 solution would be to just write it all in config.lua :p

@xelaryn: try add this in your config.lua
Code:
sqlType = "mysql"
sql_Type = "mysql"
SQL_Type = "mysql"
 
Back
Top