Installation – Fatal Error
I am trying to install the latest version of Magento as a fresh install.
– I’ve transferred the compressed archive to the server via FTP.
– Unzipped into htdocs/magento/ directory
– Modified permissions for all directories to 775 (for now)
– Created the database to use
When I’m trying to access the URL for the magento install, I expected to see the installation setup screens. However, the page keeps producing this error mesage below:
Fatal error: Uncaught LaminasViewExceptionRuntimeException: LaminasViewRendererPhpRenderer::render: Unable to render template “error”; resolver could not resolve to a file in /home/asif2/C789M0Z7/htdocs/magento/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php:497 Stack trace: #0 /home/asif2/C789M0Z7/htdocs/magento/vendor/laminas/laminas-view/src/View.php(206): LaminasViewRendererPhpRenderer->render(NULL) #1 /home/asif2/C789M0Z7/htdocs/magento/vendor/laminas/laminas-view/src/View.php(235): LaminasViewView->render(Object(LaminasViewModelViewModel)) #2 /home/asif2/C789M0Z7/htdocs/magento/vendor/laminas/laminas-view/src/View.php(199): LaminasViewView->renderChildren(Object(LaminasViewModelViewModel)) #3 /home/asif2/C789M0Z7/htdocs/magento/vendor/laminas/laminas-mvc/src/View/Http/DefaultRenderingStrategy.php(104): LaminasViewView->render(Object(LaminasViewModelViewModel)) #4 /home/asif2/C789M0Z7/htdocs/magento/vendor/laminas/laminas-eventmanager/src/EventManager.php(321): LaminasMvcViewHttpD in /home/asif2/C789M0Z7/htdocs/magento/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php on line 497
Any ideas please?