PDA

View Full Version : Solved Errors with PHP 5.3.8



tavenger5
23-09-11, 19:01
get this error at the top of every page when using PHP 5.3.8

Deprecated: Assigning the return value of new by reference is deprecated in /home/site/public_html/includes/vbenterprisetranslator_functions_bbcode.php on line 198

Deprecated: Assigning the return value of new by reference is deprecated in /home/site/public_html/includes/vbenterprisetranslator_functions_bbcode.php on line 230

Deprecated: Assigning the return value of new by reference is deprecated in /home/site/public_html/includes/vbenterprisetranslator_functions_bbcode.php on line 293

r.dziadusz
25-09-11, 17:06
Hi
We can not reproduce this problem on our server, but i'v got quick fix for you:
find lines 198, 230, 293 each of them should looks like this:

$parser =& new vB_BbCodeParser($vbulletin, $tag_list, false);
and replace all of them by:

$parser = new vB_BbCodeParser($vbulletin, $tag_list, false);

Please let us know if this solution helps you

r.dziadusz
03-10-11, 14:13
No answer, consider it solved, if you still have any question about this issue feel free to ask we will reopen it, if you have any other questions please open new thread

AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian CreoleHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishTaiwaneseThaiTurkishUkrainianVietnameseWelshYiddish
vBET 4.10.1 gives automatic translations