cancel
Showing results for 
Search instead for 
Did you mean: 

Downloaded theme but cant see it in magento to activate it

Downloaded theme but cant see it in magento to activate it

I am using a localhost wamp server and have downloaded a theme, I have copied the zip file to my root folder and extracted as per the guide.

Bit unsure how to run commands using a wamp server

 

I need to do the following

bin/magento setup:upgrade

bin/magento index:reindex

bin/magento cache:clean

 

Bit of a novice sure not sure what to do, am i correct in thinking the path would be.

c:\wamp64\www\Magento\bin/magento setup:upgrade
or
C:\Users\mark>wamp64\www\Magento\bin/magento setup:upgrade

Any help would be appreciated

 

7 REPLIES 7

Re: Downloaded theme but cant see it in magento to activate it

Hi @mark_huyton,

You shuld run the magento commands from the magento root folder. 

php bin/magento setup:upgarde

 

Re: Downloaded theme but cant see it in magento to activate it

Thanks Vimal

 

C:\Users\mark>php bin/magento setup:upgrade
Could not open input file: bin/magento

the files seem to have full permissions, is this something i should do from the wamp control panel

Re: Downloaded theme but cant see it in magento to activate it

Make sure that you magento is installed in this directory.

"C:\Users\mark", then check if there are bin folder.  Otherwise check you magento root folder path once. 

bin/magento should have writeable perission. 

Re: Downloaded theme but cant see it in magento to activate it

Hi

 

the path in the folder says This PC > Windows (C) > wamp64 > www > Magento > bin

the attributes in properties is ticked read only but i done seem to be able to change

 

 

Re: Downloaded theme but cant see it in magento to activate it

Hi

 

Thanks for your help

I think i have made some progress as now get this

 

C:\wamp64\www\Magento\bin>php magento setup:upgrade
Magento supports PHP 7.1.3 or later. Please read https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
C:\wamp64\www\Magento\bin>php magento index:reindex
Magento supports PHP 7.1.3 or later. Please read https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
C:\wamp64\www\Magento\bin>php magento cache:clean
Magento supports PHP 7.1.3 or later. Please read https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
C:\wamp64\www\Magento\bin>

Re: Downloaded theme but cant see it in magento to activate it

It looks like your php version is not compatible with Magento.

You should use php 7.2 for latest Magento 2.3.3 version.

Re: Downloaded theme but cant see it in magento to activate it

Thanks, i am using 7.2.18, i have been advised Magento is not supported by windows, do you think this could be causing me difficulties