Hi there
An experience i just had: When I tried to enable the Ask Question block on my page, then the whole thing crashed. There was no access at all to any part of the page. The block had caused a 310 error. Or as Firefox puts it: "Redirect Loop. Firefox has detected that the server is redirecting the request for this address in a way that will never complete. The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete."
But when disabling the block with phpmyadmin everything worked fine. The latest version of Drupal, faq and faq ask.
Best regards,
Rasmus MP
Comments
Comment #1
Renee S commentedConfirmed, I get this too.
Comment #2
Renee S commentedThis is the same issue: http://drupal.org/node/437408, but it was marked as fixed. (Should we re-open that one or keep this new one for the 2.0 release?)
Comment #3
izmeez commentedSorry, I just found this after having reopened http://drupal.org/node/437408 possibly that should be closed and point to here as a duplicate. I too can confirm this is a problem, not sure what the fix is.
Thanks,
Izzy
Comment #4
durruti commentedI am having the same issue here. Took my whole site down today. As this is a known issue which will down peoples sites without any known fix, I suggest that it is certainly reopened as an issue, but also that something is added to module download page. This is not something you expect of a final module release and should be taken very seriously.
Comment #5
schnippy commentedJust noticed this as well, I enabled the "faq ask" block on all pages and it disabled the entire site. The block is calling this function at line 132:
which redirects the page to the "add a faq form" rather than actually displaying a form. Of course, if you're using this block on every page it will by definition cause an infinite loop as it will try and display the block again. I commented the line out for now just to get back in and disable the module, I couldn't see an easier way to get the form to output in the code.
As an alternative, I'm looking into using the "form block" and "form filter" module as discussed here to replicate the same functionality.
http://drupal.org/node/179393
Comment #6
stenjo commentedJust uplaoded a patch to fix this and implement a ask a question block here: #421818: Faq_Ask block redirects
/Sten
Comment #7
stenjo commentedAssume this is OK with the 6.x-2.x-dev version running.
Comment #8
senpai commented[#421818 and #437408 are related to this issue]
Nope, it's not OK. :) Version 2.0 needs to become version 2.0.1 or even a 2.1 asap, because I just deployed this 'stable' module on a mega-company's intranet and it effectively killed all navigation on the site when an employee enabled that block to see what it would do. I'll tell you what it does. Every page on the site becomes the ask-a-question form.
That form *does* look good and all, but I'm sure this is not the desired behavior. ;)
Can I help you in releasing an updated version? Oh, and I'm going to open another somewhat related issue in regards to the module not removing it's block(s) from the block table upon un-installation. That step alone would at least allow admins to recover their site by disabling and un-installing the faq_ask module. For reference, I'll link to that ticket ticket from here.
Comment #9
stenjo commentedThere is a version 6.x-2.1-beta1 available. Would you be able to try that one out and give me feedback on how that works?
Comment #10
senpai commentedOh, sure. I didn't see it on the project's download section, and drush didn't tell me it was there either, so I've already upgraded this site to 2.x-dev. Live dangerously, I say! ;)
I'm deploying through the dev and test servers now, to see how things do. Will report back.
[edit 20100614] Correction. I just got told not to deploy a -dev version. :( I'll switch to the 2.1-beta1 and let you know how *that* one goes! :)
[edit 20100614] Hah! The beta1 tag and the -dev version turned out to be identical, save for the .info file, (of course). I'm not gonna tell anyone what I've deployed. Buah hahh hha! (ok, ok, I'll commit the beta1 .info file. :)
Comment #11
senpai commentedFixing my reversion of the issue's version number; back to 2.1-beta1.
Comment #12
senpai commentedChanging the title.
Comment #13
asb commentedConfirming this issue for the recommended release "faq_ask-6.x-2.0".
Upgrading to "faq_ask-6.x-2.1-beta2" runs the following updates:
This fixes the issue for me.
Changing version & status accordingly.
Thanks & greetings, -asb
Comment #14
senpai commentedConfirming the RTBC status of this issue. The "world-domination" tendencies of the submit-a-question block have been neutered.
Comment #15
stenjo commentedGood. Time to make a proper 2.1 version...
/Sten