Jump to content

csabessz

Approved members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by csabessz

  1. Hi,

     

    I just tried to install Revive Adserver 3.0.3, but got a lot of error messages:

     

    MESSAGE: Assigning the return value of new by reference is deprecated
    TYPE: Deprecated
    FILE: /var/vhosts/www.gomorilap.sk/public_html/Revive/lib/pear/HTML/QuickForm.php
    LINE: 597
    DEBUG INFO:

    592 return $error; 
    593
    594 $className = $GLOBALS['HTML_QUICKFORM_ELEMENT_TYPES'][$type][1]; 
    595 $includeFile = $GLOBALS['HTML_QUICKFORM_ELEMENT_TYPES'][$type][0]; 
    596 include_once($includeFile); 

    597 $elementObject =& new $className();

    598 for ($i = 0; $i < 5; $i++) { 
    599 if (!isset($args[$i])) { 
    600 $args[$i] = null; 
    601
    602 }

     

    More can be found here: http://pastebin.com/0XQFSvWN

     

    I have not found any useful information in the forum.

    I'm using PHP 5.3.10 and Ubuntu Server.

    The documentation says it works: 

    • PHP 5.1.4+, 5.2.x, 5.3.x, 5.4.20+, 5.5.2+

    Is there any patch for this?

    How does this application work on PHP 5.3+?

     

    Thanks in advance

×
×
  • Create New...