Child pages
  • Misc. information

Versions Compared

Key

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

Table of content

Table of Contents
maxLevel3

...

Misc. information

Keep a test version at hand!

...

To install PrestaShop, PHP 5 must be activated. If you attempt to run PrestaShop using PHP 4, you will receive numerous errors, including this very common message:

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.

...

Add this line to your .htaccess file:

Code Block
html
html

AddType x-mapp-php5 .php

For URL re-writing, add these lines:

Code Block
html
html

Options +FollowSymLinks
RewriteEngine On

...

Add this line to your .htaccess file:

Code Block
html
html

php 1

OVH

Add this line to your .htaccess file:

Code Block
html
html

SetEnv PHP_VER 5

To deactivate global registers:

Code Block
html
html

SetEnv REGISTER_GLOBALS 0

...