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

Server Errot - Right Button

RRRIKARDO

New Member
Joined
Oct 1, 2015
Messages
38
Reaction score
2
Hi all,
My server in online, but users cant click with right button, after try restart the server it return an error



>> Loading config
>> Establishing database connection... MySQL 5.5.46
>> Running database manager
>> Loading vocations
>> Loading items
>> Loading script systems
[Error - BaseEvents::loadFromXml] Failed to load data/actions/actions.xml: Start-end tags mismatch
> ERROR: Unable to load actions!
> ERROR: Failed to load script systems
>> No services running. The server is NOT online.


how can i adjust it ?
thank you.
 
Start end tags mismatch.

Make sure you this at the top of the action file.
Code:
<actions>

And this at the bottom of the file.
Code:
</actions>

Also make sure you haven't missed any end tags of the script lines you added.
Code:
/>
 
Back
Top