cancel
Showing results for 
Search instead for 
Did you mean: 

Config admin

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Config admin

Hi everyone,

I'm new with Magento and I have some questions.

First, I think maybe there is a wrong connection between my virtual machine and magento, because I can't enable cache on admin panel, and when I try to do that with command line supposedly it's ok, but when I go back to admin panel the cache continuous disabled.

After that, I want to uninstall or re-install my theme. I tried to uninstall manually the theme, I deleted all folders and all things that has in database, but again, when I go to admin panel, the theme and the submenu about the theme continuous showing. I don't know if that is a problem with that connection that i already explained or not, if not I don't know what can be the problem.

If someone can help me I appreciate that.

8 REPLIES 8

Re: Config admin

@cátia_barros please run the below command and share the output.

 

php bin/magento cache:status

Thanks

Re: Config admin

@Rahul Gupta 

Screen Shot 2019-12-20 at 11.22.02.png

 

It's ok. But when I go to admin panel the cache still disable.

Re: Config admin

@cátia_barros not able to see the screenshot.

 

Can you share the link of the image?

Thanks

Re: Config admin

Re: Config admin

@cátia_barros this is also not working

Re: Config admin

@Rahul Gupta 

Sorry, I don't understand why. I copy/paste the code below after I run that command that you said. 

Current status:

                        config: 1

                        layout: 1

                    block_html: 1

                   collections: 1

                    reflection: 1

                        db_ddl: 1

                           eav: 1

         customer_notification: 1

            config_integration: 1

        config_integration_api: 1

                     full_page: 1

                     translate: 1

             config_webservice: 1

 

Thanks

Re: Config admin

@cátia_barros  please run the below command and logout from admin.

 

After running the command try to log in again and check the results.

 

sudo rm -rf var/cache/*

 

Thanks

Re: Config admin

@Rahul Gupta 

Thanks but it didn't work. I executed that command, log out / log in and the cache continuous disabled.