Jump to content

PYovchevski

Approved members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by PYovchevski

  1. Hello, I moved Revive-AdServer on another web hosting server and there is a problem. When I open http://mydomain.com/ads the system redirect me to mydomain.com/ads/www/admin/install.php
    and there is messages like this:

     

     

    MESSAGE: Assigning the return value of new by reference is deprecated

    TYPE: Strict
    FILE: /home/user/public_html/mydomain.com/ads/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 }

     

     

     

     

    Can you help me please

×
×
  • Create New...