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

TFSCMS Error [HELP]

krec

New Member
Joined
Jun 28, 2008
Messages
30
Reaction score
0
I have this error:

Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\tfscms\includes\config.php on line 16


Line 16:
//available cacheEngines: APC, eAccelerator, XCache
$config['cacheEngine'] = 'apc';
 
The damage has been made on line 16, the error itself is not on line 16

Check a little above in the config.lua file, try to find any variable where you put your server directory address, change the "\" to "/", 'C:\' <- Will cause an error since if you type \' inside of a string it will output only '

You can also add another \, C:\\Folder\\data\\'
 
Back
Top