Jump to content

jirafe Analytics for ecommerce


Recommended Posts

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

  • 1 year later...
  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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...