greg Posted February 4, 2015 Report Posted February 4, 2015 (edited) On installing I am getting loads of warnings, stricts and deprecated messages. I am not getting even to the first page of the installation wizard. -------------------------------------------------------------------------------- MESSAGE: Declaration of MDB2_Driver_Common::raiseError() should be compatible with & PEAR::raiseError($message = NULL, $code = NULL, $mode = NULL, $options = NULL, $userinfo = NULL, $error_class = NULL, $skipmsg = false) TYPE: Strict FILE: /var/customers/webs/user/example.com/revive-adserver-3.1.0/lib/pear/MDB2.php LINE: 3378 DEBUG INFO: 3373 $result->free(); 3374 return $all; 3375 } 3376 3377 // }}} 3378 } 3379 3380 // }}} 3381 // {{{ class MDB2_Result 3382 3383 /** MESSAGE: Redefining already defined constructor for class XML_Parser TYPE: Strict FILE: /var/customers/webs/user/example.com/revive-adserver-3.1.0/lib/pear/XML/Parser.php LINE: 206 DEBUG INFO: 201 * @param string $mode how this parser object should work, "event" for 202 * startelement/endelement-type events, "func" 203 * to have it call functions named after elements 204 * @param string $tgenc a valid target encoding 205 */ [...] How can I get it installed? Edited February 4, 2015 by Matteo Beccati Reduced post length Quote
Erik Geurts Posted February 4, 2015 Report Posted February 4, 2015 Have you made sure that your server meets the minimum technical requirements? http://www.revive-adserver.com/support/requirements/ Quote
Matteo Beccati Posted February 4, 2015 Report Posted February 4, 2015 This might be related to required functions being disabled, e.g. parse_ini_file. Please replace your pre-check.php file with the one available here and you might see a nice error screen instead of all those error messages. andrewatfornax 1 Quote
greg Posted February 5, 2015 Author Report Posted February 5, 2015 Seems to work now with parse_ini enabled. Must have missed this piece of information. 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.