• El día de hoy por la mañana intenté actualizar WP pero me apareció este mensaje: Warning: ini_get_all() has been disabled for security reasons in /home/visionde/public_html/wp-includes/load.php on line 1020

    Básicamente soy un principante en temas de codigos y html en WP, encontré esto en el foro Inglés

    Here’s the thing though, that’s a Warning message. Warnings can be ignored, so all you have to do is to check your wp-config.php file and see if WP_DEBUG is set to true. If it is, then set it to false instead.

    Alternatively, you need to ask your host how to disable the display_errors setting. What hosting service do you use?

    Additionally, you may want to tell them that ini_get_all is a safe call and should not be disabled.

    Alguien me puede orientar para hacer eso? Dónde está lo de wp-config.php? O si alguien sabe otra solución porfa.

Viendo 1 respuesta (de un total de 1)
  • Hola, el problema esta en la version de php que tiene el servidor de tu sitio y las funciones habilitadas. Se recomienda PHP5.6 para correr WordPress (https://wordpress.org/about/requirements/) y tener la función ini_get_all habilitada. Esto deberías solicitarlo al soporte de tu hosting, ya que es una función segura que no debería estar deshabilitada.

Viendo 1 respuesta (de un total de 1)
  • El debate ‘Error al actualizar WP’ está cerrado a nuevas respuestas.