-
-
Hello,
i have a problem for update stock.... and with newest serializer also paging orders error
using:
php 8.2
billbee/billbee-api 2.2.1
jms/serializer 3.30
guzzlehttp/guzzle 7.8.1
also if…
-
Suggested changes:
```php
diff --git a/update-encryption.php b/update-encryption.php
index 0f54786..1326067 100644
--- a/update-encryption.php
+++ b/update-encryption.php
@@ -152,9 +152,19 @@ …
-
After upgrading to PHP 7.4 I get a:
`Notice: Trying to access array offset on value of type bool`
on the search method when using:
```
$tnt = new TNTSearch();
$results = $tnt->search('exampl…
-
### What happened?
public function getMenuPanelTitleColumn(): string
{
return 'name';
}
The name field contains an array
{"uk":"Contact uk","ru":"Contact ru","en":"Contacts"}
### How to r…
-
**Describe the bug**
Basically the same as #1081 but that got closed, so thought I'd create a new one.
We have an `Item` class that has a many-to-many relationship to `Color` through the colors():…
-
_Symfony 7.1, php 8.2._
I'm getting an error on the array `Array sizes are inconsistent`
```
$result = $qb
->executeQuery()
->fetchAllAssociative();
$t…
-
Full PHP error message:
TypeError: Cannot access offset of type string on string in bulk_media_upload_upload_form_submit() (line 113 of xxxxx /modules/bulk_media_upload/bulk_media_upload.upload.inc).…
-
**Describe the bug**
When trying to enter more characters than I'm allowed to, I receive an error message. In general all text fields that have limits should receive a max length limiter to help the …
-
Caso esteja usando o php 7.4 ocorre um um erro na linha 411 do arquivo src/JsonMapper, na função getFullNamespace qdo registra um pedido. Este erro ocorre pq no php 7.4 os arrays nao sao mais represen…