$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'); ?>Wordpress Not updating - No Cache Plugins, Admin sees updates|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)

Wordpress Not updating - No Cache Plugins, Admin sees updates

matteradmin8PV0评论

I have no cache plugins active, I have put CloudFlare in development mode and also tried pausing it. None of these work. Somehow there is something cached on Wordpress side and it does not show the updated site for regular visitors.

When I am logged in as admin, I can see the new updates like new comments replies, or any site changes. But, when I visit as a normal user, I do not see them. Also, one strange thing is that the changes get applied after sometime like few hours or so. I have no idea, whats going on. So, weird. I have the most latest Wordpress 4.9.8.

Please help,

I have no cache plugins active, I have put CloudFlare in development mode and also tried pausing it. None of these work. Somehow there is something cached on Wordpress side and it does not show the updated site for regular visitors.

When I am logged in as admin, I can see the new updates like new comments replies, or any site changes. But, when I visit as a normal user, I do not see them. Also, one strange thing is that the changes get applied after sometime like few hours or so. I have no idea, whats going on. So, weird. I have the most latest Wordpress 4.9.8.

Please help,

Share Improve this question edited Oct 17, 2018 at 11:58 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Oct 17, 2018 at 11:50 KumarKumar 1 3
  • how did you installed the wordpress? manually or with some third party application? – user145078 Commented Oct 17, 2018 at 12:37
  • it was automatic in cPanel. – Kumar Commented Oct 18, 2018 at 2:34
  • check for MU plugins – user145078 Commented Oct 18, 2018 at 7:54
Add a comment  | 

1 Answer 1

Reset to default 0

We solved the issue. One of our advertising vendor enabled caching on their end as we gave them Cloudflare access for the platform. So, please double check with all your vendors on caching. It is not a technical issue with Wordpress.

Post a comment

comment list (0)

  1. No comments so far