burzum
burzum
@ADmad there are plenty of ways this can happen. * DB was updated but fixture not updated by someone (happend to us) * Migrations were not applied (forgotten by dev)...
@jadb it is not the field, but the schema from a CakePHP core call, that returns null for the length for whatever reason. We are using CakePHP 3.8.x. ```php public...
OK, the issue was that one of the old fixture haven't had the slug field. However, the error handling / info for the developer could be improved. I've made some...
Is there any other still maintained solution that comes without a ton of dependencies? We don't use a framework and avoid usually using anything that has dependencies to Symfony if...
Uhm, I haven't said I want to maintain it. 😃 But the lib looks interesting so for. I'm in the phase of evaluating different solutions and I'm new to using...
> Unfortunately I don't have an easy solution or the time to look for it for now. @tristanguigue would you mind sharing your not so easy idea of how to...
@tuupola I'm not using any framework at all, we're moving away from CakePHP to a framework-less approach with CQRS. I think the problem is in the factory: ```php if (class_exists(GuzzleServerRequest::class))...
@tuupola yes, I know that this is not part of PSR, but your lib is a wrapper / auto-detector around other libs. :) And how you construct a request is...
It's in develop now at least. Working on getting the tests fixed before doing a new release. Help is welcome! :wink:
@GeekWiinik I know what needs to be done, I'm saying this is missing from the docs but it's usually there.