- Issue created by @sagesolutions
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)
Very hard to reproduce, seems random
Active
3.0
Code