Error getimagesize header.php

  • Autor Autor agustinm
  • Fecha de inicio Fecha de inicio
A

agustinm

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Buenas, hace desde ayer que tengo este error y no entiendo bien porque es. Se que es algo sobre el banner o algo así. Si me pueden explicar se los agradecería.

WARNING: GETIMAGESIZE(HTTP://WWW.MONARQUIAROJA.COM/WP-CONTENT/UPLOADS/2014/12/BANNER5.JPG) [FUNCTION.GETIMAGESIZE]: FAILED TO OPEN STREAM: PHP_NETWORK_GETADDRESSES: GETADDRINFO FAILED: TEMPORARY FAILURE IN NAME RESOLUTION IN /WWW/MONARQUIAROJA.COM/HTDOCS/WP-CONTENT/THEMES/POINT/HEADER.PHP ON LINE

7Ld11QP.webp
 
Parece como sino hubieras especificado un tamaño para la imagen. A lo mejor se encuentra en una de las opciones del panel de tu theme.
 
Edita la head con un editor de texto y mira lo que tienes en esa linea que te pone el error
 
Parece como sino hubieras especificado un tamaño para la imagen. A lo mejor se encuentra en una de las opciones del panel de tu theme.

Edita la head con un editor de texto y mira lo que tienes en esa linea que te pone el error

HTML:
/*-[ Header ]-----------------------*/
body > header {
    float: left;
    width: 100%;
    position: relative;
}
.main-header {
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 99;
    max-width: 980px;
    float: none;
    display: block;
    min-height: 82px;
}
#header {
    position: relative;
    width: 98.1%;
    float: left;
    padding: 0 0 0 2%;
    background: #F5F5F5;
}
#header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E2E2E2;
    bottom: 0px;
    left: 0;
}
#header h1, #header h2 {
    font-size: 42px;
    float: left;
    display: inline-block;
    line-height: 1;
    margin: 20px 0;
    text-transform: uppercase;
}
#header .image-logo { margin: 11px 0 }
#logo a {
    float: left;
    color: #2A2A2A;
    font-weight: bold;
}
#logo a img { float: left }
.widget-header {
    float: left;
    max-width: 77.7%;
}
.header-bottom-second {
    overflow: hidden;
    clear: both;
}
#header-widget-container {
    width: 96%;
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 24px;
}
.widget-header-bottom-right {
    float: right;
    max-width: 20.3%;
    width: 100%;
}
.widget-header img { float: left }
.widget-header-bottom-right .topad { margin-bottom: 0 }
.header-button {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    display: block;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.header-button:hover { background: #111 }
.header-button span { float: none }
a.header-button {
    color: #fff!important;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
 
prueba quitando el modo mantenimiento, ese error es debido a que la función no puede acceder a dicho archivo (mas bien no encuentra el servidor)
 
Atrás
Arriba