Quote:
Originally Posted by bpi007
I have the following error in 4.1.5 Pl1 :
Deprecated: Assigning the return value of new by reference is deprecated in forums\vblinklist.php on line 1831 and Line 2425
Line is :
PHP Code:
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
|
I too am getting a similar message, using the vblinkdirectory105vb415.zip on vb4.1.7.
When I click Link Directory is shows this error: Deprecated: Assigning the return value of new by reference is deprecated in /home/www/public_html/forum/vblinklist.php on line 1873 Deprecated: Assigning the return value of new by reference is deprecated in /home/www/public_html/forum/vblinklist.php on line 2467
Is it safe just to remove the &? i.e.: change the '=&' to just '=' ?