So after a fresh install on my host, I encountered a problem that I never had before on localhost with the same Magento version.
The ownership of files and directories is correct.
I removed var/generation/* var/cache/* var/page_cache/* var/view_preprocessed/* var/composer_home/cache/* and changed “Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink” to “Magento\Framework\App\View\Asset\MaterializationStrategy\Copy” in app/etc/di.xml and ran static-content:deploy and indexers:reindex, but that didn’t work.
The problem is somewhere in the server configuration, as everything works like a charm on my computer. Any ideas?
Setup error_log
for PHP interpreter and check it for errors after the problem is occured.