infoliv

Results 7 comments of infoliv

As ndm mentionned in his stackoverflow comment, the current order is : 1. app prefix-element, 2. app element, 3. plugin prefix-element, 4. plugin element. I would expect the order :...

Hello github bot, could you please remove the stale label ?

I think this issue is preventing me from updating my CMS from cakephp 5.0.5 to cakephp 5.0.6 Indeed, my CMS contains my own plugin `FileManager` that has an `AttachmentBehavior`. In...

![Screenshot 2024-09-17 at 15-42-39 Error array_merge() Argument #2 must be of type array string given](https://github.com/user-attachments/assets/ec7fd46f-9d25-4de5-aa83-d622dcb6e466)

However, I never had any problems until I updated cakephp to 5.0.6.

It seems that it comes from the fact that `'className' => 'FileManager.Attachment'` is added in the array `$config` of `AttachmentBehavior::initialize(array $config)` (which was not the case with cakephp