Hello,
Upon upgrading from 6.x-1.x-dev to 6.x-3.x-dev the 'Advanced Poll: Latest poll block' is no longer showing.
How do I go about figuring out why this is occurring and how do I fix it?
Thanks,
Brian
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | advpoll-1429452-3.patch | 1.15 KB | dmitriy.trt |
Comments
Comment #1
Michele Wickham commented1. I renamed the block to Advanced Poll: Recent Poll - does that appear in your block page? I felt that with the additional blocks that can be generated, it made sense to give them all a common designation to make them easier to find in the block list. Also, I found it difficult to determine which recent poll block was coming from Advanced Poll vs the default Drupal Poll when both modules are turned on.
2. There was an additional column added to the advanced poll table - make sure you run updates.
Let me know if there continues to be a problem. Another possibility is that I simply need to repackage the build.
Thanks,
M
Comment #2
detonator94 commentedI have the same problem
Comment #3
dmitriy.trt commentedIt happens because of missing support for polls without start/end dates in this block. Patch should fix it.
Comment #4
P3t3r commentedThis is still present in the current version and the patch does not fix it anymore in this version.
I found that the function was renamed to advpoll_get_recent(), but I'm not sure how I should modify the SQL query to make it work: adding d.advpoll_dates_value = 0 and d.advpoll_dates_value2 = 0 doesn't seem to work.
Comment #5
Borris commentedRemoving the date check works. That's what I did for mine. :)
Dunno what the value is supposed to be for empty dates.
Comment #6
Strictfx commentedIn the newest version of the module, the problem is in the function advpoll_get_recent() like P3t3r said.
I correct it l.926 like this :
Not sure if it's the best way to do it but it works for me...
Comment #7
gobinathmD6 is EOL hence this issue won't be fixed (or) attended. So closing it.