Log in on the font end as a registered user and except the user policy
The result should be that the screen disappears and that the user policy is accepted
The screen doesn't disappear and the user-policy is not accepted. The next message appears again:
Please confirm that you consent to this web site storing your information by agreeing to the privacy policy.
I installed Joomla version, 3.9.0-beta4-dev.
PHP Built On | Linux vserver261.axc.nl 3.10.0-714.10.2.lve1.5.12.el7.x86_64 #1 SMP Fri Feb 2 00:27:48 EST 2018 x86_64 |
---|---|
Database Type | mysql |
Database Version | 10.2.13-MariaDB |
Database Collation | latin1_swedish_ci |
Database Connection Collation | utf8mb4_general_ci |
PHP Version | 7.1.15 |
Web Server | Apache/2 |
WebServer to PHP Interface | litespeed |
Joomla! Version | Joomla! 3.9.0-beta4-dev Development [ Amani ] 26-September-2018 12:30 GMT |
Joomla! Platform Version | Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT |
User Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0 |
I tried this on two different sites. One of them is a completely new installation, but the result is the same for both sites.
Labels |
Added:
?
|
Labels |
Added:
J3 Issue
|
That was the problem. The old data type was varchar (25). I changed it to
varchar (255) and now it's working fine indeed!
Op wo 26 sep. 2018 om 17:12 schreef Tuan Pham Ngoc <notifications@github.com
:
This error was fixed before, so it should not happen anymore. If it is
possible, could you please look at your site database, find the table
#__privacy_consents, check data type of subject field. If it's not varchar
(255), change it to varchar (255) and check it again to see whether
it's working fine?—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#22388 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/Aj_ZjxvX1Mc5OwMEMBT0Z70i0jLwHkZqks5ue5lkgaJpZM4W6wqV
.
@deroderuiter can you please close the Issue as its resolved?
Status | New | ⇒ | Information Required |
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-26 17:47:45 |
Closed_By | ⇒ | deroderuiter |
Status | Closed | ⇒ | New |
Closed_Date | 2018-09-26 17:47:45 | ⇒ | |
Closed_By | deroderuiter | ⇒ |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-26 17:48:45 |
Closed_By | ⇒ | deroderuiter |
This error was fixed before, so it should not happen anymore. If it is possible, could you please look at your site database, find the table #__privacy_consents, check data type of subject field. If it's not varchar (255), change it to varchar (255) and check it again to see whether it's working fine?