Requirements for SPIP 3.0
Monday, May 21, 2012 12:00:00 PM
Here is a list of elements you must check before installing SPIP 3.0 :
For more details with the OVH Shared hosting, refer to this page : http://help.ovh.co.uk/ConfigPhp
- php : it's version must be greater than 5.1.0
- Some hosting companies enable use to choose between PHP4 and PHP5. This can be done in their account management and sometimes within .htaccess files.
This is the case for OVH Shared hosting. You must add into .htacess this line: "SetEnv PHP_VER 5_3" -
safe_modeandregister_globalsmust also be disabled.
These values are defined inphp.iniand can generally be changed either in the hosting account management, or into.htaccessfiles:
- classic version: with the code "php_flag register_globals off" and "php_flag safe_mode off"
- OVH Shared hosting (and maybe others): use this code "SetEnv REGISTER_GLOBALS 0" (safe mode is already off) - the sqlite module of PHP must be activated: the backup files are now the result of a sqlite dump
For more details with the OVH Shared hosting, refer to this page : http://help.ovh.co.uk/ConfigPhp






