Child pages
  • Introducción

Versions Compared

Key

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

Tabla de contenidos

Table of Contents
maxLevel3

...

Introducción a PrestaShop 1.4

...

Para instalar PrestaShop, PHP 5 debe ser activado. Si intenta ejecutar PrestaShop utilizando PHP 4, recibirá numerosos errores, incluyendo un mensaje muy común:

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.

...

Agregue esta línea al campo-texto de la “Configuración Específica” de la sub pestaña Herramientas > Generadores:

Code Block
html
html

AddType x-mapp-php5 .php

Para reescribir URL, agregue estás líneas:

Code Block
html
html

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

...

Agregue esta línea al campo-texto de la “Configuración Específica” de la sub pestaña Herramientas > Generadores:

Code Block
html
html

php 1
OVH

Agregue esta línea al campo-texto de la “Configuración Específica” de la sub pestaña Herramientas > Generadores:

Code Block
html
html

SetEnv PHP_VER 5

Para desactivar registros globales:

Code Block
html
html

SetEnv REGISTER_GLOBALS 0

...