cancel
Showing results for 
Search instead for 
Did you mean: 

errors after installation in the hosting

errors after installation in the hosting

I installed the Magento onto the hosting and URL is problem is website is not working properly, it seems like CSS part is not working, what is the exact issue, while installing I clicked on the checkbox of https for both admin and website and https is also on from Dreamhost my hosting provider, can anyone help me why website looks like this.

 

Thank you 

5 REPLIES 5

Re: errors after installation in the hosting

.

Re: errors after installation in the hosting

Hi @parminder _singh,

 

Which version of Magento are you using?

Is there a public URL you can share?

Re: errors after installation in the hosting

Hello @parminder _singh

 

It might issue due to static content so to fix this please run below commands:

 

chmod -R 0777 var/ pub/ generated/
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
chmod -R 0777 var/ pub/ generated/

Now try to it should fix. If not then please share site url

Manish Mittal
https://www.manishmittal.com/

Re: errors after installation in the hosting

@Manish Mittal now this time Magento is 100% installed, could please tell me where I need to run this command as I am working online directly url is http://www.magento.skyhighwebs.com/

 

Re: errors after installation in the hosting

Hello @parminder _singh

 

Assuming that you are familiar with CLI, Open CLI and run these commands in Magento root directory.

 

https://www.magestore.com/magento-2-tutorial/magento-2-command-line-interface/

Manish Mittal
https://www.manishmittal.com/