magento-hackathon / AdvancedAcl

43 stars 12 forks source link

Error On API Calls #27

Closed sprankhub closed 6 years ago

sprankhub commented 7 years ago

When this extension is enabled and you connect via the SOAP API, you get the following error:

Fatal error: Uncaught SoapFault exception: [SOAP-ENV:Server] Call to a member function getRole() on null
SoapFault: Call to a member function getRole() on null

Unfortunately, the error does not tell you where this happens. After a hard debugging session, I found the issue. PR coming.