Page 1 of 1

Problem with SOAP and PHP

Posted: 24 Feb 2011, 21:06
by scharron2011
Hello,

I just finish my installation of OpenCats 0.9.1 on a Windows Server 2008 R2 x64 and using wamp server 2.1d x64. My OpenCats work very well except that on the login page, I have the following error message :

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\web_tester.php on line 506

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\test_case.php on line 74

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\test_case.php on line 76

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\test_case.php on line 444

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\test_case.php on line 557

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\test_case.php on line 604

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\expectation.php on line 33

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\browser.php on line 180

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\browser.php on line 192

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\browser.php on line 202

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\browser.php on line 253

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\browser.php on line 270

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\browser.php on line 289

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\http.php on line 101

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\http.php on line 103

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\http.php on line 282

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\http.php on line 519

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\http.php on line 522

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\http.php on line 525

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\url.php on line 382

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\page.php on line 165

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\page.php on line 177

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\page.php on line 190

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\page.php on line 631

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\parser.php on line 208

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\parser.php on line 590

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\form.php on line 176

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\form.php on line 195

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\user_agent.php on line 48

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\user_agent.php on line 49

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\user_agent.php on line 180

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\user_agent.php on line 299

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\user_agent.php on line 311

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\user_agent.php on line 317

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\unit_tester.php on line 47

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\unit_tester.php on line 62

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\unit_tester.php on line 211

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\unit_tester.php on line 233

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\unit_tester.php on line 239

Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\lib\simpletest\unit_tester.php on line 250

Any help is greatly appreciated,

Sylvain.

Re: Problem with SOAP and PHP

Posted: 24 Feb 2011, 22:19
by tonyc
Sylvain

Try unticking display errors in the php settings off your wamp server.

Tony