-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rating Blocks not counting ratings. #35
Comments
@SashaMcr |
it works as expected @leal-k |
I just replied to Biplob on the other conversation, on fix #34 , explaining the whole bug and fixes, but basically I was getting this error when I fixed the array to string conversion. When I updated the SQL query both bugs disappeared, and the counts were being stored, as I commented on fix #36 . |
Concrete v9.3.4
PHP v8.3
Macareux Ratings v.1.0.1
When a rating block is put on the website, and you click it, the rating number does not go up, but it stays static at 0.
The table
btC5jRatings
is updated with all the Rating Buttons that are put on the website, same with the tablebtC5jRatingPageList
, it is updated with all the Rating Page Lists you put on the website.But the table
C5jRatings
does not register anything, it stays empty even though the rating buttons and rating page lists are clicked.The text was updated successfully, but these errors were encountered: