All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Strange Conflict Between Low Search and logged_in Tag

Stoyan Vasilev 7 Aug 2014 23:46 problem, complete

Hi,

We have the following really strange problem.

We have a global embed which we include on every page which holds the tag as well as our site header. Inside this embed we have the following code:
http://pastie.org/private/o4mtkiwlt80...

*When we are logged in* and when the Low Search tag is inside this conditional statement the page won't load at all. We get the same error message as if the browser can't connect to anything at that URL (which is really any page of our site).

When we are logged out everything works normally. We have set sessions to be tracked with PHP sessions for the CP and cookies for the front-end.

We thought that his may have something to do with our Zoo Visitor add-on which throws a bunch of errors in the dev log (due to not being fully compatible with EE 2.9.0) but when we disable it the problem persists.

Is there anything that we should try or you just need access to the site to look around yourself?

Thanks,
St

Replies

  1. Low 8 Aug 2014 09:24

    As a side note: you have filter parameters set on the Form tag. As per LS3, those don't do anything. You'll have to set them to the Results tag or add them as hidden input fields in the Form.

    Apart from that, I think access would indeed be necessary. Please send both SuperAdmin and FTP login credentials to hi at gotolow dot com if you can. Will take a look next week, when I'm back from my holidays.

  2. Stoyan Vasilev 10 Aug 2014 14:12

    Great. Will email you the info in a few minutes. Thanks.

  3. Low 11 Aug 2014 10:43

    I looked around and it would seem it was related to this bug. I applied the fix to the Low_search_filters.php file, and it now appears to work again.

    Will probably release a new version with this fix included this week.

  4. Stoyan Vasilev 12 Aug 2014 01:12

    That worked. Thank you, good sir.