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


i working php soapclient , 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 exception:

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

the server administrator said problem on php server.

i found online solutions java. can not access java.

please help. p.s. sorry, poor english.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -