Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 3 of 3

Thread: Errors with PHP 5.3.8

  1. #1
    Senior Member
    Join Date
    Dec 2009
    Posts
    276

    Default Errors with PHP 5.3.8

    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
    Last edited by tavenger5; 23-09-11 at 19:06.

  2. #2
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    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:
    PHP Code:
     $parser =& new vB_BbCodeParser($vbulletin$tag_listfalse); 
    and replace all of them by:
    PHP Code:
     $parser = new vB_BbCodeParser($vbulletin$tag_listfalse); 
    Please let us know if this solution helps you

  3. #3
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •