- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
im trying to add/upload some icons/image to website throw the theme panel.
but i got Fetal Error.
screenshot pic-> https://prnt.sc/rdlpze
Video shot -> https://www.loom.com/share/9ca342a44bd4404190503730577cead9
it was working fine before a while, im not sure if its because i upgrade the magento 2 version to 2.3.4 or its because of some other point.
please advice.
Regards,
Gabriel
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you run magento commands after upgrade if not then run below commands and then check.
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush
after running these command please check
Hope this helps.
if above answer was helpful then please Accept as Solution & give Kudos
Shubham Khandelwal
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you run magento commands after upgrade if not then run below commands and then check.
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush
after running these command please check
Hope this helps.
if above answer was helpful then please Accept as Solution & give Kudos
Shubham Khandelwal
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Fetal ERROR
@gabriel_helle Try to run the below command and flush the cache of the system.
php bin/magento setup:upgrade php bin/magento cache:flush
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Fetal ERROR
@shubham_khandelwal1 wrote:
Did you run magento commands after upgrade if not then run below commands and then check.
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flushafter running these command please check
Hope this helps.
if above answer was helpful then please Accept as Solution & give Kudos
Shubham Khandelwal
after running the command its solved.
thanks alot for your kinds solution.
Best Regards,
Gabriel
@shubham_khandelwal1 wrote:
Did you run magento commands after upgrade if not then run below commands and then check.
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flushafter running these command please check
Hope this helps.
if above answer was helpful then please Accept as Solution & give Kudos
Shubham Khandelwal
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Fetal ERROR
Hello Dear,
After running the command has been solved,
thanks alot.
Regards,
Gabriel
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Fetal ERROR
Glad to hear it solved whenever you face these kind on issue always run
php bin/magento setup:di:compile
Hope this helps.
If my answer is useful, please Accept as Solution & give Kudos
Shubham Khandelwal