Unable to Change from Child- to Parent-Theme

Posted in: Newsmag
Post count: 55

I have the problem that I can not switch from the child theme to the parent theme. If I want to enable the parent theme, I get the following message

Are you sure you want to do this?

Please try again.

Moving to other themes works fine

Post count: 23312

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!

Post count: 55

I have tracked the steps, unfortunately without success.

If I want to switch from the child theme to the parent theme, they will continue to ask if I want to do that.

When I switch to the 2017 Theme, there are no problems

Post count: 55

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

https://www.screencast.com/t/lO9stWVN1OUr

Post count: 23312

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!

Post count: 55

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

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newsmag’ is closed to new topics and replies.