-
The PHP bindings are fairly out-of-date and should be removed (likely) or fixed (less likely).
The TSRMLS macros (TSRMLS_FETCH, TSRMLS_CC, TSRMLS_DC) are discussed in an accepted PHP RFC here:
h…
-
Let's add support for PHP.
-
I am not familiar with the configuration of Azure AD and have received the appropriate access data from our customer. The goal is to enable backend users to log in via Azure AD. I have integrated the …
-
### Description
When retrieving a custom taxonomy field value using `get_post_meta()` for a taxonomy (e.g. `member_type`), the function unexpectedly returns `NULL`, despite the field being populated …
-
Trying to build the php extension, on the configure step:
`./configure LIBS="-lpthread" --with-pHash="/usr/local"`
checking for pHash in default path... found in /usr/local
....
error: 'pHash.h' h…
-
After - according to the doc's instructions - executing:
`php artisan db:optimize` and
`php artisan migrate`
and checking that indeed there is a difference/gain in performance, I wanted to repe…
-
Hello,
Tout ce qui semble faire appel à icon_id tombe en 500, probablement du à cette migration en échec au start du docker :
```
mercator-6b585f5948-lqrqw:mercator 2024/11/20 13:08:53 [notice…
-
Attempting to rollback migrations causes a fail because of the missing index: 'original_media_id'
"plank/laravel-mediable": "^6.1",
MYSQL: Server version: 8.0.39 MySQL Community Server - GPL
…
-
I think this error is because the migration didn't specify that this field can be nullable. Altering the line to `$table->json('payload')->nullable()->after('locked');` allows the migrations to run su…
-
### Chart Name
bookstack
### Chart Version
0.17.2
### Bug Description
Hello,
Enabled CronJob failing with the same configuration of environment variables as Deployment.
### values…