Hello,
To fix this go to line 130 of gallery’s functions.php file and delete the following:
{
$shortenedurl = file_get_contents('http://tinyurl.com/api-create.php?url=' . urlencode(get_permalink()));
} else {
$shortenedurl = urlencode(get_permalink());
}
Basically your webserver blocks the script from creating a tinyurl to replace wordpress’ normal permalink.
Voilà