I'm in the process of creating a site using the Garland_dropdown theme for drupal 6.3
I can't seem to see anonymous images. I've gone through every setting in drupal and nothing seems to work. Even when Logged in as the admin, the images are not there and have all permissions checked for the admin.
I've previously installed gravatar 6.x-1.3, and that wasn't working and the img src tag was getting filled with "/" and the alt tag was the only thing being displayed. So I upgraded to the dev version and now there is no img tag for anonymous users.
http://www.vtanman.com/index.php?q=node/910#comments
Am I missing a setting or something?
Thanks in advance...
Comments
Comment #1
mrfelton commentedThis is a bug.
I fixed it with the following:
Not got enough time to look into it in more detail but this is enough to fix for me. Patch attached (this was made against the development snapshot from 2008-07-09)
Comment #2
dave reidI've actually fixed this in #255375: [function.getimagesize]: URL file-access is disabled in the server configuration with
$path = url($path, array('absolute' => TRUE'));which works a little more elegantly.