Redirect Loop
falieson - April 18, 2009 - 09:08
| Project: | FAQ_Ask |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
So I just installed the module and I'm getting an error which has downed my website. I can't navigate anywhere because every link is having ?ask=true appended to it.
Please help with fix!

#1
Different project.
I deleted the faq_ask module from the folder site/all/modules/faq . This brought my site backup. I reupload faq_ask module to site/all/modules and disabled it in my module list.
I then reenabled it.
I feel like this might have fixed it.
#2
Disabling, uninstalling and re-installing doesn't fix this for me
Same version of the module, latest version of Drupal. Can't get the site working again with the module enabled to be absolutely sure, but it seemed to only cause a problem when I enabled the faq_ask block.
Regards
Patrick
#3
Temporary Fix: For those who cannot disable module without troubles
Delete line 935 (faq_ask.module): $block['content'] = faq_ask_page(NULL);
Save, upload file - then reload your site -- it should work now.
Disable Ask a Question block. After that you can add back in that line of code and toss it back on the server.
#4
Thanks.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.
#6
I am reactivating this issue.
#3 is not a fix, it is a way to disable the "ask a question" block which causes the redirect loop if it is enabled.
I can confirm that enabling the block the redirect loop problem occurs with version 2.0 and the current dev version.
Izzy
#7
This is a duplicate of http://drupal.org/node/620640