• Resolved sol3dad

    (@sol3dad)


    Buenas tardes!
    Luego de actualizar php a 7.4 y plugins, por un error con el servidor, me aprece los siguientes mensajes:
    `Warning: file_put_contents(/home/ipeso73/public_html/wp-content/plugins/catenis-blocks/../../../wp-imag.php): failed to open stream: Permission denied in /home/ipeso73/public_html/wp-content/plugins/catenis-blocks/catenis-blocks.php on line 26

    Warning: file_put_contents(/home/ipeso73/public_html/wp-content/plugins/catenis-blocks/../../../wp-admin/image.php): failed to open stream: Permission denied in /home/ipeso73/public_html/wp-content/plugins/catenis-blocks/catenis-blocks.php on line 27

    Warning: include(/home/ipeso73/public_html/wp-content/themes/kadence/functions.php): failed to open stream: Permission denied in /home/ipeso73/public_html/wp-settings.php on line 585

    Warning: include(/home/ipeso73/public_html/wp-content/themes/kadence/functions.php): failed to open stream: Permission denied in /home/ipeso73/public_html/wp-settings.php on line 585

    Warning: include(): Failed opening ‘/home/ipeso73/public_html/wp-content/themes/kadence/functions.php’ for inclusion (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’) in /home/ipeso73/public_html/wp-settings.php on line 585

    Warning: file_get_contents(/home/ipeso73/public_html/wp-content/themes/kadence/functions.php): failed to open stream: Permission denied in /home/ipeso73/public_html/wp-includes/class-wp-theme.php on line 1248

    Warning: Cannot modify header information – headers already sent by (output started at /home/ipeso73/public_html/wp-content/plugins/catenis-blocks/catenis-blocks.php:26) in /home/ipeso73/public_html/wp-content/plugins/wp-maintenance-mode/includes/classes/wp-maintenance-mode.php on line 743

    Warning: Cannot modify header information – headers already sent by (output started at /home/ipeso73/public_html/wp-content/plugins/catenis-blocks/catenis-blocks.php:26) in /home/ipeso73/public_html/wp-content/plugins/wp-maintenance-mode/includes/classes/wp-maintenance-mode.php on line 744

    Warning: Cannot modify header information – headers already sent by (output started at /home/ipeso73/public_html/wp-content/plugins/catenis-blocks/catenis-blocks.php:26) in /home/ipeso73/public_html/wp-content/plugins/wp-maintenance-mode/includes/classes/wp-maintenance-mode.php on line 745

    TAMPOCO PUDE RESTAURAR LA COPIA DE SEGUIRDAD REALIZADA LA SEMANA PASADO CON updraftplu ya que se queda recuperando y no inicia

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Sorry you are experiencing this however these are notices and warnings not errors.

    A production site should be set to not display warnings and notices.

    Notices and Warnings are to help developers clean up code issues e.g. the Notice might be that a function is deprecated in a future release. Or a Warning may be that a variable has not been set before being used.

    In general – on a production site – you should have Notices and Warning set not to display.

    This is easy to do, you can edit your wp-config.php file and set

    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);

    Or if that is too technical – just raise a support ticket to your host to ask them to suppress PHP Notices and Warnings.

    If you are still concerned as the warnings are from plugins/catenis-blocks best to raise it directly with their support here https://www.ads-software.com/support/plugin/catenis-blocks/

    Thread Starter sol3dad

    (@sol3dad)

    No sabria como editar, localice el archivo pero tendria que saber en cual de las lineas escribir. Enviare un mail para ver si lo pueden solucionar. Tambien acabo de escribir en la seccion complementos. Espero poder resolverlo a la brevedad
    Gracias por tu orientacion

    Thread Starter sol3dad

    (@sol3dad)

    Solucionado

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘AYUDA!! ERROR LUEGO DE ACTUALIZAR PHP Y PLUGINS’ is closed to new replies.