Armando Lüscher
Armando Lüscher
Let's hope this pending PR gets looked at soon... https://github.com/buddyboss/buddyboss-platform/pull/3572
As far as I can tell, this happens if the plugin can't build correctly. In my case it was due to PHP8 incompatibility. Check #92 and my fix in #93
The problem is the [`fzaninotto/faker`](https://packagist.org/packages/fzaninotto/faker) library, which has been discontinued and is locked to PHP7. This is why my PR used the new [`fakerphp/faker`](https://packagist.org/packages/fakerphp/faker) which is it's direct replacement. To...
For obvious reasons, `"phpVersion": 8.0` should load PHP 8.0, not 8.1, so that must be changed to a string as far as I can tell.
@PaulREnglish No problem at all, thanks for reviewing and confirming :+1:
Just ran into this as I forgot to update the API key after resetting it. Would be great to give a more useful error message, as it took a while...
@XiaomiYe Please add some code and more context, otherwise nobody can help :blush:
In your redis-cli you can use the `monitor` command if the value comes through properly: ``` $ redis-cli 127.0.0.1:6379> monitor OK 1663558774.728972 [0 127.0.0.1:37318] "LPUSH" "bot-list" "Array" ``` Your code...
Feel free to share the problem and your solution, so others (and me!) can learn, thanks :smiley:
I've seen in some apps a setting to define the UI scale. Maybe something like that can be added? (if I remember which app has this, I'll let you know)