[Plugin: Relevanssi – A Better Search] another error notice
-
When you add some page to exclude, it then throws this error notice during search:
Notice: Undefined variable: postex in /var/www/vhosts/money.cz/httpdocs/wp-content/plugins/relevanssi/relevanssi.php on line 1101
problem is this code
foreach ($aexpids as $exid){ $exid = $wpdb->escape(trim($exid, ' -')); $postex .= " AND doc !='$exid'"; } you shouldad something like $postex = ” before that foreach
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Relevanssi – A Better Search] another error notice’ is closed to new replies.