Closed davygxyz closed 5 years ago
@timh5690 Anything showing up in your PHP error log, Magento system log or your browser console log? Have you looked in the media folder where the images are bing stored to see if here are any files being created / updated?
Hi Alex,
The files are showing in the media folder. I don't see any related in the error or system logs.
Error messages from console:
VM4714:3 Fallback to JQueryUI Compat activated. Your store is missing a dependency for a jQueryUI widget. Identifying and addressing the dependency will drastically improve the performance of your site.
Thank you
@timh5690 The JQueryUI thing is because Magento now allows you to add just the UI components you need (in this case widget) rather that the whole library so a warning but not the cause of the issue
The fact that you don't have a filename before the .jpg with your placeholder is odd and a worry
If the files are getting added to the media folder then your POST is working, but for some reason they are not being rendered in the B/E, if it was me I'd start by disabling any third party modules, running a setup:upgrade and trying again, if that doesn't work then you will need to start stepping through the code that is rendering the page to see what is going on
Triage Note
2.3.3
release version2.3-develop
2.3.3
is not merged into2.3-develop
at this momentPreconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)