Hey @texnologia,
Thank you for using Pressidium Cookie Consent and for reporting this issue.
[…] i understand that this must be related to the database. and more specifically this has to be related to emojis
Ιn short the database encoding needs to be converted to utf8mb4 […]
This is unlikely to be the issue, as the plugin supports both utf8mb4 and utf8 character sets. The main difference is that utf8 (an alias of utf8mb3) supports up to three bytes per character, whereas utf8mb4 supports four, which is required for native emoji storage. However, the plugin converts emoji characters to their HTML entity equivalents before saving, so it functions correctly even on databases using the utf8 charset. This has been the case since version 1.1.2.
Refer to:
Settings are not saved when i make changes.
Could you please provide a bit more information so we can better understand the issue?
If possible, please submit a bug report on the plugin’s GitHub repository. Alternatively, just fill out the template below and share it here in your reply.
Describe the bug
A clear and concise description of what the bug is.
Steps to reproduce
Detailed steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘….’
- Scroll down to ‘….’
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- Browser: [e.g. Chrome, Firefox]
- Plugin version: [e.g.
1.9.1]
- WordPress version: [e.g.
6.9]
- PHP version: [e.g.
8.1]
Server logs
If applicable, include any server logs that could be related to this issue.
Browser console logs
If applicable, include any warnings/errors in your browser’s console. You can open the Console panel in Google Chrome, using ⌘ + ⌥ + J on macOS, or CTRL + Shift + J on Windows/Linux.
Additional context
Add any other context about the problem here.