Message from functions.inc.php (General)

by heiner, Tuesday, January 12, 2010, 14:39 (5233 days ago)

Hello,

i´ve installed the version 2.1.2 from mlf. It runs, but there is a message in the top of the site:

"Deprecated. Assigning the return value of new by reference is deprecated in c:\wamp\www\forum\includes\function.inc.php on line 675."

Why is this and what can i do against it? :confused:

Avatar

Message from functions.inc.php

by Alex ⌂, Tuesday, January 12, 2010, 16:01 (5233 days ago) @ heiner

Hi,

try to change

$geshi =& new GeSHi($content, $attributes['default']);

into

$geshi = new GeSHi($content, $attributes['default']);

Alex

Message from functions.inc.php

by heiner, Wednesday, January 13, 2010, 09:37 (5232 days ago) @ Alex

Hello, Alex,

thank you very much. That was it! :-)

RSS Feed of thread