Jump to content

Edit History

ZHSoft

ZHSoft

1.php.ini

max_execution_time = 0
memory_limit = 2G

restart your php 😀

2./etc/apache2/extra/httpd-default.conf

Timeout 3600
KeepAliveTimeout 50
<IfModule reqtimeout_module>
  RequestReadTimeout header=0,MinRate=500 body=0,MinRate=500
</IfModule>

restart your apache2 😀

3.sudo vim /etc/hosts

127.0.0.1 api.prestashop.com
127.0.0.1 api-addons.prestashop.com

4.classes/Tools.php

Search all timeout and replace timeout=100000

 

ZHSoft

ZHSoft

1.php.ini

max_execution_time = 0
memory_limit = 2G

restart your php 😀

2./etc/apache2/extra/httpd-default.conf

Timeout 3600
KeepAliveTimeout 50
<IfModule reqtimeout_module>
  RequestReadTimeout header=0,MinRate=500 body=0,MinRate=500
</IfModule>

restart your apache2 😀

3.sudo vim /etc/hosts

127.0.0.1 api.prestashop.com
127.0.0.1 api-addons.prestashop.com

 

ZHSoft

ZHSoft

1.php.ini

max_execution_time = 0
memory_limit = 2G

2./etc/apache2/extra/httpd-default.conf

Timeout 3600
KeepAliveTimeout 50
<IfModule reqtimeout_module>
  RequestReadTimeout header=0,MinRate=500 body=0,MinRate=500
</IfModule>

3.sudo vim /etc/hosts

127.0.0.1 api.prestashop.com
127.0.0.1 api-addons.prestashop.com

 

ZHSoft

ZHSoft

php.ini

max_execution_time = 0
memory_limit = 2G

/etc/apache2/extra/httpd-default.conf

Timeout 3600
KeepAliveTimeout 50
<IfModule reqtimeout_module>
  RequestReadTimeout header=0,MinRate=500 body=0,MinRate=500
</IfModule>

 

×
×
  • Create New...