• Resolved ipressword

    (@ipressword)


    When a message is generated, the wp_kses() function is called where an exception occurs. Only one argument is provided in function call, wp_kses() requires three arguments. Commenting this functioncall solves the problem.

    Thank you
    Andreas

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hi,

    Thank you for contacting us.

    Could you please raise a support ticket on our support portal : https://profilegrid.co/contact-us-2

    So, we can help you in a better way.

    Thank you

    My messaging is not working either. What was the solution to this, if any?

    Thread Starter ipressword

    (@ipressword)

    Hi letla2005,

    if you’re familiar in editing worpress php code, you can go to the file
    ‘wp-content\plugins\profilegrid-user-profiles-groups-and-communities\includes\class-profile-magic-request.php’
    In that file, look for definition of function pm_create_message (about line 1567) and comment the line ‘$content = wp_kses($content);’
    it should look like this afterwards:
    //$content = wp_kses($content);
    More on wp_kses can be found on Codex.
    I decided for me commenting out is ok so far. ProfileGrid Support promised to fix this known issue. I don’t know if they have so far, i have not yet updated.

    Bye
    Andreas

    Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hi,

    Due to lack of further response, we are marking this ticket resolved for now.
    If you still need our support, please respond back here or email us on https://profilegrid.co/contact-us-2
    We try to respond to all inquiries at earliest.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Private messsaging is not working’ is closed to new replies.