zimbra-api / soap-api

Zimbra SOAP client in PHP language
BSD 3-Clause "New" or "Revised" License
63 stars 49 forks source link

Can't create account #7

Closed arlin2050 closed 8 years ago

arlin2050 commented 8 years ago

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