-
## Version
- Carbon Fields: ^3.6
- WordPress:6.6.1
- PHP:7.4
## Expected Behavior
Expected $block variable in the function render_block
## Actual Behavior
I tried to get post id in…
-
I try to add the `imagick` php extension to my Docker container:
```Dockerfile
FROM php:8.3-fpm-alpine AS base
RUN apk add --update --no-cache --virtual .build-deps $PHPIZE_DEPS imagemagick ima…
-
### Apa kekurangan yg ingin diatasi?
Mengembangkan fitur Docker container menjadi penting bagi pengembangan OpenSID karena beberapa alasan, yaitu:
1. Konsistensi Lingkungan
OpenSID menggunakan b…
-
Enter into bash shell of a Docker container:
docker-compose exec --user=$(id -u) php bash
Run
composer remove
Below error is faced:
```
In JsonFile.php line 184:
…
-
When trying to run `schedule:run` command, TypeError occurs:
```
TypeError: Spiral\Scheduler\Job\Job::filtersPass(): Argument #1 ($container) must be of type Spiral\Core\Container, Psr\Container\C…
-
Hi, i have a fresh install of the pos plugin however after adding a product i am not able to process checkout
```
[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]…
-
I have a couple of deployments where the pod contains multiple containers. For instance, one of my pods has a container named "nginx" and a container named "php". When I first ran `krs health` using g…
-
**Describe the bug**
Unit test failing.
```
core_calendar\container_test::test_delete_module_delete_events
coding_exception: Coding error detected, it must be fixed by a programmer: either 'que…
-
**Description:**
I would like to add MVC (Model-View-Controller) capability to the Pancake toolkit. This will enhance the toolkit's ability to handle both web and API requests, allowing structured ro…
-
With illuminate/view 11.7, it works fine. That's the current workaround, just require `"illuminate/view": "~11.7.0"`.
illuminate/view 11.10:
```
Illuminate\Contracts\Container\BindingResolution…