Hello Marcus_S,
Try to fix the problem after reading this topic here -> http://www.wpbeginner.com/wp-tutorials/how-to-fix-are-you-sure-you-want-to-do-this-error-in-wordpress/ Also, check your system status parameters to be increased according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/
Thanks for your understanding!
Can the problem be a reason why I can not deactivate the BOTTOM ARTICLE LIKE function in the theme panel in the ‘Post Settings’ menu under Sharing?
When trying to save the power off, only the following screen with the rotating squares appears
Hello Marcus_S,
Check the system status parameters to be increased according to our documentation here -> https://forum.tagdiv.com/newsmag-install-via-ftp/ The PHP memory has exhausted and that’s why you cannot save anything.
Thanks for the message!
Hello Catalin,
Thanks for your Help.
But i believe that i have found the Error:
function kleingeschriebeneURL () {
if (preg_match('/[A-Z]/', $_SERVER['REQUEST_URI'])) {
header('Location: ' . strtolower($_SERVER['REQUEST_URI']), TRUE, 301);
exit();
}
}
add_action('init', 'kleingeschriebeneURL');
The code is supposed to enforce lowercase url, and that will probably create an error