Hi, so I open a new thread for this problem:
enfold/includes/helper-privacy.php! I noticed that it is mainly visible when you are logged into the backend. If you delete the Cache and go to the website again, everything is okay.
Kriesi – Can you take a look at the mistake? I am currently working with more open browsers for a better workflow …
Thank you!
Hey beyond-flora,
Please go to cpanel or FTP then edit wp-config.php file.
Find this code:
define( 'WP_DEBUG', true );
replace it with:
define( 'WP_DEBUG', false );
If you can’t find that code, then just find:
/* That's all, stop editing! Happy blogging. */
above it place this code:
define( 'WP_DEBUG', false );
Best regards,
Nikko
Hi Nikko,
thanks for you reply!
But, sorry – that’s not the fault. In the config.php the value is already set to “false” …
I saved the file again, but the error is still there.
Best regards,
Daniela
Hi,
I logged into your dashboard however I do not see such notice. Does it show up on a certain screen?
Best regards,
Yigit
Hello Yigit!
It seems like the error message only appears in the Chrome browser. I have attached a scene shot (see private post).
Best regards,
Daniela
Hi beyond-flora,
Several users were able to solve the issue by updating php to php7.4. Please try updating php and see if the issue gets resolved.
Best regards,
Victoria