[email protected] Posted February 3, 2014 Report Share Posted February 3, 2014 Hello I am having some difficulty installing REVIVE. I have disabled safe_mode on my site (attachment 1) but when running the installation I am receiving an error to inform me that safe mode needs disabling before installation of Revive can take place (attachment 2). Any suggestions are much appreciated. Thanks, Attachment 1: Attachment 2: Quote Link to comment Share on other sites More sharing options...
Matteo Beccati Posted February 6, 2014 Report Share Posted February 6, 2014 Try restarting your webserver. Also, try to put your phpinfo page inside revive/www/admin/ and you might notice that safe mode isn't actually disabled Quote Link to comment Share on other sites More sharing options...
kumakanth Posted February 6, 2014 Report Share Posted February 6, 2014 I am getting the error while installation safe_mode . I have attached the screen shot http://postimg.org/image/sz3w7bhqh/ Quote Link to comment Share on other sites More sharing options...
Matteo Beccati Posted February 6, 2014 Report Share Posted February 6, 2014 @kumakanth, please try to follow the suggestion above about the phpinfo script. Quote Link to comment Share on other sites More sharing options...
kumakanth Posted February 6, 2014 Report Share Posted February 6, 2014 @matteo, thanks for the quick reply. Yes i have checked with phpinfo script and the safe_mode is also off there. http://postimg.org/image/yzdpmsnmt/ Quote Link to comment Share on other sites More sharing options...
Matteo Beccati Posted February 6, 2014 Report Share Posted February 6, 2014 try creating a file containing: <?php var_dump(ini_get('safe_mode')); ?> Quote Link to comment Share on other sites More sharing options...
kumakanth Posted February 6, 2014 Report Share Posted February 6, 2014 string(3) "off" is the output Quote Link to comment Share on other sites More sharing options...
Matteo Beccati Posted February 6, 2014 Report Share Posted February 6, 2014 can you change your php.ini and use safe_mode=0 instead? Quote Link to comment Share on other sites More sharing options...
Matteo Beccati Posted February 6, 2014 Report Share Posted February 6, 2014 It looks like a PHP bug with ini_get returning a string literal "off" rather than a boolean false. My advice would be to upgrade your PHP to at least 5.3+. Both PHP 5.2 and 5.3 have reached their end-of-life since quite some time already. 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.