oahmet Posted November 27, 2014 Report Posted November 27, 2014 Hı; Revive Adserver files is upload ftp site.(this directory name "revive") But open the chrome site "www.sitename.com/revive" take few problem. What is the problem and How can I solve this problems? Php version 5.5 MESSAGE: Assigning the return value of new by reference is deprecatedTYPE: DeprecatedFILE: C:\vhosts\sitename.com\http\revive\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 } MESSAGE: Assigning the return value of new by reference is deprecatedTYPE: DeprecatedFILE: C:\vhosts\sitename.com\http\revive\lib\pear\HTML\QuickForm.phpLINE: 1701DEBUG INFO: 1696 */ 1697 function &defaultRenderer() 1698 { 1699 if (!isset($GLOBALS['_HTML_QuickForm_default_renderer'])) { 1700 include_once('HTML/QuickForm/Renderer/Default.php'); 1701 $GLOBALS['_HTML_QuickForm_default_renderer'] =& new HTML_QuickForm_Renderer_Default(); 1702 } 1703 return $GLOBALS['_HTML_QuickForm_default_renderer']; 1704 } // end func defaultRenderer 1705 1706 // }}} Quote
andrewatfornax Posted April 5, 2017 Report Posted April 5, 2017 Please check: https://www.revive-adserver.com/support/requirements/ 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.