Mark Scherer
Mark Scherer
This should be fixed on 5.x now.
Hi is there any chance you can merge and release a new patch version?
Yeah probably
For Tags you can also look into https://github.com/dereuromark/cakephp-tags Maybe that offers also some insights.
I looked into it and it seems it needs a bit more work to get the options sorted. Arguments are available as argNames list even if not passed, so this...
Based on https://github.com/cakephp/cakephp/pull/17650 I think we can also just check the configured arguments. Unconfigured or "indexed but configured" arguments are still possible and would not be verifiable either. But that...
Should probably target 5.next
Looking into what those extra logs are it seems super weird ones: ``` MissingTemplateException - Failed to render error template `error400`. Error: Template file `Admin/Error/error400.php` could not be found. The...
So the issue was already there before, just not visible without the logs being written. Now that they are these issues show up. https://github.com/dereuromark/CakePHP-DatabaseLog/pull/51 fixes it, so it begs the...
The main issue I encounted while trying to fix this is that there are (IMO bad) existing behaviors and tests in place that fail here.. ```php /** * test loading...