pmill/php-plesk

CreateSubscription.php line 65: Trying to get property of non-object

Closed this issue · 3 comments

When i try to create a new subscription i get the error.

ErrorException in CreateSubscription.php line 65: Trying to get property of non-object
error

pmill commented

I think this is some dodgy error handling on my part, essentially your Plesk server has returned an error and the code that checked for the error didn't work. I've updated that code now, if an error has occured it should be stored in $request->error, the actual response from plesk should be in $request->xml_response.

i will verify right now, will post feedback when i"m done testing.

Thanks for the update @pmill