Undefined index: search:title
Hello
I got this
ERROR - 2013-06-26 15:57:26 --> Severity: Notice --> Undefined index: search:title /home/user/public_html/system/expressionengine/third_party/low_search/mod.low_search.php 2016
Replies
Low 26 Jun 2013 20:10
Need more info.
- What's your EE version?
- What's your Low Search version?
- What's the template code you're using (use http://pastie.org if you can)
- Can you open up mod.low_search.php and copy/paste line 2016 here?
Low 26 Jun 2013 20:11
Also, is this error on screen or in a log somewhere?
Nicolas 26 Jun 2013 20:26
Hi!
2.5.5
Latest version of the plugin
The Log is generated from EE directly
private function _filter_by_titles()
{
// --------------------------------------
// Bail out if no entry ids
// --------------------------------------
if ( ! $this->_has_ids()) return;
// --------------------------------------
// Check if search:title is there
// --------------------------------------
$key = 'search:title';
if (($val = (string) @$this->params[$key]) == '') return; //2016
I am not sure if this code is helpful to debug the issu
http://pastie.org/private/f5lensg8kjo...
Low 26 Jun 2013 20:39
Are you using xdebug or do you have the PHP extension "scream" enabled?
Nicolas 26 Jun 2013 20:43
Nop, just standard EE logging
Low 26 Jun 2013 20:49
Can you send me a screenshot of the error so I know what it actually looks like?
Also, can you send me SuperAdmin login credentials to hi at gotolow dot com.