Jump to content

Medio "Solucionado" ¿ no me parecen los módulos!


Recommended Posts

El problema se soluciona modificando el archivo config.inc.php

en la línea
/* Improve PHP configuration to prevent issues */

se ha de poner esto:

@ini_set('display_errors', 'off');
@ini_set('upload_max_filesize', '100M');
@ini_set('default_charset', 'utf-8');
@ini_set('memory_limit','-1');

Y ya funciona todo.

Gracias por la ayuda igualmente,

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...