Kornel Kovacs

Results 5 comments of Kornel Kovacs

Hi, Same error in here with the basic Contacts API get method. Any suggestions or tips with this issue? Thank you!

In the meantime I figured out the problem. Is not Mautic specific but my local development environment. I run Mautic with Mamp and I tried to connect to the API...

@faisalsarfraz In my case I put this line temporarily into the file lib/Auth/AbstractAuth.php, line 178 `echo 'Curl error: ' . curl_error($curl);` The error message was: `Curl error: Could not resolve...

Same issue here. I think the error depends on the order of the attributes, especially the -i attribute. If you run this the encoding was fine: `ffmpeg -y -loop 1...

@alexandrevega Hi. If you still stuck in this issue, try this, i use this solution in my Laradock. Edit the laravel-horizon/Dockerfile and change this to this: ``` #Install GD package:...