zimbra-api / soap-api

Zimbra SOAP client in PHP language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't create account

arlin2050 opened this issue · comments

Hi,

I can't create any account because of that error :

Compile Error: Zimbra\Soap\Request\Attr has colliding constructor definitions coming from traits in Zimbra/Soap/Request/Attr.php at line 27

Here is the code to generate this error :

$api = AdminFactory::instance('https://x.x.x.x:xxxx/service/admin/soap');
$api->auth('admin', 'xxxxxx');
$accountInfo = $api->createAccount('xxx@xxx.fr', 'xxxxxx');

Thank you