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

Acc by Gesior - how to load...

pederasta

New Member
Joined
Oct 23, 2008
Messages
42
Reaction score
0
Location
Poland , Lodz / England , London
Hello! I've got some problems with a acc by Gesior!
When I want to load spells my computer shows me errors 1 fatal :mad:
That shows when I want to load spells:

Code:
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_SpellsList.php on line 87

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

Monsters:

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

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

And that shows when I want to load vocations:

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

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

What should I do ??!! Please help me!
 
This error occurrs because XAMPP supplies an outdated custom version of domxml, make sure you have the latest XAMPP installed, then open your php.ini aswell as php5.ini and make sure that "extension=php_domxml.dll" is commented out (Has a ; infront of it).
 
And are you using the latest XAMPP (downloaded from their website) or are you using some old crappy version from some outdated tutorial?

Also are you SURE you commented out the "extension=php_domxml.dll" in BOTH php.ini and php5.ini?
 
Back
Top