We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cd fattura-elettronica-json curl -v -X POST -F 'xml=@samples/IT01234567890_FPA01.xml' https://teamdigitale1.simevo.com/test/paolo/xml2json.php
gets HTTP/1.0 500 Internal Server Error; inspectiing on the server tail /var/log/apache2/error.log reveals:
HTTP/1.0 500 Internal Server Error
tail /var/log/apache2/error.log
[Wed Jul 18 14:35:28.429282 2018] [:error] [pid 27263] [client 151.60.7.58:34084] PHP Catchable fatal error: Argument 1 passed to Simevo\\Xml2Json::__construct() must be an instance of Simevo\\string, string given, called in /var/www/html/test/paolo/xml2json.php on line 16 and defined in /var/www/html/test/paolo/Xml2Json.php on line 49 [Wed Jul 18 14:35:28.429317 2018] [:error] [pid 27263] [client 151.60.7.58:34084] PHP Stack trace: [Wed Jul 18 14:35:28.429331 2018] [:error] [pid 27263] [client 151.60.7.58:34084] PHP 1. {main}() /var/www/html/test/paolo/xml2json.php:0 [Wed Jul 18 14:35:28.429343 2018] [:error] [pid 27263] [client 151.60.7.58:34084] PHP 2. Simevo\\Xml2Json->__construct() /var/www/html/test/paolo/xml2json.php:16
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gets
HTTP/1.0 500 Internal Server Error
; inspectiing on the servertail /var/log/apache2/error.log
reveals:The text was updated successfully, but these errors were encountered: