-
_Symfony 7.1, php 8.2._
I'm getting an error on the array `Array sizes are inconsistent`
```
$result = $qb
->executeQuery()
->fetchAllAssociative();
$t…
-
When transmitting a `mulitpart/form-data` request using `PhpBrowser::sendPost($url, $body, $files)` with a `$body` that has nested arrays (ie a collection of objects) , the resulting multipart message…
-
### What Happened
```
FAILED Tests\Unit\ArchTest > expect 'App\Http' → toOnlyBeUsedIn 'App\Http' Error
Undefin…
-
### Describe the bug
After upgrading to Craft 5, the comments dashboard `/admin/comments` is unable to load comments.
The request to `/index.php?p=admin%2Factions%2Felement-indexes%2Fget-elements&…
-
**Describe the bug**
When creating a scheduling option, the group is created within Moodle groups, which is correct, however, when a user makes a booking using the plugin feature, that user is not re…
-
When an object has more than 11 representations, all additional reps are `null` in the the slide list.
https://github.com/collectiveaccess/pawtucket2/blob/45a83da3c468c676df2f80f5c37a9f577052793d/a…
-
For a single file plugin with a text domain set, the `WordPress.WP.I18n.TextDomainMismatch` check relies on a plugin directory slug (non-existent in this context) and shows different results between t…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on [Github](https://…
-
#### Description
In v1.4.1 they changed the function signature of TemporaryPasswordPrimaryAuthenticationProvider ([1.40](https://doc.wikimedia.org/mediawiki-core/REL1_40/php/classMediaWiki_1_1Auth_1_…
-
### Description
This feature request proposes the addition of a new function, get_public_members, to PHP. The function will retrieve all public properties and methods of an object and return them in …