craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
289 stars 139 forks source link

Added configuration settings in from documentation and now missing loads of field when field mapping #849

Open dbrown199747 opened 3 years ago

dbrown199747 commented 3 years ago

Description

I followed instructions in the documentation to add configuration (https://docs.craftcms.com/feed-me/v4/get-started/configuration.html) and change the 'queueTtr' setting to see if that fixed my previous issue with FeedMe's field mapping (https://github.com/craftcms/feed-me/issues/848), and now loads of fields are missing from the field mapping.

Since coming across this issue I have removed the feed-me.php file I added to my config file hoping that setting would go back to how they were and the field mapping would return to as it was, but it's stayed the same and is not showing 40% of the fields in my JSON file.

I've tested this on my dev environment and it's how it was previously, so it's only happening on my local environment where I previously added all the config options from the documentation.

I have tried clearing cache in the CP but still no luck.

If you have any ideas why this might of happened and how I could potentially fix it that would be great.

Many thanks, Dan

Plugin and craft versions are the same as previous Github issue - https://github.com/craftcms/feed-me/issues/848

dbrown199747 commented 3 years ago

It looks like it's put everything into A-Z order instead of listing in the same order as the JSON file. There are still some field missing but not as many as I first thought.