16 minutes ago, ropacolombiana83 said:How did you fix that issue with webservice? I have php 7.2 and ps 1.7.5.2 and my webservice stopped working, now I have a 503 error in the automations with integromat
/classes/webservice/WebserviceRequest.php
i have changed for sure
row 212
public static $shopIDs = array();
to
public static $shopIDs =[];
is only thing i changed, i had some problem with api too but now works. not sure if this helped.
i also had integromat (now make), inventoro, and more..
see also there
PHP 7.2 is not in PrestaShop 1.6's officially supported PHP compatibility range (which is 5.2 ~ 7.1).
If your PrestaShop version is below 1.7.5.0, you must to modify content of /home/xyz/public_html/classes/webservice/WebserviceRequest.php, and change the line public static $shopIDs; with public static $shopIDs =[];
Explanation: https://github.com/PrestaShop/PrestaShop/commit/8662b3a50eae1ca7e6f6de02b419f123ba2ceee8