• this error just happened today out of nowhere with the point them:

    warning: getimagesize() [function.getimagesize]: couldn’t resolve host name in /home/xxxxxxx/public_html/wp-content/themes/point/header.php on line 54

    warning: getimagesize(https://xxxxxxxx/wp-content/uploads/2016/02/xxxxxxxx-logo-small.png) [function.getimagesize]: failed to open stream: operation failed in /home/xxxxxxxx/public_html/wp-content/themes/point/header.php on line 54

    when i remove my logo from the point theme the error goes away. if i add back any image, the error persists. the theme is up to date as far as i know and not sure what is causing this error. please help!

Viewing 1 replies (of 1 total)
  • Thread Starter david

    (@davidroose)

    Just as a quick hack, to turn off the error you can turn off error reporting (in case anyone has the same issue as I do). Just add this code to the top of your Point theme header.php file:

    <?php
    // Turn off error reporting
    error_reporting(0);
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘warning: getimagesize() [function.getimagesize]: couldn't resolve host name’ is closed to new replies.