PYovchevski Posted September 12, 2014 Report Posted September 12, 2014 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: StrictFILE: /home/user/public_html/mydomain.com/ads/lib/pear/HTML/QuickForm.phpLINE: 597DEBUG 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 Quote
Dave Brain Posted September 15, 2014 Report Posted September 15, 2014 Hi, Might be problem with path, have you changed the new server web directory path in configuration file? By setting this, adserver will work as normally as. Quote
opusuno Posted October 23, 2014 Report Posted October 23, 2014 Same problem. Not the path or permissions. Quote
andrewatfornax Posted February 15, 2016 Report Posted February 15, 2016 Have you changed version of PHP on the new server from the old? And have you kept your php.ini settings the same, or have they changed as well? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.