On a clean drupal 6.13 install I added pollfield and enabled it. Then in a content type I add a pollfield. Soon as I add it I get a blank screen, where normally I would get the options for the field i just created(assuming as I never used this module). Then when going to create content of this type I get a white screen. Everything else on the site still works but obviously something is wrong with that field.
Any ideas?
Comments
Comment #1
portulacaDo you mean WSOD - white screen of death? I usually get it after installing a new module when I visit modules page, and the reason is low PHP memory limit. I fix it by increasing the limit to 100M (I have lots of modules).
The White Screen of Death (Completely Blank Page)
My modules page is blank, says "page not found" or returns an error message
Silent WSODs (White Screen of Death) - fixing step by step
Comment #2
mario_prkos commentedthere was also u bug in the newest release (bug in default values of poll) but now is fixed
Comment #3
ngreenup commentedIt was not due to low php memory but thanks for the suggestion. It was just a bug as Mario_prkos stated. I downloaded todays version and it works.
Comment #4
mario_prkos commentedGlad that works! These dev version is at heavy development and almost every day is new improvement or some bug fix. Soon, I will publish stable release after I finished testing dev version.
Comment #5
mario_prkos commentedclosed