# |
Jul 5th 2021, 19:15 |
kevin.pfeifer |
or is this something different? |
# |
Jul 5th 2021, 19:15 |
kevin.pfeifer |
I noticed protected variables in in the BasePlugin class like `$bootstrapEnabled` or `$routesEnabled` which are all true. So are those the “new” recommended way to enable/disable plugin parts like routes instead of ```$this->addPlugin( 'MyPlugin', [ 'routes' => true ] ); ``` |
# |
Jul 5th 2021, 16:45 |
dereuromark |
Also improvements/PRs are welcome |
# |
Jul 5th 2021, 16:44 |
dereuromark |
Anyone using the Queue plugin and wants to test the new v6 before I tag a stable release on it ( https://github.com/dereuromark/cakephp-queue/releases )? |
# |
Jul 5th 2021, 14:54 |
jotpe |
Okay, got it. For some reasons one of my Plugins contained a vendor folder with an earlier cake version. This caused the confusion. Sorry guys. |
# |
Jul 5th 2021, 14:49 |
kevin.pfeifer |
I just enabled php 8.0 language level in my app and I have no issues whatsoever |
# |
Jul 5th 2021, 14:40 |
dereuromark |
since that can be an issue for PHP8 named param usage, this is probably why it is visible here for u |
# |
Jul 5th 2021, 14:39 |
dereuromark |
the error message suggests that somewhere in your code at least 1 of those is using "middleware" instead of "middlewareQueue" as var name. |
# |
Jul 5th 2021, 14:39 |
dereuromark |
I both am, and for me this is not an issue. all good. |
# |
Jul 5th 2021, 14:39 |
dereuromark |
also latest phpstorm? |
# |
Jul 5th 2021, 14:36 |
jotpe |
4.2 |
# |
Jul 5th 2021, 14:36 |
dereuromark |
are you on latest cake core? |
# |
Jul 5th 2021, 14:36 |
jotpe |
Didn't solve the problem, I guess i'll just leave it. |
# |
Jul 5th 2021, 14:34 |
jotpe |
Tried it, I guess I opened pandora's box...indexing :) |
# |
Jul 5th 2021, 14:29 |
kevin.pfeifer |
sometimes phpstorm gets stuck on something and then the autocomplete/error messages are weid for me too |
# |
Jul 5th 2021, 14:29 |
kevin.pfeifer |
have you tried `File` => `Invalidate Caches`? |
# |
Jul 5th 2021, 14:27 |
jotpe |
Weird |
# |
Jul 5th 2021, 14:26 |
jotpe |
it is @kevin.pfeifer |
# |
Jul 5th 2021, 14:26 |
jotpe |
They're identical to the params in BaseApplication and HttpApplicationInterface |
# |
Jul 5th 2021, 14:26 |
kevin.pfeifer |
I guess your `use X/Y/Z/MiddlewareQueue` is not `Cake\Http\MiddlewareQueue` |
# |
Jul 5th 2021, 14:25 |
dereuromark |
but no big deal IMO |
# |
Jul 5th 2021, 14:25 |
dereuromark |
most likely var name |
# |
Jul 5th 2021, 14:23 |
jotpe |
|
# |
Jul 5th 2021, 14:23 |
jotpe |
Anybody knows why PHPStorm is complaining about this? |
# |
Jul 5th 2021, 13:58 |
jotpe |
Worked perfectly, ty |
# |
Jul 5th 2021, 13:29 |
jotpe |
thanks @info315 |
# |
Jul 5th 2021, 13:28 |
jotpe |
@dereuromark you mean DbMaintenanceShell? |
# |
Jul 5th 2021, 13:27 |
info315 |
@jotpe I convert my tables like so: https://github.com/it-novum/openITCOCKPIT/blob/development/UPDATE.sh#L123-L132 |
# |
Jul 5th 2021, 13:23 |
dereuromark |
I have custom scripts for that in Setup plugin that can help u |
# |
Jul 5th 2021, 13:22 |
ndm |
IIRC that's not supported... you'll probably have to run custom raw `ALTER TABLE` SQL. |
# |
Jul 5th 2021, 13:14 |
jotpe |
```$authors = $this->table('authors', ['collation' => 'utf8mb4_unicode_ci']); $authors->update();``` |
# |
Jul 5th 2021, 13:14 |
jotpe |
Hey guys. I want to migrate some of my tables to use utf8mb4. This doesn't work. Any suggestions? |
# |
Jul 5th 2021, 12:58 |
paolo.bragagni |
humm ok |
# |
Jul 5th 2021, 12:48 |
kevin.pfeifer |
how about using the search? https://select2.org/data-sources/ajax |
# |
Jul 5th 2021, 12:45 |
paolo.bragagni |
I'd like to retrieve the list via ajax |
# |
Jul 5th 2021, 12:33 |
kevin.pfeifer |
https://select2.org/getting-started/basic-usage |
# |
Jul 5th 2021, 12:21 |
paolo.bragagni |
some example somewhere? |
# |
Jul 5th 2021, 12:13 |
paolo.bragagni |
qhere is select2 |
# |
Jul 5th 2021, 11:41 |
info315 |
inoas: true |
# |
Jul 5th 2021, 11:24 |
inoas |
missing you on irc.libra.chat |
# |
Jul 5th 2021, 09:58 |
kevin.pfeifer |
select2 or chosen is also a good JS library for that |