cancel
Showing results for 
Search instead for 
Did you mean: 

Fetal ERROR

SOLVED

Fetal ERROR

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Fetal ERROR

Hi @gabriel_helle 

 

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    

View solution in original post

5 REPLIES 5

Re: Fetal ERROR

Hi @gabriel_helle 

 

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    

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

Re: Fetal ERROR


@shubham_khandelwal1 wrote:

Hi @gabriel_helle 

 

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    




after running the command its solved.

thanks alot for your kinds solution.

 

Best Regards,

Gabriel


@shubham_khandelwal1 wrote:

Hi @gabriel_helle 

 

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    


 

Re: Fetal ERROR

Hello Dear,

After running the command has been solved,

thanks alot.

 

Regards,

Gabriel

Re: Fetal ERROR

Hi @gabriel_helle 

 

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