Page 1 of 1

Deprecated Errors

Posted: 26 Feb 2010, 18:51
by mmomen
When I use IE8, these errors appear. When I use Firefox, the errors appear for a split second then go away. Is there anyway I can fix this so it doesn't show up anymore?
It is being hosted on a Windows XP SP3 x86 system for testing. I have not configured anything, only installed the system.
This is hosted on XAMPP and using the latest OpenCATS version.
Code: Select all
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\web_tester.php on line 506

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\test_case.php on line 74

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\test_case.php on line 76

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\test_case.php on line 444

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\test_case.php on line 557

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\test_case.php on line 604

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\expectation.php on line 33

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\browser.php on line 180

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\browser.php on line 192

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\browser.php on line 202

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\browser.php on line 253

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\browser.php on line 270

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\browser.php on line 289

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\http.php on line 101

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\http.php on line 103

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\http.php on line 282

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\http.php on line 519

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\http.php on line 522

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\http.php on line 525

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\url.php on line 382

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\page.php on line 165

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\page.php on line 177

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\page.php on line 190

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\page.php on line 631

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\parser.php on line 208

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\parser.php on line 590

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\form.php on line 176

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\form.php on line 195

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\user_agent.php on line 48

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\user_agent.php on line 49

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\user_agent.php on line 180

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\user_agent.php on line 299

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\user_agent.php on line 311

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\user_agent.php on line 317

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\unit_tester.php on line 47

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\unit_tester.php on line 62

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\unit_tester.php on line 211

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\unit_tester.php on line 233

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\unit_tester.php on line 239

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\opencats\lib\simpletest\unit_tester.php on line 250

Re: Deprecated Errors

Posted: 04 Mar 2010, 10:21
by RussH
Hiya,

there is a placeholder to implement new compatibility fixes in the code - but have you tried running IE8 with it's 'compatibility support' enabled?

Re: Deprecated Errors

Posted: 26 Aug 2010, 04:30
by bruna123
Same error was occurred on my computer.
Please help me how to hide the messages

Our installed environment is as follow.

OS:Windows XP + XAMPP
opencats-0.9.1a

This message is displayed when we access the top page.
But it is disappeared when refreshed.

Re: Deprecated Errors

Posted: 05 Oct 2011, 13:04
by maverickravi
Hi,
I am also facing the same problem of Deprecated Errors. Any help in this would be highly appreciated.
It happens only on log out screen. I am using OpenCats 0.9.1 version with XAMP and Window XP.

Re: Deprecated Errors

Posted: 05 Oct 2011, 15:35
by tonyc
Hi

Have you tried switching off display errors in the php setting.

Left click on wamp icon mouse over PHP and then php settings, uncheck display errors.

Tony