Robert Baker

Results 33 comments of Robert Baker

I managed to work around this by removing the webpack plugin and using PurgeCSS via a PostCSS plugin instead. This means PostCSS is handling the source-map.

Similar comment to #580 ... ![feedme filename example](https://user-images.githubusercontent.com/39988088/62853211-8961d900-bce3-11e9-86bf-abd20502c26a.png) The screen shot shows filename and folder field mapped from the feed. Am I mis-understanding what "filename" and "folder" mappings are for...

The issue here may have been to do the the folder structure, as in the feed. From the Snippet of JSON in the initial report at the top, data in...

Having tried this a few more times over the last couple of weeks I'm still having the same problem. **A key point I think:** The main thrust of this issue...

@pdaleramirez With Digital Products disabled, I still get the integrity constraint exception from https://github.com/craftcms/digital-products/issues/75 when trying to run garbage collection before the upgrade (so as an effect the upgrade still...

I have mostly stopped using Craft's own composer in favour of a manually installed global version, but that's a helpful work-around, thanks!

Having read through the [changelog](https://github.com/craftcms/cms/blob/develop/CHANGELOG.md) it looks like there may be a few things in updates I don't yet have that may affect or improve things in regard to this...

Yes, all tables are InnoDB. `CREATE` SQL for `matrixblocks` looks like this: ```sql CREATE TABLE `matrixblocks` ( `id` INT(11) NOT NULL, `primaryOwnerId` INT(11) NOT NULL, `fieldId` INT(11) NOT NULL, `typeId`...

The installation that this happened to is now updated to Craft `4.4.5`. All of our content editors are aware of what to look out for, although it's a hard ask...