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

Solved [LINUX] Can't load file config.lua

ivenspontes

New Member
Joined
Apr 10, 2012
Messages
7
Reaction score
1
Check server configuration
Can't load file config.lua from /home/ivens/otserv/tfs/src/config.lua File doesn't exist in selected directory. Go to STEP 1 - select other directory.

Some file needs chmod or chown? what?

Gesior Version 0.3.6 r.49
 
@u/p
???????? o_O? no ,i read don't are in directory don't read is why in linux have many error in /home/ or /root/ ,so need create other config.lua in /var/

@ivenspontes
use this.. create other don't remove copy and paste other in config.lua in folder /var ,and put new config.lua ,goto var/www/ open folder config and now config.ini
changed your direction:
Code:
/home/ivens/otserv/tfs/src/config.lua
for
Code:
/var/
So 1 config.lua for website and other config.lua for server ,understand?
 
@Cronox

Code:
Check server configuration
File config.lua loaded from /var/config.lua and looks like fine server config file. Now you can check database(mysql) connection: STEP 2 - check database connection

Thx

- - - Updated - - -

Now everything is fine, but when i acess the site appear a blank page...

http://localhost/index.php?subtopic=accountmanagement <-- works perfectly as well as throughout the site

http://localhost/index.php?subtopic=latestnews <-- blank page
http://localhost/index.php <- blank page

- - - Updated - - -

works fine now...

was a problem in the database
 
Back
Top