![]() |
[SOLVED] undefined function dom_import_simplexml() - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5) +--- Thread: [SOLVED] undefined function dom_import_simplexml() (/showthread.php?tid=11674) |
[SOLVED] undefined function dom_import_simplexml() - Ampersand - 2019-09-16 Code: Fatal error: Uncaught Error: Call to undefined function dom_import_simplexml() in ../admin/inc/basic.php:216 Stack trace: PHP Code: if (function_exists('simplexml_import_dom')&&function_exists('simplexml_load_file')&&function_exists('simplexml_load_string')) { This happens on ../admin/index.php with a site migrated to a 7.2 server. Did I missed anything during the process or still some module missing? RE: undefined function dom_import_simplexml() - Ampersand - 2019-09-16 This one was missing https://www.php.net/manual/en/dom.installation.php |