All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Low search form don’t generate search and don’t load the search page

Status Resolved
Add-on / Version Publisher 1.6.11
Severity
EE Version 2.9.3

Rob Post

Apr 04, 2016

Description:

Since I dit an upgrade of Publisher on the Laarhoven site (http://www.laarhovendesign.nl)  to version 1.6.11 on January 8 it’s no longe possible to do a search. Any search added to the search form ends up in a redirect to the homepage instead of showing the results page.

This is the template code:

<div class="header_tools hidden-xs hidden-sm col-md-4 col-lg-4">
						<div id="sb-search" class="sb-search">
						{exp:low_search:form
							collection="projecten|producten|service|vestigingen|vacatures|over_ons|faq|nieuws|overzicht_producten|overzicht_projecten"
							required="keywords"
							search_mode="all"
							result_page="{publisher:current_language_code}/zoek/resultaten"
							dynamic_parameters="entry_id"
							}
							<input class="sb-search-input" placeholder="{phrase:zoek}" type="search" name="keywords" id="keywords">
							<input class="sb-search-submit" type="submit" value="">
							<span class="sb-icon-search"></span>

						{/exp:low_search:form}
						</div>
					</div>

I’m using LowSearch (4.3.1) and Publisher Low Search (2.0.3). This is a Live site that’s running already for a couple of years and everything was fine since the last update.
The info screen shows that the right ACT #115 is requested.

Detailed steps to reproduce the issue:
1. Fill out the search form at the top right corner of the page
2. Hit enter
3. Redirected back to the homepage (when your search is done from a different page then the homepage)
4. No result page shown.

 

#1

BoldMinded (Brian)

What have you tried so far to debug the issue? Try removing the current_language_code from the result_page parameter.

#2

BoldMinded (Brian)

Sorry for the delayed response. I started a new job this week and have been busy. Did you try the parameter mentioned at the bottom of this page? https://boldminded.com/add-ons/publisher/template-tags/forms

#3

BoldMinded (Brian)

Rob, are you still having issues with this or did the forms docs page help?

Login to reply