CreateSubscription.php line 65: Trying to get property of non-object
Closed this issue · 3 comments
ghermans commented
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
.
ghermans commented
i will verify right now, will post feedback when i"m done testing.