Closed (fixed)
Project:
Boost
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Dec 2008 at 20:05 UTC
Updated:
26 Oct 2009 at 07:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
giorgio79 commentedThanks I was getting this as well for Boost for new user registration. I disabled Boost for now, and the registration works again.
Comment #2
deepak@1your.com commentedI am getting a similar error
Fatal error: Unsupported operand types in /home/cyour3/public_html/drupal/includes/common.inc on line 1369
when a guest tries to create a new forum topic. (http://drupal.org/node/349942)
It works fine when this Boost module is disabled...
I have disabled the boost module because of this error and so any fixes to this issue would be really useful
Deepak
www.1your.com/drupal
Comment #3
Netzarim commentedI am also getting this error when a new user submits his registration form... I am disabling boost for now....a fix would be nice...
Comment #4
ckidowSame thing here when Boost is enabled. Will there bee a fix soon? Thanks for this great Module! :)
Comment #5
alex s commentedTry this:
Comment #6
alex s commentedComment #7
john.arroyo commentedboost was creating problems with password reset and registration with my installation. I haven't tried the patch yet.
Comment #8
SteffenMaass commentedPatch is working with my site,
Thanks!
Comment #9
deepak@1your.com commentedThis path works fine for me as well.
Thanks for your help.
www.1your.com/drupal
Comment #10
rantenki commentedpatch worked for me also. Thanks
Comment #11
slantview commentedThis is only a slight modification to what you have here, I was getting line 1369 for mine.
Comment #12
alex s commentedslantview, maybe it's something wrong with your drupal? According to drupal api: 'query' A query string to append to the link, or an array of query key/value properties.
Both our patches should not cause errors.
Comment #13
slantview commentedSorry, I used a comma to indicate two unrelated things. I was getting line 1369 because of using Drupal 6.8, not because of your patch. The only reason I changed it was because I thought it was more consistent with the "Drupal way" to use an array instead of just appending the string. Both are technically correct, I just think it looks cleaner this way. Either one works.
Comment #14
deepak@1your.com commentedguys,
Another question may be related to this.
I have allowed anonymous users to post new forum topics. When anonymous users creates new forum topics, they get created but does not appear in the forum view (list of threads in the forum) as that page is cached. Is this an acceptable behaviour from your perspective? If so, is there a way to disable boost just for the forums?
Thanks,
Deepak
Comment #15
alex s commentedDeepak, I think it is not this topic issue. It is a boost caching feature. Try to exclude pages with forum view from caching. This can be done at admin/settings/performance page.
Comment #16
deepak@1your.com commentedThanks very much nagibator for pointing this out!
Walked through that setting so many times but somehow failed to identify its usage.
Cheers,
Deepak@1your.com
Comment #17
slantview commentedEither patch works fine and is minor. Let's get this into boost asap :)
Comment #18
borfast commentedThe second (slantview's) patch works just fine for me, too.
Comment #19
kenorb commentedcan anybody commit that?
Tested #11 and working fine.
Comment #20
ezraw commentedTested #11 and it worked.
Comment #21
dbeall commentedTested and saved #11 and working fine for me too.
Thanks everyone.....
Comment #22
slantview commentedThis is ready to be committed. Hello Boost devs, are you out there?
Comment #23
jeffschulerTested #11 and it works as suggested.
Thanks much alex s and slantview!
(Helping googlers: )
This also affects the Contact Form and other form submissions, and results in a WSOD.
Comment #24
jeffschulerIssue should be unassigned so Boost developers catch it.
Comment #25
mikeytown2 commented#11 follows the 6.x url api
http://api.drupal.org/api/function/url
Good Job!
Comment #26
mikeytown2 commentedcommitted patch from comment #11
Comment #27
nestor.mata commentedConfirmed patch from #11.
Thanks Steve :)
Comment #29
Dracolyte commentedI'm still having trouble with anonymous forms, and I looked at the patch. But I'm confused. I don't have lines anything like
in my boost. module. I downloaded the latest boost and I don't see lines like that there either. So what file does the patch change?
Comment #30
mikeytown2 commented@Dracolyte
This is a really old issue, open up a new issue for what ever problem your having. This issue will not fix it, code has changed a lot since April. Also please explain what is not working for you.