when I activate the weather module drupal is down and i get this error
getimagesize(modules/weather/images/nodata.png) [function.getimagesize]: failed to open stream: No such file or directory en la línea 446 del archivo /home/alhuey/public_html/modules/weather/weather.module.
the files are in the correct path
Comments
Comment #1
toddy commentedA quick guess: Are the access permission bits set correctly, i.e. is the webserver allowed to access the files?
Comment #2
axsanchez commentedyes, the access permission are 644, if I put http://alhuey.net/modules/weather/images/nodata.png I get the Image in my web browser
Comment #3
crutch commentedYes, I reproduced the error also. Site does not display. I have used this module with great success in the past. Must be a minor bug.
Comment #4
toddy commentedDoes this error persist if you move the module from modules/weather to sites/all/modules/weather?
Comment #5
crutch commentedToddy, I'll test/check to see if I can do it Mon/Tues on my way to the 'Do it with Drupal' conference.
Comment #6
toddy commentedClosing, as there's no more input.