lroven Posted April 25, 2013 Share Posted April 25, 2013 Getting this message? The following module(s) were not installed properly: - jirafe : safe_mode should be turned off to use this module. Solution: In the path/to/prestashop/modules/jirafe/jirafe15.php in the the checkConfig function there is this line: if (!in_array(ini_get('safe_mode'), array('Off', 'off', '0'))) change to: if (!in_array(ini_get('safe_mode'), array('Off', 'off', 0))) Link to comment Share on other sites More sharing options...
mir-aus Posted June 8, 2014 Share Posted June 8, 2014 On 4/25/2013 at 4:38 AM, lroven said: Getting this message? The following module(s) were not installed properly: - jirafe : safe_mode should be turned off to use this module. Solution: In the path/to/prestashop/modules/jirafe/jirafe15.php in the the checkConfig function there is this line: if (!in_array(ini_get('safe_mode'), array('Off', 'off', '0'))) change to: if (!in_array(ini_get('safe_mode'), array('Off', 'off', 0))) hi, I have if (!in_array(ini_get('safe_mode'), array('Off', 'off', '0', 0, ''))) I try your suggestion but it doesn't work for me I have PS1.6.6 any suggestion? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now