-
-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
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
Node no longer exists - Deserialize Error #817
Comments
from the stack trace it looks you are using a custom error handler... the error reported by you is silenced... is the implementation of your handler correct? |
Yes. |
can you share your errorhandler code? |
forwarding to https://bugs.php.net/bug.php?id=75168 |
@mikaelplouhinecvetup can you try #825 ? |
Deltachaos
added a commit
to Deltachaos/serializer
that referenced
this issue
Feb 7, 2018
Another workaround for schmittjoh#817
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps required to reproduce the problem
Expected Result
No Warning
Actual Result
ln: 402 on /var/www/myApp/vendor/jms/serializer/src/JMS/Serializer/XmlDeserializationVisitor.php, function errorHandler
ln: 130 on /var/www/myApp/vendor/jms/serializer/src/JMS/Serializer/GraphNavigator.php, function isNull
ln: 266 on /var/www/myApp/vendor/jms/serializer/src/JMS/Serializer/XmlDeserializationVisitor.php, function accept
ln: 267 on /var/www/myApp/vendor/jms/serializer/src/JMS/Serializer/GraphNavigator.php, function visitProperty
ln: 193 on /var/www/myApp/vendor/jms/serializer/src/JMS/Serializer/Serializer.php, function accept
ln: 128 on /var/www/myApp/vendor/jms/serializer/src/JMS/Serializer/Serializer.php, function visit
ln: ? on ?, function JMS\Serializer\{closure}
ln: 89 on /var/www/myApp/vendor/phpoption/phpoption/src/PhpOption/Some.php, function call_user_func
ln: 131 on /var/www/myApp/vendor/jms/serializer/src/JMS/Serializer/Serializer.php, function map
ln: 355 on /var/www/myApp/modules/abaxis/abaxisControllerAjax.php, function deserialize
>array(2) { ["value"]=> object(SimpleXMLElement)#102 (0) { } ["xsiAttributes"]=> object(SimpleXMLElement)#100 (0) { } }
attachments.zip
The text was updated successfully, but these errors were encountered: