Jump to content

Prestashop + PHP7.0 + MariaDB + NGINX


Recommended Posts

Hola a todos, Quisiera conocer si alguien ya ha hecho esta implementación de prestashop que en teoría debería "volar" a nivel de rendimiento. Intententé hacerlo en la siguiente máquina pero no pude hacer la instalación del prestashop.

 

Prestashop 1.6.1.5

Ubuntu 16.04 LTS

PHP 7.0.6

NGINX 1.9.15

MariaDB 10.1.12

 

Quedo atento a sus comentarios

Link to comment
Share on other sites

  • 2 months later...

Bueno, después de luchar con este problema por muchos días e intentar muchas cosas, todo se solucionó de una manera muy sencilla. Acá está el procedimiento:

 

Prestashop 1.6.1.6, PHP 7.0.4, Ubuntu 16.04, MariaDB 10.0.25, NGINX 1.10.0

 

Ve con tu administrador de FTP y edita el siguiente archivo de prestashop:

 

/controllers/admin/AdminImportController.php

Ve a la línea 1006 y añade "&" en la variable "$user_data"

 

Línea original:  if (!call_user_func_array($funcname, array($row, $k, $user_data))) {

Línea corregida:  if (!call_user_func_array($funcname, array($row, $k, &$user_data))) {

 

Guarda y verifica de nuevo.

 

La solución original está en el siguente post: https://www.prestashop.com/forums/topic/513701-unable-to-import-using-csv/

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...