Pat Posted November 3, 2015 Report Share Posted November 3, 2015 When installing on SLES12 running apache2 with php5 and MySQL DB on a separate machine I get massive list of error after the screen where I fill the DB parameters.It starts with:MESSAGE: Only variables should be assigned by reference TYPE: Strict FILE: /srv/adserver/lib/pear/MDB2/Driver/Datatype/Common.php LINE: 1101 DEBUG INFO: 1096 * a DBMS specific format. 1097 * @access public 1098 */ 1099 function quote($value, $type = null, $quote = true, $escape_wildcards = false) 1100 { 1101 $db =& $this->getDBInstance(); 1102 if (PEAR::isError($db)) { 1103 return $db; 1104 } 1105 1106 if (is_null($value)and continues with loads of "Non-static method PEAR::isError() should not be called statically"How can I fix this? Quote Link to comment Share on other sites More sharing options...
andrewatfornax Posted April 12, 2017 Report Share Posted April 12, 2017 Please double check the supported versions of PHP for Revive Adserver? https://www.revive-adserver.com/support/requirements/ Quote Link to comment Share on other sites More sharing options...
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.