Skip to:
Content
Pages
Categories
Search
Top
Bottom

query error from bp_xprofile_field


  • _natty_
    Participant

    @_natty_

    i got this error from such long time and no update solve it… how can i solve it?

    SELECT * FROM bp_xprofile_fields WHERE parent_id = 0 AND ID!= AND group_id > 1

    as you can see there is a missing operatore before “AND”

    AND ID!= AND

Viewing 2 replies - 1 through 2 (of 2 total)

  • danbp
    Moderator

    @danbp

    Where did you find that code?

    Have you tried to replace it by:
    SELECT * FROM bp_xprofile_fields WHERE parent_id = 0 AND group_id > 1


    _natty_
    Participant

    @_natty_

    @danbp
    thats the main problem! 🙂 i found that by enabling the debug bar plugin… and browsing the plugin’s file i didn’t find it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar