Joomla nighlty build 3.9
Category | ⇒ | com_csp |
Status | New | ⇒ | Information Required |
did you check if in Extensions-> Database are reported some fix?
Last night, I tried but could not re-procedure the issue (my installation is a fresh installation of Joomla 3.9 beta)
Could you please make a screenshot of the error page? Maybe it will help us seeing the issue easier
Labels |
Added:
J3 Issue
|
It is 403 error on http://localhost/joomlatest/es/editar-perfil?task=profile.save
it is not fresh installation it is update from 3.8.12 site for test
This issue should be addressed by #22196 already. You can confirm that by look at #__privacy_consents table on your site database, change data type of subject field to varchar(255) and it will solve this issue (before, it was varchar(25) and could not store data properly)
Not sure why 403 errors happen. If it's a test site and you can share, make a backup using akeeba backup and attach it here. I will try to check to see where the 403 comes from and get it sorted
If you look at the callstack, you will see that it's something from AdminTools, not from Joomla core
Got it. Is it possible to exclude super admin from privacy tool consent in joomla? otherwise you have to disable admintools. Because settings saving is not possible for super admins.
We should not be introducing code to bypass privacy policy acceptance on the frontend based on permissions.
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-19 17:03:48 |
Closed_By | ⇒ | brianteeman |
. Because settings saving is not possible for super admins.
It is possible, there is an option in admintols specifically for that. I am closing this as the "problem" is not related to joomla core
My company have written contract with every administrator that is more extended than the policy for website. because they have another work doing as a visitor of website. I can imagine other companies work same and need to disable or have another contract for super user and admin...
can someone else confirm, cuase i'm unable to replicate