Jump to content

Installation Problems


oahmet

Recommended Posts

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 deprecated
TYPE: Deprecated
FILE: C:\vhosts\sitename.com\http\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 }


 

 

MESSAGE: Assigning the return value of new by reference is deprecated
TYPE: Deprecated
FILE: C:\vhosts\sitename.com\http\revive\lib\pear\HTML\QuickForm.php
LINE: 1701
DEBUG 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 // }}}

Link to comment
Share on other sites

  • 2 years later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...