Page 1 of 1

Error on the Login Page after a new install

Posted: 24 Jan 2015, 01:29
by satishkumardas
Hello,

I have an error on the homepage after installing CATS. I am using php 5.3

Below is the error
Code: Select all
Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\web_tester.php on line 506 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\test_case.php on line 74 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\test_case.php on line 76 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\test_case.php on line 444 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\test_case.php on line 557 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\test_case.php on line 604 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\expectation.php on line 33 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\browser.php on line 180 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\browser.php on line 192 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\browser.php on line 202 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\browser.php on line 253 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\browser.php on line 270 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\browser.php on line 289 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\http.php on line 101 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\http.php on line 103 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\http.php on line 282 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\http.php on line 519 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\http.php on line 522 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\http.php on line 525 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\url.php on line 382 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\page.php on line 165 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\page.php on line 177 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\page.php on line 190 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\page.php on line 631 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\parser.php on line 208 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\parser.php on line 590 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\form.php on line 176 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\form.php on line 195 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\user_agent.php on line 48 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\user_agent.php on line 49 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\user_agent.php on line 180 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\user_agent.php on line 299 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\user_agent.php on line 311 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\user_agent.php on line 317 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\unit_tester.php on line 47 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\unit_tester.php on line 62 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\unit_tester.php on line 211 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\unit_tester.php on line 233 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\unit_tester.php on line 239 Deprecated: Assigning the return value of new by reference is deprecated in C:\Apache2.2\htdocs\ats\lib\simpletest\unit_tester.php on line 250 
Any idea how to fix it ?

Re: Error on the Login Page after a new install

Posted: 24 Jan 2015, 21:55
by manuel
As far as I know you can't. :-) but they don't harm you. A lot have been written about those errors. Type "deprecated" in the search field.
By the way: at my test "server" using XAMPP I have the same errors but my production site (hosted) has no errors at all.
Probably some settings are wrong.

Re: Error on the Login Page after a new install

Posted: 31 Jan 2015, 10:39
by RussH
The fixes to remove these errors have already been written - I have to roll the fixes into the 0.9.2 release. It's being tracked as a github issue.