更改搜索词结果为403-dsIDXpress Pro插件

时间:2012-11-08 作者:marco

我面临dsIDXpress Pro搜索问题。

每次我试图更改搜索词时,网站都会出现403错误。http://lagunaagent.com/idx/city/laguna-niguel/

从错误中解脱出来。日志

[Wed Nov 07 10:51:30 2012] [warn] [client ******.46] mod_fcgid: stderr: PHP Warning:  Cannot modify header information - headers already sent by (output started at [****]/httpdocs/wp-includes/class.wp-styles.php:92) in [****]/wp-content/plugins/dsidxpress/client.php on line 407, referer: http://lagunaagent.com/idx/city/laguna-niguel/?idx-q-BedsMin=4&idx-q-ImprovedSqFtMin=2500&idx-q-PropertyTypes=545
/dsidxpress/client.php 第407行:

    // track the detail & result views, do this at the end in case something errors or w/e
    $views = intval(@$_COOKIE["dsidx-visitor-$action-views"]);
    setcookie("dsidx-visitor-$action-views", $views + 1, time()+60*60*24*30, \'/\');

    if (isset($seo_keywords) || isset($seo_description) || isset($seo_title)) {
        $dsidxpress_seo = new dsidxpress_seo($seo_title, $seo_description, $seo_keywords);
        add_action(\'wp_head\', array($dsidxpress_seo, \'dsidxpress_head_action\'));
        add_filter(\'wp_title\', array($dsidxpress_seo, \'dsidxpress_title_filter\'));
    }
你能告诉我这是不是与服务器相关的东西吗???

我已经对更改主题(2111)和打开/关闭插件进行了一些故障排除,但没有结果。

1 个回复
SO网友:Marco

已解决。

事实证明,我使用的Block Bad Queries(BBQ)插件只是阻止了太多内容。

马可

结束

相关推荐

altering search terms

如何过滤或更改用户在搜索字段中输入的搜索词?有挂钩吗?其想法是使用此功能过滤掉2-3个字母的“filler”单词(“on”、“and”、“The”等)function prepSearchStr($str){ $str=preg_replace(\'©[^a-zA-Z0-9]©\', \' \', $str); $str=preg_replace(\'©(?<=\\s|^)(([a-zA-Z]{1,3})|[0-9]{1,2})(?=\\s|$)©\', \' \',