Hello, I have installed the EU Cookie Compliance module and it gives me an error when saving the configuration: editor field is required, although they are fine. I see that I get 4 forms error when there are only three.
Tronico I am not seeing this problem on a test installation. Is it version 1.x-2.26.0 that you have installed? If so, please tell me more about the configuration settings you tried to save, preferably in the module's issue list referenced above.
I have already seen where the problem is, it is in the form of the option for mobile phone, which by default is hidden, the editor is opened and sealed, then I close it and it no longer gives error.
I will try it on a new installation to see if it gives me the same error.
Thank you.
In a new installation it does not give editor error since by defector all forms take an editor. But on my site that comes from a migration of Drupal 7 if that gives me the error, I will do more tests when I migrate another site.
Regards..
I'll check it out...
but here's the problem: Backdrop has made module installation so easy, and I've become so lazy... that I now have no idea how to get from the link you provided to an installed...
Thank you all for continuing to help with this!
As for the question of how I happened to be working with a feature that appeared not to officially exist (views field) in Backdrop at the time... That'...
It is also available (I'm 90% sure) in the tokens for the content type's display settings, so you could also potentially update the default "Author/date format" from this:
[node:created:medium] by [...
There is a port of the Display Suite module that I started a while back, but I have not made a full release of it yet because I did not have an upgrade path for it. If you could check it out and let...
Perfect! Thanks to the both of you.
For anyone in the future you can print it out in a node template with:
<?php
$updateddate=$node->changed;
echo gmdate("...
Comments
I am a maintainer for this module and will take a look as this problem. Perhaps you could add it to the issue list at https://github.com/backdrop-contrib/eu_cookie_compliance/issues please?
Have you considered using the alternative module called GDPR Cookies?
Tronico I am not seeing this problem on a test installation. Is it version 1.x-2.26.0 that you have installed? If so, please tell me more about the configuration settings you tried to save, preferably in the module's issue list referenced above.
I have already seen where the problem is, it is in the form of the option for mobile phone, which by default is hidden, the editor is opened and sealed, then I close it and it no longer gives error.
I will try it on a new installation to see if it gives me the same error.
Thank you.
In a new installation it does not give editor error since by defector all forms take an editor. But on my site that comes from a migration of Drupal 7 if that gives me the error, I will do more tests when I migrate another site.
Regards..