Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Comment database entry is empty #219

@sebastiangreger

Description

@sebastiangreger

Sorry for this being a rather unspecific issue report. I spent over an hour tracing the problem, but do not seem to find the key to solving it.

I am using wordpress-webmention and wordpress-semantic-linkback, and webmentions in general work fine. However, today I received a webmention from this source to this target, which created a comment in the database, but all fields are empty.

Debugging, I was able to trace the issue to

- the function returns an empty array, which means that $commentdata, which still contained all the webmention's data before it was called is then empty.

The function gets called by filter semantic_linkbacks_commentdata - before the line

$commentdata = apply_filters( 'semantic_linkbacks_commentdata', $commentdata );
$commentdata is fine, after the call it is empty.

Erasing the entire comment data and creating an empty comment (maybe due to a malformed markup? ...I lack the background to dig deeper) is probably not desired behaviour?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions