cancel
Showing results for 
Search instead for 
Did you mean: 

Problema Impostazione localizzazione

Problema Impostazione localizzazione

Buongiorno, ho installato sul mio sito 2 lingue Italiano e Francese al momento di scegliere la localizzazione in Configurazione->Opzioni Localizzazione non mi da modo di scegliere. Come posso fare?

In allegato uno screen

localizzazione.jpg

3 REPLIES 3

Re: Problema Impostazione localizzazione

Hi @daniele_laterza,

Are you on production mode?

php bin/magento deploy:mode:show

Try once after changing mode to developer.

php bin/magento deploy:mode:set developer

php bin/magento deploy:mode:set production

Mode in magento 2:
https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-mode.html

For locale more info:
https://docs.magento.com/m2/ce/user_guide/stores/locale-options.html

I hope it will help you!

Re: Problema Impostazione localizzazione

grazie il problema sembrava risolto. Ma quando sono andato a pulire la cache mi è uscito questo errorelocalizzazione2.jpg

Re: Problema Impostazione localizzazione

Hello @daniele_laterza ,

Please check you app/etc/config.php, I think there is some extra code there other than the module array, if that was the case then you have executed

CAUSE:

bin/magento app:config:dump

because of which the issue occurs.

If that is the case then

SOLUTION:

Please remove the extra code from config.php and then execute the command 

bin/magento setup:upgrade

I hope this will works for you, if still you face the issue please let me know.

If this helps you, please give kudos and accept it as solution.

Regards.