Closed falco-knapp closed 6 years ago
Task intern: https://projects.flagbit.com/jira/browse/INX-50
Falco wir haben das getestet und konnten kein Problem feststellen. Was aber sein könnte ist das der Kunde Simplexml nicht als PHP Module installiert hat. Euer Modul braucht dies aber.
Mit dem Befehl kann geprüft werden ob Simplexml enabled ist:
php -i \| grep -i Simplexml
Mit dieser Version haben wir getestet:
PHP 5.6.30-0+deb8u1 (cli) (built: Feb 8 2017 08:50:21) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans
in der Package-XML ist wohl noch 5.5.9 angegeben. Kann oder muss dies überarbeitet werden? Die Extension sollte auf jeden Fall die von Magento offiziell unterstützten PHP Versionen ebenfalls unterstützen.
I've tried to run magento with the extension in
PHP 5.6.31-4+ubuntu14.04.1+deb.sury.org+4 (cli) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
but I cannot run magento anylonger. I see the following errors:
[Wed Sep 13 04:37:00.862096 2017] [:error] [pid 1032] [client 217.92.15.48:31133] PHP Fatal error: Call to undefined function simplexml_load_string() in /var/www/html/lib/Varien/Simplexml/Config.php on line 510
I'm not sure if i have a wrong setup on the server, but could you please verify, that the extension is compatible with php 5.6.x?
What I need to know -> Can we support 5.6.x? -> If not, what needs to be done to support 5.6, as this is officialy supported by Magento?
Thanks, Falco.