Jump to content

L'installation de prestashop 1.7.5 s'arrête à 12%


Recommended Posts

Comme le dit le message d'erreur, une fonction est bloqué pour raisons de sécurité chez votre hébergeur.

Prenez contacte avec lui pour assistance, il s'agit d'un problème de configuration non lié à PrestaShop.

Link to comment
Share on other sites

Pour info , J'ai changé d'hebergeur et ça résolu mon probléme , je suis passé d'un vps chez lws  à un serveur dédié online et maintenant plus aucun problème de migration.

Comme dit Janet ça doit être du coté de ton hebergement que ça dois bloquer.

Link to comment
Share on other sites

Pour info, j'ai trouvé la solution. En effet, dans mon .htaccess, j'ai ajouté cette ligne : SetEnv PHP_VERSION 7.3

Et dans mon php.ini, j'ai ajouté ces lignes recommandées par prestashop :

date.timezone = UTC

session.auto_start = Off

short_open_tag = Off
display_errors = Off

magic_quotes_gpc = off
memory_limit = 512M
max_execution_time = 300
max_input_time = 300
upload_max_filesize = 20M
post_max_size = 22M
max_input_vars = 20000
allow_url_fopen = on
short_open_tag = off
realpath_cache_size = 4096K
realpath_cache_ttl = 600
opcache.enable_file_override = On
opcache.interned_strings_buffer=64
opcache.memory_consumption=256
opcache.max_accelerated_files=20000

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...