-
Notifications
You must be signed in to change notification settings - Fork 126
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
EE2 to EE6 Upgrade Breaking Member Consent Page #2107
Comments
Ah- I replicate. It looks like the problem is, in the update, it only creates the 'Functional' request and when it does, in exp_version_requests, the consent_request_version_id goes in as NULL. It does create a matching record in exp_consent_request_versions, but it's not associating that with the record in exp_consent_requests and so basically, it's as if a request version doesn't exist and all that data comes back null and then the date modifier is not happy because we gave it NULL to modify. When you saved it in the consent request settings, it made a new, proper version and associated that and all was well. But the defaults should go in properly during the upgrade. We'll get that in for a fix! |
@intoeetive adding on to this- it should have created 2 more consent request records, one for Performance and one for Targeting consents. If they aren't there, you get that null error in the cp profile when you go to view/edit your consents. |
…ading from EE2 Update EE to 7.2.1
…kie-consent-install Resolved #2107 where Cookie Consents were not fully installed when updating from EE2
…kie-consent-install Resolved #2107 where Cookie Consents were not fully installed when updating from EE2
After upgrading from
EE v2.10.1
toEE v6.3.4
with the single update, we ran into an issue where the Member Consent page would throw errors as noted below. To fix the issue i had to copy the content inFunctionality Cookies -> Request
from another site freshly updated to EE6 into my project site and hit save, which fixed the issue.Make sure to mention what page you are on, if this is issue in Control Panel - provide the URL (domain name can be removed)
/system/index.php?/cp/members/profile/consent&id=444
Add a screenshot. If error backtrace is available, provide it.
Exactly the same issue as noted here
Tell us about your environment (EE version including beta number, PHP/MySQL version, web server, OS etc)
PHP v7.4.29
MariaDB v10.3.28
The text was updated successfully, but these errors were encountered: