Content of some fields of a node just disappear

Created on 3 February 2025, 2 months ago

Problem/Motivation

See https://www.drupal.org/forum/support/post-installation/2020-01-18/content-of-some-fields-of-a-node-just-disappear For full details

An quite urgent problem: When the user is using fivestar ratings it happens quite often that the content of some fields of the node just disappear. It is completely arbitrary which field of the node but the content is just gone.

I do not see anything in the logfiles or in the system log, but to be honest I'm not an expert in debugging ..

Please help with ideas

Michael

Has anyone else ran into this issue?

I've ran into a case where sometimes my votingapi_vote table doesn't match the comment__field_user_rating table

mysql> select count(*) from votingapi_vote;
+----------+
| count(*) |
+----------+
|   238916 |
+----------+
1 row in set (0.06 sec)

mysql> select count(*) from comment__field_user_rating;
+----------+
| count(*) |
+----------+
|   238311 |
+----------+
1 row in set (0.12 sec)

Steps to reproduce

Very hard to reproduce, seems random

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

🇨🇦Canada sagesolutions

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024