1
cadelite
Liaise 1.5 and XOOPS 2.5.5
  • 2012/5/18 1:45

  • cadelite

  • Just popping in

  • Posts: 86

  • Since: 2008/1/15


After upgrading of the module Liaise from 1.27 to 1.5, the following warning is displayed:

Deprecated: Assigning the return value of new by reference is deprecated in ....... /modules/liaise/server.php on line 10

When reading the file "server.php", the following line on line 10 is found:

$server = &new captcha_x();

Is there a way to get rid of this warning about deprecated value by modifying the above line or others?

My XOOPS version is 2.5.5.

Thank you very much!



Regards,

cadelite

2
Roby73
Re: Liaise 1.5 and XOOPS 2.5.5
  • 2012/5/18 23:06

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


hi, remove "&" in the code:
$server = &new captcha_x();


i have modified the module with the capatcha core...

i send it soon as possible

Login

Who's Online

212 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 212


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits