This topic has 1 reply, 2 voices, and was last updated 8 years by Kieran_SQ.

  • Author
  • #170326
     clyn
    Participant

    hi,

    I activated profile search pluging but its giving error “<span style=”font-weight: 600;color: #444444;font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif;font-size: 13px”>bp-profile-search/bps-main.php</span><span style=”color: #444444;font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif;font-size: 13px;background-color: #f1f1f1″> on line </span><span style=”font-weight: 600;color: #444444;font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, ‘Helvetica Neue’, sans-serif;font-size: 13px”>64″ is it  problem with my theme or pluging problem. I read a forum and someone thanks to Kleo support theme…</span>

    Pluging forum

    I found a soluiton but is this code true?

    COPY CODE
    add_filter ('bps_form_caps', 'form_caps');
    function form_caps ($caps)
    {
    	return array ();
    }

     

    thanks

     

    #170378
     Kieran_SQ
    Moderator

    Hi,

    This is not an issue with BuddyApp and it relates directly to the BP Profile Search plugin.

    The snippet you provided is from the plugin developer herself https://wordpress.org/support/topic/fatal-error-2487/. You should add it to BuddyApp Child theme’s functions.php

    COPY CODE
    add_filter ('bps_form_caps', 'form_caps');
    function form_caps ($caps)
    {
    	return array ();
    }

    Thanks,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?