The customizer isn’t working since I updated to 4.7. I tried reinstall manually, I tried disabeling all plugins, I tried changing the theme (twentyseventeen, twentysixteen), I even deleted the complete database and installed form scratch.
By the way, not only the customizer isn’t working, also the media library isn’t working since the update: link
I checked permissions and it seems good. I can change themes, (un)install plugins, ftp to the root directory, create
See this thread on the Jetpack support forum.
Now when I activate adblock notify lite, I lose the ability to access my admin panel.
Is Freemius new? What is it, exactly? Seems to be the source of the problem:
The error message is:
PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 491520 bytes) in /public_html/[my site]/wp-content/plugins/adblock-notify-by-bweb/vendor/freemius/includes/i18n.php on line 293″
/Inkan
]]>We host a large number of WordPress websites.
Since the update to WordPress version 4.7 no automatic paragraphs, breaks etc. are added.
Basically, all text is ‘glued’ together.
In the editor all text shows up fine, but when previewing the page, no <p>, <br /> etc. are added.
My first guess is that wpautop is somehow not added to the the_content() function.
As a test I tried echoing the content using:
$content = get_the_content();
$content = apply_filters( ‘the_content’, $content );
echo wpautop( $content );
Then, the paragraphs are added correctly.
Is this a new / know bug / problem?
Thanks for your swift reply.
With kind regards,
Birger