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

PHP Problem Acc Menager 0.3.3 By gesior

Piechu

New Member
Joined
Oct 10, 2008
Messages
113
Reaction score
0
Location
Poland/Jasło
I have 1 problem i install all for xampp , htdocs i write /localhost/ and web can't load, this is problem :
Warning: parse_ini_file(C:/xampp/htdocs/config.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:/xampp/htdocs/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""
 
Omg

i'm no noob ... i Change look this is my config
sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlDatabase = "TheForgottenServer"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0 mysqlReadTimeout = 10
passwordType = "plain"
 
Last edited:
Warning: parse_ini_file(C:/xampp/htdocs/config.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:/xampp/htdocs/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""

You need to change the server path inside your configuration file.
 
Ok i Instaled old gesior acc menager version and when i set server patch i have problem
Warning: Error parsing C:/Keriox Ots/config.lua on line 7 in C:\xampp\htdocs\install.php on line 156
File config.lua loaded from C:/Keriox Ots/config.lua and it's not valid TFS config.lua file. Go to STEP 1 - select other directory. If it's your config.lua file from TFS contact with acc. maker author.
What now ?
 
Okk I fixed last problem buy i have new maybe everybody can repair this :
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'theforgottenserver.z_news_big' doesn't exist' in C:\xampp\htdocs\latestnews.php:80 Stack trace: #0 C:\xampp\htdocs\latestnews.php(80): PDO->query('SELECT * FROM `...') #1 C:\xampp\htdocs\index.php(70): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 80
 
Back
Top