Child pages
  • Informations diverses

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contenu

Table of Contents
maxLevel3

...

Informations diverses

Gardez une version de test à portée de main

...

Pour installer PrestaShop, PHP 5 doit être activé. Si vous tentez de faire fonctionner PrestaShop avec PHP 4, vous verrez de nombreux messages d'erreur s'afficher, notamment celui-ci :

Code Block
html
html

Parse error: parse error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in [php file] on line X.

...

Ajoutez cette ligne à votre fichier .htaccess :

Code Block
html
html

AddType x-mapp-php5 .php

Pour la réécriture d'URL, ajoutez ces lignes :

Code Block
html
html

Options +FollowSymLinks
RewriteEngine On

...

Ajoutez cette ligne à votre fichier .htaccess :

Code Block
html
html

php 1

OVH

Ajoutez cette ligne à votre fichier .htaccess :

Code Block
html
html

SetEnv PHP_VER 5

Pour désactiver les variables globales :

Code Block
html
html

SetEnv REGISTER_GLOBALS 0

...