phpxmlrpc
phpxmlrpc copied to clipboard
Uncaught Error: Call to a member function serialize() on string in /vendor/phpxmlrpc/phpxmlrpc/src/Value.php:373
Hello,
I got this error :
Fatal error: Uncaught Error: Call to a member function serialize() on string in /vendor/phpxmlrpc/phpxmlrpc/src/Value.php:373
The library has been installed with : composer require phpxmlrpc/phpxmlrpc
Thanks
You have created a Struct value whose member is a plain php string. You should pass in instead a string wrappped in another Xmlrpc Value obejct