$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>user interface - 4.9.8 fr Weird behaviour, no media, many buttons unresponsive,|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

user interface - 4.9.8 fr Weird behaviour, no media, many buttons unresponsive,

matteradmin13PV0评论

Since a few days, I have incredible problems with a one WP blog. Long story short, a few examples: the media shows an empty page, but I can upload files, albeit with a strange interface, like old-style, and images are indeed uploaded.

In the pages/posts edit interface, I can't switch between visual and text, and I can't do anything with images - the buttons are like dead. If I make some changes in a post or page and switch to another page, WP doesn't reminds me to save my works, as if I haven't done anything. In the plugins' list, I can't select all extensions, I click the checkbox above the list and nothing happens. Everything is up-to-date.

So far, I have (unsuccessfully) tried to disable all plugins and my theme, up the memory to 256M, up the php from 7.0 to 7.2 and made a complete manual update via FTP (twice!).

It is on a dedicated server, with half a dozen other such WP blogs that don't show any problem.

Any clue?

Since a few days, I have incredible problems with a one WP blog. Long story short, a few examples: the media shows an empty page, but I can upload files, albeit with a strange interface, like old-style, and images are indeed uploaded.

In the pages/posts edit interface, I can't switch between visual and text, and I can't do anything with images - the buttons are like dead. If I make some changes in a post or page and switch to another page, WP doesn't reminds me to save my works, as if I haven't done anything. In the plugins' list, I can't select all extensions, I click the checkbox above the list and nothing happens. Everything is up-to-date.

So far, I have (unsuccessfully) tried to disable all plugins and my theme, up the memory to 256M, up the php from 7.0 to 7.2 and made a complete manual update via FTP (twice!).

It is on a dedicated server, with half a dozen other such WP blogs that don't show any problem.

Any clue?

Share Improve this question edited Nov 2, 2018 at 9:38 Johansson 15.4k11 gold badges44 silver badges80 bronze badges asked Nov 1, 2018 at 18:05 ajmchajmch 1
Add a comment  | 

1 Answer 1

Reset to default 0

Found it!

In the console, Chrome gave me an error related to MacAfee (sorry, I lost it, I copied on Wordpress' forum but I cleared the caches before sending it, and their system then flushed my message and asked me to reloggin).

Anyway, it was about a Query String and I remembered that I had a configuration about that on the CDN (StackPath), that is, to ignore them. I changed that, cleared the browsers’ caches and the problem on the blog disappeared. In a nutshell.

Problem solved!

Post a comment

comment list (0)

  1. No comments so far