Luke Towers
Luke Towers
@mjauvin does this cause any duplication / double handling of existing backend functionality?
@jaxwilko any thoughts?
I've seen other people report similar issues when they had misconfigurations with their PHP versions, specifically if they have different versions used by the php in the console, composer, or...
increasing the memory limit rarely actually solves the problem. It sounds like it's being caused by an infinite loop, possibly by an error being triggered when attempting to connect to...
Tested by https://github.com/wintercms/wn-test-plugin/pull/21
@mjauvin I'm going to have to take a stab at fixing this myself, a FormWidget shouldn't be reaching directly into a model to grab a value, there's too many assumptions...
@austinkregel definitely! You can get around that issue by requiring `winter/wn-backend-module: dev-wip/support-uploading-packages as 1.2.8` in your composer.json file.
@austinkregel definitely #1259. I think some of the changes from this one might need to be integrated back into the other one, but the main work is being done on...
@Pasquale-CS what is `Awobaz\Compoships\Database\Query\Builder`? Seems like you might have replaced the query builder with one of your own and not extended the correct query builder class for where your override...
@Pasquale-CS please provide an example of how we can replicate the issue, ideally using the [Test plugin](https://github.com/wintercms/wn-test-plugin). I haven't ran into this issue myself or heard of anyone else running...