>> But i cant create new page <<
When you try, what happens?
just blank page. Also i got this error from console chrome:
Failed to load resource: net::ERR_HTTP2_PING_FAILED editor-script-block.js:1
Failed to load resource: net::ERR_HTTP2_PING_FAILED post-new.php?post_type=page:1814
Uncaught TypeError: Cannot read property 'initializeEditor' of undefined
at HTMLDocument.<anonymous> (post-new.php?post_type=page:1814)
-
This reply was modified 5 years, 5 months ago by
emosidan.
Errors like this (blank page) are logged. Check the error log on your server. If you can’t find the log, please contact your host.
Meantime, enable wp_debug and wp_debug_log and after an error, look at wp-content/debug.log to see if anything gets logged there. https://wordpress.org/support/article/debugging-in-wordpress/
You can also try this: Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
Thanks for your solution, but after i use wp_debug and wp_debug_log how is this issue will be fixed?
The debug messages will give us a clue to that. Right now, all we know is that something is broken and no more.