Elgg Community - Cannot reply to Threads

For a last couple of days I have been noticing that whenever I try to reply to a thread, I get a message that my content has been rejected. There is no captcha displayed. None of my replies contain spam links or anything off topic.

 

This is a major issue. I tried replying to two or three people, trying to help them out. But, couldn't do it. :(

  • Got this error in 3 times continuosly in this community while doing a search

    search was done for one of my posts here  "where is dhrup"

     

    DatabaseException

    Got error 28 from storage engine

    QUERY: SELECT DISTINCT a.*, msv.string as comment FROM elggannotations a
    JOIN elggmetastrings msn ON a.name_id = msn.id
    JOIN elggmetastrings msv ON a.value_id = msv.id
    JOIN elggentities e ON a.entity_guid = e.guid
    WHERE msn.string = 'group_topic_post'
    AND ((MATCH (msv.string) AGAINST ('+where +is +dhrup' IN BOOLEAN MODE)))
    AND ( (e.access_id = -2
    AND e.owner_guid IN (
    SELECT guid_one FROM elggentity_relationships
    WHERE relationship='friend' AND guid_two=205843
    )) OR (e.access_id IN (2,1,5,7,12,36,44,123,216,258,321,391,421,461,462,494,591,734,845,848,850,853,857)
    OR (e.owner_guid = 205843)
    OR (
    e.access_id = 0
    AND e.owner_guid = 205843
    )
    ) and e.enabled='yes')
    AND ( (a.access_id = -2
    AND a.owner_guid IN (
    SELECT guid_one FROM elggentity_relationships
    WHERE relationship='friend' AND guid_two=205843
    )) OR (a.access_id IN (2,1,5,7,12,36,44,123,216,258,321,391,421,461,462,494,591,734,845,848,850,853,857)
    OR (a.owner_guid = 205843)
    OR (
    a.access_id = 0
    AND a.owner_guid = 205843
    )
    ) and a.enabled='yes')

    LIMIT 0, 2

Feedback and Planning

Feedback and Planning

Discussions about the past, present, and future of Elgg and this community site.