After not being able to update Magento 2.1.16 to latest version I decided to try a fresh install on a sub-directory to make sure Magento would run at all.
Using the web setup wizard
https://devdocs.magento.com/guides/v2.3/install-gde/install/web/install-web.html
I installed Magento 2.3.3 with sample data to a new empty database, all of the verifications passed and I got the success! message (see image) at the end that shows the site and admin url's.
But when I go to either of those URL's I get only this in the browser.
I've checked logs in cPanel but don't see anything interesting, what could be going on?
Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Solved! Go to Solution.
Hello @damon18
Greetings!
Try this solution, it may help:
⇒ Open Magento root folder.
⇒ Locate the Var folder.
⇒ Search the .maintenance. flag file and delete it.
⇒ Clear the Magento 2 Cache using
php bin/magento cache:flush
or through Magento Admin Panel.
Give 'Kudo' & accept it as a solution if it works for you.
All the best!
Bu sorunu çözecek bir arkadaş yok mu? kardeşim ilk kurulumda zip yük sunucuya attım ve açtım.
İç Sunucu Hatası
Sunucu, dahili bir hata veya yapılandırma yanlış ile karşılaştı ve isteğinizi tamamlayamadı.
Lütfen bu hatanın oluştuğu zamanı ve bu hatadan hemen hemen gerçekleştirdiğiniz eylemleri bildirmek için webmaster @ bicakal adresinden sunucu yöneticisine sizi.
Bu hata hakkında daha fazla bilgi sunucu hata günlüğünde bulunabilir.
Ayrıca, istek işlemek için bir ErrorDocument dosyasında 500 Dahili Hata hatasıyla karşılaşıldı.
Hello @damon18
Greetings!
Try this solution, it may help:
⇒ Open Magento root folder.
⇒ Locate the Var folder.
⇒ Search the .maintenance. flag file and delete it.
⇒ Clear the Magento 2 Cache using
php bin/magento cache:flush
or through Magento Admin Panel.
Give 'Kudo' & accept it as a solution if it works for you.
All the best!