Exception when running "apply config"

When I attempt to run “apply config,” I get the following stack trace:

Whoops\Exception\ErrorException: Non-static method connectdirs::create() should not be called statically in file /var/lib/asterisk/bin/retrieve_conf on line 486
Stack trace:

  1. Whoops\Exception\ErrorException->() /var/lib/asterisk/bin/retrieve_conf:486
  2. Whoops\Run->handleError() /var/lib/asterisk/bin/retrieve_conf:486
  3. connectdirs->create() /var/lib/asterisk/bin/retrieve_conf:486

Interestingly, it seems that my php.ini does have E_STRICT reporting disabled.

I can’t find anything in the bug tracker about this. I’m running php 5.6 and it should allow this kind of method call (I know 7 does not).

I removed OSS Endpoint Manager and this stopped happening. Makes no sense… but hey it works.