1
I’m trying to install Magento on localhost, but the installation doesn’t come out of 90%. I’ve already changed apache php.ini to apache
max_input_time = 1800
max_execution_time = 1800
memory_limit = 1024M
I restarted apache and the installation then, but then I got Error 503: Service Temporarily Unavailable and I can only restart the installation if I replace the files from localhost/people with those from the original Mac folder. Any idea what could be causing this?
I checked too, there’s no such file
– Eve Montalvão
But every man has that file.
– durtto
Check that this file is not hidden.
– durtto
Shop is in maintenance mode?
– durtto
It is not hidden either. And it is not in maintenance mode because the installation has not been completed, it is not more than 90%
– Eve Montalvão
Which apache do you use? Uses Xampp or Vertrigo?
– durtto
Server version: Apache/2.4.7 (Ubuntu) and Xampp usage
– Eve Montalvão
search the archive: use the find -name Maintenance.flag. This mistake has already happened to me and I’ve solved it like this.
– durtto
I found that in Magento 2.0 Maintenance.flag is inside the /var folder, but when deleting the file I had the following error: There has been an error Processing your request Exception Printing is disabled by default for security reasons. Error log record number: 1085171868571
– Eve Montalvão
I followed this tutorial and the installation completed https://cliente.detonahost.com.br/knowledgebase/90/Corrigindo-o-erro-There-has-been-an-error-processing-your-request-no-Magento.html Very
– Eve Montalvão
Good, if you think my answer helped, mark it as accepted.
– durtto