getgrav / getgrav/grav-plugin-comments

Some comments are not saved

Open
#103 13 comments 1 reaction 0 assignees View on GitHub
Dominant language
PHP
Stars
54
Forks
26
PR merge metrics
No merged PRs in 30d

Description

Hi,

I have a very mysterious bug with the “comment” plugin: some comments are not saved - about 1 of 10 comments are lost.

I use
- Grav v1.7.25,
- Quark v2.0.4 (slightly adapted - CSS and templates) as theme
- Comments v1.2.8
- Form v5.1.4
on PHP 8.1.0 (I also tested PHP 7.4.25 - same problem)

In the template I have integrated the comments as follows:

{% if config.plugins.comments.enabled%}
{% include 'partials / comments.html.twig' with {'page': page}%}
{% endif%}

The comment fields are also displayed correctly and 9 out of 10 comments are correctly saved and the email is also sent. Only about 1 in 10 comments simply go away (not saved and no mail).

I’ve already checked logs from Grav and Apache, but there is simply nothing to be seen.

There were no unusual signs in my tests. They were structured as follows:
Test date // time // number
Test 30.12.21 // 19:52 // #01

Then some of them are missing.

Does anyone have similar experiences or a tip on how I can fix the problem.

Thank you for your support!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.