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

[8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

when i try to open the server "forgotten server" it crashes any ideas how to fix that?

Try to open it with terminal

open cmd -> cd YourServerFolder -> theforgottenserver.exe

Then tell us what error you got
 
Last edited:
Hi

I have that error


Warning: touch(): Utime failed: Operation not permitted in /opt/lampp/htdocs/system/libs/cache_file.php on line 30

Warning
: touch(): Utime failed: Operation not permitted in /opt/lampp/htdocs/system/libs/cache_file.php on line 33

Warning
: touch(): Utime failed: Operation not permitted in /opt/lampp/htdocs/system/libs/cache_file.php on line 30

Warning
: touch(): Utime failed: Operation not permitted in /opt/lampp/htdocs/system/libs/cache_file.php on line 30

Warning
: touch(): Utime failed: Operation not permitted in /opt/lampp/htdocs/system/libs/cache_file.php on line 33

Warning
: touch(): Utime failed: Operation not permitted in /opt/lampp/htdocs/system/libs/cache_file.php on line 33

Warning
: touch(): Utime failed: Operation not permitted in /opt/lampp/htdocs/system/libs/cache_file.php on line 30

any idea im using linux server
 
Try changing owner of files with command:

chown -R www-data.www-data /opt/lampp/htdocs
 
Back
Top