Hi, I installed and everything was okay. I changed some settings in the header, made a parallax and suddenly I got this message:
Warning: getimagesize(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/getajour/public_html/bling/wp-content/themes/classico/framework/theme-functions.php on line 172
Warning: getimagesize(http://bling.getajour.dk/wp-content/uploads/Roedmgetajour.png): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/getajour/public_html/bling/wp-content/themes/classico/framework/theme-functions.php on line 172
Warning: getimagesize(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/getajour/public_html/bling/wp-content/themes/classico/framework/theme-functions.php on line 173
Warning: getimagesize(http://bling.getajour.dk/wp-content/uploads/logosticky2mini.png): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/getajour/public_html/bling/wp-content/themes/classico/framework/theme-functions.php on line 173
On those 2 lines there is:
`$logo_imagesize = getimagesize($logo_src);
$logo_fixed_imagesize = getimagesize($logo_fixed_src);`
What should be done?
Thanks.
Jens