Mark Scherer
Mark Scherer
I prepared a branch to see the issues we currently have for this: https://github.com/cakephp/cakephp/pull/17623 Quite a bit of Cache object registry is involved here. For an easier upgrade path we...
> Because it enables usage like helpers->load('Plugin.CustomHelper') Not exactly, as those are already normalized, even if config array is passed - as long as className is not set. The issue...
I just copy the result of the stricter test run here for easier review of the issues remaining: ``` There were 34 errors: 1) Cake\Test\TestCase\Cache\CacheTest::testConfigDottedAlias InvalidArgumentException: Dot syntax is not...
I will close this as nothing else has been reported for a while. Guess it is ok for now.
The whole validation thing in Cake is quite buggy, as pointed out earlier ( https://github.com/cakephp/cakephp/issues/12697 ). It doesn't help that the argument count can vary, and context can be at...
My guess would be that because `?string $regexp = null` is an optional value, and possibly null here that it messes up the count when passing them in ```php if...
This feels also somewhat related to https://github.com/cakephp/localized/issues/252#issuecomment-2097715729 I guess we could try to make the API a bit more straightforward in terms of args.
Any idea which change it would be? https://github.com/cakephp/cakephp/compare/5.0.4...5.0.5
Could this be related to https://github.com/cakephp/cakephp/issues/17655 ? And the error404 not found in some Admin/ prefixed path, since you are also using that Then it triggers a 5xx error. I...
Interesting. That was already in 4.5 But yeah. That looks exactly like the issue here.