Mohamed Amine EL ATTABI

Results 15 comments of Mohamed Amine EL ATTABI

Hi i have the same issue !!! any fix ? An uncaught Exception was encountered Type: Error Message: Class 'SimpleDom\Simple_html_dom' not found Filename: C:\xampp\htdocs\app\application\libraries\CI_Minifier.php Line Number: 199 Backtrace: File: C:\xampp\htdocs\app\application\libraries\CI_Minifier.php...

so lazy to read the code so i fixed this by adding this two lines in top of library class `

i did it as you telled me ![image](https://user-images.githubusercontent.com/20033279/68625331-272e9500-04d9-11ea-863c-2c914d4f79b7.png) string seem to be empty when the exception occurs hmmm ? Connection closed by server------------------*******************` otherwise in successful call here's the log...

yes as you said, it an intermittent problem in the same server, sometimes work normal and execute the command sometimes no throw the exception telling me that the connection is...

unfortunately this didn't fix my problem :/

hi again, thanks for your efforts and time ^^ ![image](https://user-images.githubusercontent.com/20033279/69008110-ec988280-0946-11ea-844a-f126cb2e95b1.png) here's when the result is good : ``` sending identification string first .#data = SSH-2.0-OpenSSH_5.3 data2= U1NILTIuMC1PcGVuU1NIXzUuMw0K ``` ![image](https://user-images.githubusercontent.com/20033279/69008123-10f45f00-0947-11ea-8a1a-65bb69fe5520.png) and...

Hi, Unfortunately i couldn't produce this bug locally in our servers, but it still occur in production server so i have no clue why it happening thanks!

@SebastienPoncelet @nathanaelmartel You can use something like this ``` $shopify->Order($order->order_id)->Fulfillment->post([ "location_id" => $shopify->Location->get()[0]['id'], "tracking_number" => null, "tracking_urls" => [], "notify_customer" => true ]); ```

I notice it also happen when the connection is poor