paintballrefjosh / MaNGOSWebV4

This is a continuation of the MaNGOSWebV3 project.
GNU General Public License v3.0
32 stars 48 forks source link

Fatal error: Uncaught Error: Call to undefined function simplexml_load_file() #50

Closed Syn1r closed 6 years ago

Syn1r commented 7 years ago

Network consists of Web server and Game server. Have allowed Web server MaNGOSWebV4 to talk to actual vanilla wow DB. Install succeed - asked me to delete /install directory and /update directory. Upon doing this was presented with the accept TOC page, clicked accept. Now I get the following error everytime I browse to the page: Fatal error: Uncaught Error: Call to undefined function simplexml_load_file() in /var/www/html/core/class.template.php:148 Stack trace: #0 /var/www/html/index.php(164): MangosTemplate->loadTemplateXML() #1 {main} thrown in /var/www/html/core/class.template.php on line 148

paintballrefjosh commented 6 years ago

What version of PHP are you running?

Estaira commented 6 years ago

7.0 I have the same issue. I also tried 5.6 same issue.

paintballrefjosh commented 6 years ago

Do you have the php-xml package installed?

paintballrefjosh commented 6 years ago

Going to close this one out as I believe you are missing the php-xml package on your webserver.