cancel
Showing results for 
Search instead for 
Did you mean: 

Media Storage System Message on Magento 2.2

Media Storage System Message on Magento 2.2

We are utilizing the database media storage feature on our Magento 2.2 site.  We ran the synchronization and got the following system message.  

 

We were unable to synchronize one or more media files. Please refer to the log file for details.

 

image.png

I have two question about this message. 

1.  What log is it talking about?  I would like to see which if any images had problems syncing over.   I've looked around in var/log but haven't found any reference. 

 

2.  How do you clear this system message?  It's not present in the System > Notifications listing. 

6 REPLIES 6

Re: Media Storage System Message on Magento 2.2

@groundspeakops

 

You must be looking into the exception log to see what was the exception. That will help you resolve the issue.

 

What do you see when you click on the down arrow next to "System Messages"? It must give you an option to mark it as complete.

 

Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

Re: Media Storage System Message on Magento 2.2

Thanks for the reply.   There is no option to mark it as complete in the system messages notification pane or in the System > Notifications area.  

 

I haven't had much time to troubleshoot this other than find that the entry is stored in the table 'admin_system_messages'.  The entry is below. 

 

# identity, severity, created_at
'MEDIA_SYNCHRONIZATION_ERROR', '2', '2018-02-21 18:37:04'

 

If I delete the row, it immediately gets regenerated with a current timestamp for the 'created at' field.

Re: Media Storage System Message on Magento 2.2

Were not you able to find anything in System/Exception log? This must be under Magento root directory/var/log.

 

Thanks

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

Re: Media Storage System Message on Magento 2.2

This is caused by an entry being left in the `flags` table.

 

If you remove that it will stop showing when you remove it from the notification table.

Re: Media Storage System Message on Magento 2.2

@outeredgeCan you please provide more details on like what was that entry?

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

Re: Media Storage System Message on Magento 2.2

Having deleted all records in the `flags` table the error has not reoccurred, the `flags` table records have been rebuilt and no new or different errors experienced.