cancel
Showing results for 
Search instead for 
Did you mean: 

Installazione su Mac os

Installazione su Mac os

Salve,

sto cercando di installare per la prima volta Magento 2 su Mac os con Apache/2.2.26 e PHP 5.5.30 ma ottengo questo errore:

 

 PHP Settings Check

Your current setting of xdebug.max_nesting_level=100. Magento 2 requires it to be set to 200 or more. Edit your config, restart web server, and try again.

 

Nel file php.ini ho provato ad aggiungere ;xdebug.max_nesting_level=200 sotto le seguenti righe ma il risultato non cambia.

 

[xdebug]
;xdebug.idekey="macgdbp"
;xdebug.remote_enable=1

 

 

Sarebbe gradito un piccolo aiuto

Grazie

1 REPLY 1

[Risolto]Re: Installazione su Mac os[Risolto]

Inserisci il seguente codice in alto al file setup/index.php

ini_set('xdebug.max_nesting_level', 200)