Salvatore Pollaci

Results 12 comments of Salvatore Pollaci

@gggeek I just tried the `filter-expression` workaround and I can confirm it is working: ``` bin/console doctrine:migrations:diff --filter-expression='~^(?!ez|kaliop_migrations)~' --env=prod ``` This workaround is more than sufficient for my current needs...

> What I could do is f.e. add a class that implements the modified service and leave it commented out in services.yml, with appropriate instructions on how to enable it....

I just tried using 2 separate steps for deleting the contents but I get the same exact error message.

I'm not sure if this is the correct dependency you are asking for, but if I run a composer show -i, I see ``` ezsystems/ezpublish-kernel v5.4.14 ```

@gggeek I think the error message is due to this PR: https://github.com/ezsystems/ezplatform-solr-search-engine/pull/14 Currently I'm using the following version of such bundle: ``` ezsystems/ezplatform-solr-search-engine v1.0.10 Solr search engine implementation for eZ...

After a lot of debugging I found out that the sticky information was coming from the 'ezcontentobject_link' table. So after running the following query: ``` DELETE FROM ezcontentobject_link WHERE contentclassattribute_id...

@gggeek could this pull request be accepted?

Any updates on this? Thank you

Yes unfortunately I'm getting the same exception and I'm using PHPStorm on a mac. I can't seem to find a solution. Does anyone have any workarounds?