Rolies Deby
Rolies Deby
Is there any solutions to this? Because I keep failed to upload file when using `CurlFile` because `$data` variable need to be an array object.
Yes it should, I'll try to make this available on Yii2 :smile:
@bravemantonyzheng : I'm sorry for the delay, been busy with new project, but I'll try to continue develop this.
Not sure if this valid or not, but I have same issue and I solve it by using this 2 commands : ``` export DOCKER_BUILDKIT=0 export COMPOSE_DOCKER_CLI_BUILD=0 ``` After i...
Are you sure have correct connection to your redis service?
Just for quick solution, have you try to set your redis timeout to 0, maybe you need persistent connection on your application, just find set `timeout=0` on your redis conf.
Can't reproduce this, can you show me your configuration?
@ignatenkovnikita This is only my quick fix and didn't test it either (I'm so sorry for this), basically I added one function to call `Resque` class function so you can...
@anarayn Little bit late for this, but do you already solved this issue? because I'm also need a solution for this.
For anyone that want to move to Carto or MapLibre can try this hack while waiting for the official release, I'm using 4.1.2 tag and modify this script. go to...