PHP SoapClient get: ServerCan't find bundle for base name

49 views Asked by At

I working with PHP SoapClient and get error.

$client = new SoapClient("https://example.org/site-service/webservice/DataProvider?wsdl", array('trace' => TRUE));

$client->modifyData($data);
(or $client->modifyData(), or $client->saveStudents)

var_dump($client->__getLastRequest());
var_dump($client->__getLastResponse());

Always get exception:

ServerCan't find bundle for base name i18.exceptions, locale lt

The server administrator said that the problem on my PHP server.

I found online solutions only for Java. But I can not access to Java.

Please help. P.s. Sorry, for my poor English.

0

There are 0 answers