Please, check if you’re blocked the JavaScript in your browser…
No I don’t block it. I have the same problem with Firefox and Chrome…
Maybe it can help : if I click on “Don’t show this message again”, the access is denied…
Please, open the browser javascript console and reload the editor, appears some error message?
Thanks,
Carles.
Another user with the same issue, after activate PHP errors/warnings,
Find in wp-config.php (on root):
define(‘WP_DEBUG’, false);
and change to:
define(‘WP_DEBUG’, true);
If you see something like:
Fatal error: Allowed memory size of xxx bytes exhausted (tried to allocate 81 bytes) in /home/xxx/public_html/xxx/wp-includes/pomo/mo.php on line 235
Try to add to your wp-config.php:
define( ‘WP_MEMORY_LIMIT’, ’64M’ );
Read more about it here:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
I am not sure to understand “open the browser javascript console”… On Google Chrome ?
Im my chrome: Menu > Tools > JavaScript Console
Regards,
Carles.
I have this message :
“Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)”
The JS advice isn’t related… are you actived the WP_DEBUG?
Hi,
I have the same problem, wordpress version 3.9, theme: my style. Memory limi set to 64M. I use Safari and Javascript is allowed, how can I solve the problem?
Thanks in advance.
If I activate WP_DEBUG I have error message and bug on my website…
@lorenbm and @ehquionest: please, activate the WP_DEBUG, go to editor and tell me if it appears some message, I’m not seer…
Thanks,
Carles.
Ok I did what you said (activate WP_DEBUG): and have this message in the javascript console :
“Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)”
The WP_DEBUG should print PHP errors in the main browser window, not in the JS console… appears some PHP message?