0

I am working with apache2 and using ispconfig 3.1 for web panel. I published prestashop 1.6.1.7 on my server . When i reboot my server , i could add an image but for next image i got this problem again! I did everything for solving this problem :

  • change required max items (ex:max_execution_time , ....) in php.ini
  • even set paramater in my fcgid.conf for max items
  • change permissions for my prestashop directories
  • check setting for image in prestashop

But at the end i got this problem again! Could you please help me? Thanks.

sam1364tt
  • 153
  • 1
  • 2
  • 13

1 Answers1

0

Edit file:

/etc/apache2/mods-enabled/fcgid.conf

Try to adjust the website default settings for fcgi in

/usr/local/ispconfig/server/conf/vhost.conf.master

The master template gets applied to a website when you change a value in that site in ispconfig and then click on save. Please note that it takes a minute until the configuration is written to disk.

As an alternate solution you can also try to change the following configuration in php.ini file of your server.

max_execution_time = 1500; or more as per your need
max_input_time = 1500; or more as per your need
post_max_size = 500M; or more as per your need
Knowband Plugins
  • 1,297
  • 1
  • 7
  • 6
  • Hi . I did what you said but i got the same error again! I install on the same server a Wordpress and it works well but i do not know what is the problem with prestashop! thanks. – sam1364tt Dec 01 '16 at 22:54