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.