What have you gleaned from searching the error? https://www.google.com/search?q=can%27t+use+string+as+a+hash+ref+otrs+core



On Fri, Jul 25, 2014 at 8:33 AM, Marwan Rabbâa <waghanza@gmail.com> wrote:
Hi,

I am running OTRS 3.1.21 on a debian 7. I use RPC calls to contact my OTRS and retrieve my tickets. With my PHP I made a search

********************************************************
$client = new SoapClient(null, array('location'  =>
  "${url}/otrs/rpc.pl",
  'uri'       => "Core",
  'trace'     => 1,
  'login'     => 'XXXXXXXXXXX',
  'password'  => 'XXXXXXXXXXX',
  'style'     => SOAP_RPC,
  'use'       => SOAP_ENCODED,
));
$data = $client->__soapCall("Dispatch", array($username, $password,
  "CustomerUserObject", "CustomerSearch",
  "Search", "*",
));
********************************************************

Sometimes (it is not regular) I have a PHP soap fault.
********************************************************
Can't use string ("Core") as a HASH ref while "strict refs"
********************************************************

and no information in logs.

Has anybody meet this problem ?

Regards,

---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs