avr4you
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New wordpress installation: This content is blocked. Contact your …Oh sorry, i have tested with different wordpress versions and at least no one has worked (6.2 / 6.3 / 6.4 ) and then i have removed the installation.
There are no plugins enabled. Its the plain installation from www.ads-software.com
I think i will try it tomorrow. Thanks for your help.
Earlier i installed the free Elementor Plugin and editing of pages were possible. It seems that only the default block editor (Gutenberg?) does not work.- This reply was modified 1 year, 3 months ago by avr4you.
Forum: Fixing WordPress
In reply to: New wordpress installation: This content is blocked. Contact your …I checked the other websites which are running on the server with the same nginx and they are running wordpress 6.2.1
And here the editor works as expected.
I also checked for any CSP but found nothing.
At the end i’m stuck.Forum: Fixing WordPress
In reply to: New wordpress installation: This content is blocked. Contact your …Just googled around and your are right. But i don’t know why my webserver is setting this CSP.
But i think i have a starting point to investigate.
Its weird that Firefox ignores that and i can work with the editor.Forum: Fixing WordPress
In reply to: New wordpress installation: This content is blocked. Contact your …I just looked over the source of the content which produces the error and i found some https:// links:
<svg xmlns=\”http:\/\/www.w3.org\/2000\/svg\” viewBox=\”0 0 0 0\” width=\”0\” height=\”0\”
And some of this https:// :
Type”:”integer”,”required”:false}}}],”schema”:{“$schema”:”http:\/\/json-schema.org\/draft-04\/schema#”,”title”:”settings”,”type”:”object”,”properties”:{“title”:{“type”:”string”,”descri….Forum: Fixing WordPress
In reply to: New wordpress installation: This content is blocked. Contact your …Thanks for you hint. I have checked it and get this error:
Refused to frame ‘blob:https://www.elitegriller.de/d1977a21-62a8-41f8-96f7-69e18e973342’ because it violates the following Content Security Policy directive: “default-src https: data:”. Note that ‘frame-src’ was not explicitly set, so ‘default-src’ is used as a fallback.
Another error is:block-editor.min.js?ver=f0bb1e364b792257eb17:26 Uncaught TypeError: Cannot destructure property ‘documentElement’ of ‘o’ as it is null.
at HTMLIFrameElement.o (block-editor.min.js?ver=f0bb1e364b792257eb17:26:226112)Perhaps this error occurs because of the starting one.
That seems non https data should be loaded. But where?Forum: Fixing WordPress
In reply to: WordPress sets UTC to localtime on one serverThe only way two WP installations could show different times, given the same timezone setting, is if time() is returning different values, or something only on one site has hooked into the ‘date_i18n’ filter and is altering the returned value.
You are right. I have checked the output from my little PHP Script and the output of the time() function shows the wrong time on one server.
The date_default_timezone_get() function shows UTC on both server.
So the behaviour of WordPress is correct but unfortunely i am stucked with this problem, because the server and php configuration seems the same.
Anyway thanks for the help ??Forum: Fixing WordPress
In reply to: WordPress sets UTC to localtime on one serverI want to be sure I understand what you are saying correctly. In general settings, you’ve selected Berlin for the timezone city and the UTC time is shown as UTC+2 hours and the local time listed after this is 2 hours into the future?
Exact ??
Forum: Fixing WordPress
In reply to: WordPress sets UTC to localtime on one serverThanks guys, i will check this asap and then return back ??