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

Gesior account maker ERROR

habiba

New Member
Joined
Aug 26, 2007
Messages
586
Reaction score
4
Location
Örebro, Sweden
The Forgotten Version = The Forgotten Server v0.2 (Mystic Spirit)

Gesior Account Maker Version = 0.3.0 for TFS 0.2.x

when i wanna Reload Monsters i got this error

Code:
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in D:\xampp\htdocs\pot\OTS_MonstersList.php on line 53

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

when i wanna Reload Spells i got this error
Code:
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in D:\xampp\htdocs\pot\OTS_SpellsList.php on line 87

Fatal error: Call to undefined method domdocument::load() in D:\xampp\htdocs\pot\OTS_SpellsList.php on line 88

when i wanna Load Vocations i got this error

Code:
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in D:\xampp\htdocs\pot\OTS_VocationsList.php on line 39

Fatal error: Call to undefined method domdocument::load() in D:\xampp\htdocs\pot\OTS_VocationsList.php on line 40

Help please
 
Comment the following line out in your php.ini
Code:
extension=php_domxml.dll

It should work after that..
 
Back
Top