This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Search Results Not displaying for specific keywords #3897
    webmdtwebmdt
    Participant

    The error has gone away, but has been replaced with another:

    http://fairfieldschools.org/district-v2/debug.log

    Check the first error that occurred on Feb 11 ([11-Feb-2015 00:16:12 UTC])

    Something to do with:

    [code]CASE WHEN dist_ajaxsearchpro_priorities.priority IS NULL
    THEN 100
    ELSE dist_ajaxsearchpro_priorities.priority
    END AS priority,[/code]

    in reply to: Search Results Not displaying for specific keywords #3865
    webmdtwebmdt
    Participant

    Hello Ernest,

    Thanks, I’ve updated the functions file and will continue to monitor this.

    Will this change be placed into your next version you deploy (so that I can still update) ?

    Thanks

    in reply to: Search Results Not displaying for specific keywords #3862
    webmdtwebmdt
    Participant

    Hello again.

    I have dug through all of the WP-Errors, the only one remaining is in regards to your plugin on the functions file. Its referencing the instance where your grabbing the POST DATA:

    [code]PHP Notice: Trying to get property of non-object in /var/www/vhosts/fairfieldschools.org/district-v2/plugins/ajax-search-pro/functions.php on line 114[/code]

    [code]Line 109-119:

    if (!function_exists("get_content_w")) {
    function get_content_w($id)
    {
    $my_postid = $id;
    $content_post = get_post($my_postid);
    $content = $content_post->post_content;
    $content = apply_filters(‘the_content’, $content);
    $content = str_replace(‘]]>’, ‘]]>’, $content);
    return $content;
    }
    }
    [/code]

    in reply to: Search Results Not displaying for specific keywords #3860
    webmdtwebmdt
    Participant

    Strange, as I’m not seeing it in my logs now. I was calling a function publicly..but I guess it wanted to be called individually.

    I will keep checking back, and make sure there are no Fatal Errors on the page. Once I have achieved that, I will retest the search feature and get back to you.

    Thanks for the quick response.

    in reply to: Search Results Not displaying for specific keywords #3855
    webmdtwebmdt
    Participant

    I believe we’re looking at a different log. As I see many lines of bugs. I have fixed that error however and the issue still persists.

    The one regarding the AJAX search is:

    [10-Feb-2015 18:42:00 UTC] PHP Notice: Trying to get property of non-object in /var/www/vhosts/fairfieldschools.org/district-v2/plugins/ajax-search-pro/functions.php on line 114

    in reply to: Not returning results #3271
    webmdtwebmdt
    Participant

    Attached

    in reply to: Not returning results #3263
    webmdtwebmdt
    Participant

    I provided wirdpress credentials when I made the topic, please check.

    And the website isn’t live to the public yet, so if you do have a syntax error that is fine, as long as you fix it within a few minutes

    Thank you

Viewing 7 posts - 1 through 7 (of 7 total)