tecnoderecho
Forum Replies Created
-
Thanks @cryptex_vinci
Thanks for your support and knowledge, that was the key! and for the fast reply!
Approval solved, wellcome emails solveds and redirection also!😀
up!
Forum: Plugins
In reply to: [GDPR] MultisiteHi Fernando,
Yes, it was a clear wp with default template.
And on the WP registration form just dont show the checks.
But with a single worpress does.Thanks!
Forum: Fixing WordPress
In reply to: No update core button or new pluginok… i answer myself.
There are diferent options if you dont see the updates buttons, new plugins, etc:
– you are not an administrator
– it is a multisite installation and your user is not allow to do that.
– its wordpress.com (thats what i read)
– you need php memory (more things that i read, but i have no sense for me…)
– you have blocked the file edit and file mods in the config file
`define(‘DISALLOW_FILE_EDIT’, true);
define(‘DISALLOW_FILE_MODS’,true);`The last one was my case, commented those lines, and works.
Regards