Importing XML with simplexml_load_string($dataXML

On the local development server it is working but not on the production server.
both have PHP 7.0
Can somebody react on this…please.

Some error message? Some response? Did you do a debugging in the production server?

On the development there are no errors.
In the production (other server) it stops (the grid does not come up) without errors.
I have tried it on another server also. Works fine…but not on the server I mentioned before.
I did also: sudo apt-get install php-xml
Could it be something in the php.ini tot set?

I has been solved. The point was that the extension “simplexml” was not implemented in the PHP7

1 Like