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

Venn

Member
Joined
Aug 16, 2009
Messages
547
Reaction score
20
Code:
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in D:\Program Files\xampp\htdocs\pot\OTS_MonstersList.php on line 61
Fatal error: Call to undefined method domdocument::load() in D:\Program Files\xampp\htdocs\pot\OTS_MonstersList.php on line 62
Code:
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in D:\Program Files\xampp\htdocs\pot\OTS_SpellsList.php on line 97
Fatal error: Call to undefined method domdocument::load() in D:\Program Files\xampp\htdocs\pot\OTS_SpellsList.php on line 98

how to fix it ? i cant do anythink in files becous it unreadable ;/

ok i fixed it
it would help without xampp
1. open file xampp/apache/bin/php.ini
2. znajdzi to linie:
PHP:
extension=php_domxml.dll
3. change to:
PHP:
;extension=php_domxml.dll
reset Apache in xampp console and it would running
 
Last edited:
Back
Top