Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #926529
    David
    Guest

    Buenos días:
    Hay un error en la linea 6 del codigo en el function.php que hace que devuelva un error 500.

    //$avia_config[‘use_standard_lightbox’] = empty( avia_get_option( ‘lightbox_active’ ) ) || ( ‘lightbox_active’ == avia_get_option( ‘lightbox_active’ ) ) ? ‘lightbox_active’ : ‘disabled’;
    /**

    #926576

    Hey David,
    Este es el código en el header.php en la línea 6, típicamente este error se debe a que se usa una versión anterior de PHP, la solución es actualizar su PHP a la versión 7 o reemplazar su header.php con este.
    https://www.dropbox.com/s/cj2v2z0lz7qdx33/header.php?dl=0

    This is the code in the header.php on line 6, typically this error is due to using a old version of PHP, the solution is to update your PHP to version 7 or to replace your header.php with this one.
    https://www.dropbox.com/s/cj2v2z0lz7qdx33/header.php?dl=0

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.