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

Linux Small and annoying issue in geisoracc.

Tofflarn

New Member
Joined
Mar 22, 2008
Messages
360
Reaction score
1
Location
Sweden
Hello ppl! I need some help with a pretty annoying problem that i got.

Its about the server path set in geisor config...

right now i have
Code:
server_path = "/server/tfs/"

With this almost the whole website works. The problem is that i can't load monster and spells.. When i wan't to click on the "Server staff" this shows up

Code:
Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "/server/tfs[COLOR="Red"]//[/COLOR]data/XML/groups.xml" in /var/www/team.php on line 4
Could not load groups!


If i do like this
Code:
server_path = "/server/tfs"
the website won't work at all.

As you can se its double "//" how should i write this serverpath to get everything to work?
 
Last edited:
Back
Top