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:
3. change to:PHP:extension=php_domxml.dll
reset Apache in xampp console and it would runningPHP:;extension=php_domxml.dll
Last edited: