Jump to content

Move images to new filesystem (1.5.4.1) - Safe_mode is OFF


daend

Recommended Posts

Hi,

I am trying to move images to new file system.

  1. I changed settings.inc.php CREATION_DATE to 2013-03-01 to get option visible in Preferences > Images. 
  2. I ask hosting provider to turned off safe mode. 

So far so good. Unfortunately in Preferences > Images Prestashop is telling me: 

 

PrestaShop has detected that your server configuration is not compatible with the new storage system (directive "safe_mode" is activated). You should continue to use the actual system

 

What does it mean? Safe mode is turned OFF you can check it directly at site: http://edelikatesy.cz/shop/info.php  

 

Thanks for help. 

Link to comment
Share on other sites

I guess the error message is a bit misleading. There are some important values your info.php doesn't show, e.g.

  • max_input_vars (Often default is just 1000)
  • suhosin.get.max_vars (depends If your hosting provider has the “suhosin” php patch)
  • suhosin.post.max_vars (depends If your hosting provider has the “suhosin” php patch)

64M memory_limit may be enough to install Prestashop 1.5.4.1, but in case of moving images I'm not so sure. I would recommend a minimum of twice as much.

  • max_input_vars should be 10000
  • max_execution_time should be 300
  • Try to set max_input_time=-1, which means unlimited
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...