Jump to content

Edit History

WisQQ

WisQQ

2 hours ago, Interl421 said:

hello everyone I created a php file in which I execute sql requests and another csv to do the automatic update of the stock I test it locally in prestashop all is well
but in FTP I have an error message 504 getway time out ngnix even if I ogmented the execution time, I deleted the cokkies, I generated the sitemap module but the message remains the same<<504 Gateway Time-out  nginx>>
any one help me please :)

I had same issue recently after moving to vps. It simply runs out of time. I had to modify script to make it work again, but it all depends how you use it.

Try to split csv into chunks and then update, after each chunk echo something so script wont terminate.

WisQQ

WisQQ

2 hours ago, Interl421 said:

hello everyone I created a php file in which I execute sql requests and another csv to do the automatic update of the stock I test it locally in prestashop all is well
but in FTP I have an error message 504 getway time out ngnix even if I ogmented the execution time, I deleted the cokkies, I generated the sitemap module but the message remains the same<<504 Gateway Time-out  nginx>>
any one help me please :)

I had same issue recently after moving to vps. It simply runs out of time. I had to modify script to make it work again, but it all depends how you use it.

Try to split csv into chunks and then update, after each chunk echo something so scrip wont terminate.

×
×
  • Create New...