• 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.4]Gesior Acc PROBLEM !!!

timo92

New Member
Joined
May 15, 2008
Messages
27
Reaction score
0
Hello. Today i wanna ask.. becouse when i install Gesior ACC for TFS at STEPS:
6-Load monster from ots.
7-Load spells from ots.
8-Load vocations from ots.

When i click on it i have this:
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 61

Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 62

I dont know what i must do..

At file OTS_ACCOUNT.php on line 371 i have this:

$monsters = new DOMDocument();
$monsters->load($this->monstersPath . 'monsters.xml');
at OTS_spellslist.php i have this
$spells = new DOMDocument();
$spells->load($file);

and at OTS_Vocationslist.php
$vocations = new DOMDocument();
$vocations->load($file);


If u can help .. help me please.
 
Last edited:
Back
Top