Title: Problem with new update
Last modified: March 27, 2019

---

# Problem with new update

 *  Anonymous User 15202994
 * (@anonymized-15202994)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/)
 * Hello makers of the W3 Total Cache Plugin,
 * After today’s update, my website didn’t work anymore. I didn’t see the menu’s
   and design but only text. After deactivating your plugin, the problem was solved.
   So something seems to go wrong with this update.
 * Kind regards,
 * Imke Wijnhorst
    Stichting Gezinsfundament
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-new-update-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/topic/problem-with-new-update-4/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/problem-with-new-update-4/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/problem-with-new-update-4/page/2/?output_format=md)

 *  Plugin Contributor [Marko Vasiljevic](https://wordpress.org/support/users/vmarko/)
 * (@vmarko)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11363111)
 * Hello,
 * Can you please re-enable the plugin, disable minify (if enabled) and purge all
   caches. see if the issue persist.
 *  [tjerkwilem](https://wordpress.org/support/users/tjerkwilem/)
 * (@tjerkwilem)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11363250)
 * Dear Marko,
 * We are also running into an issue, i am not sure if it’s update related however.
   In our case the blog -> edit.php and post-new.php pages show a white screen. 
   Other pages don’t have problems. Quite a lot of Uncaught ReferenceError: _ is
   not defined etc. Any thoughts?
 * Much appreciated
 * Kind regards,
    Tjerk
 *  [peter49133079](https://wordpress.org/support/users/peter49133079/)
 * (@peter49133079)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11364908)
 * My website has stopped functioning partly. I’m getting HTTP 500 error or Internal
   Server Error. The homepage is online but internal pages show the error message
   or photos are not loading. I cannot log in to the site. It started with wordfence
   giving me a warning that two plugin updates contained malware but warned that
   might be a false reading. I deleted the flagged file on the first plugin and 
   then the white screen came up. The plugin was W3 total cache. Can you help?
 *  [dallasprice](https://wordpress.org/support/users/dallasprice/)
 * (@dallasprice)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11365210)
 * Hi Peter. I’m not a dev for this plugin but, if you simply deleted files from
   an update then you’ve probably done yourself a disservice. You’ll have to ftp
   in and delete the plugin folder itself.
 *  [tjerkwilem](https://wordpress.org/support/users/tjerkwilem/)
 * (@tjerkwilem)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11365325)
 * [@vmarko](https://wordpress.org/support/users/vmarko/) Dear Marko, please ignore
   my previous reply. Problem has been solved and it was not W3 Total Cache Plugin
   related. In our case, if anyone has the same issue, it was the following code
   in the theme:
 * function defer_parsing_of_js ( $url ) {
    if ( FALSE === strpos( $url, ‘.js’ ))
   return $url; if ( strpos( $url, ‘jquery.js’ ) ) return $url; return “$url’ defer“;}
   add_filter( ‘clean_url’, ‘defer_parsing_of_js’, 11, 1 );
 *  Thread Starter Anonymous User 15202994
 * (@anonymized-15202994)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11365346)
 * Dear Marko (@vmarko),
 * Thanks for your response. After doing as you told (re-activation, dis-abeling
   minify and purge cache), the problem is gone. So thank you. But why does the 
   plugin have the minify function if it doesn’t work?
 * Kind regards,
 * Imke
 *  Plugin Contributor [Marko Vasiljevic](https://wordpress.org/support/users/vmarko/)
 * (@vmarko)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11365674)
 * Hello all and thanks for your updates.
 * [@peter49133079](https://wordpress.org/support/users/peter49133079/) Wordfence
   can sometimes give a false positive result on malware. Especially regarding W3
   Total Cache. W3 total cache does not contain malicious files and what Wordfence
   mostly refers to is contentGrabber.php which part of the code is required to 
   add dynamic content.
    If you know which file you have deleted you can replace
   it by downloading W3 Total Cache from [here](https://downloads.wordpress.org/plugin/w3-total-cache.0.9.7.3.zip)
   and simply copy the file via ftp to /wp-content/plugins/w3-total-cache. If you
   don’t know which file you have deleted, you need to manually remove W3 Total 
   Cache and re-install it. you can use this article [here](https://www.webnots.com/how-to-completely-delete-w3-total-cache-plugin/)
 *  [peter49133079](https://wordpress.org/support/users/peter49133079/)
 * (@peter49133079)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11365873)
 * Ok. Thank you. Problem solved. I took the advice of wordfence to delete the file
   without realizing that this would cause a problem.
    -  This reply was modified 7 years, 2 months ago by [peter49133079](https://wordpress.org/support/users/peter49133079/).
 *  [Kenika](https://wordpress.org/support/users/kenika/)
 * (@kenika)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11366124)
 * Hi there,
    my website also stopped working (blank pages only). I disabled the
   minify function and now it’s working again. But will there be a bug fix coming
   soon, so I can re-enable minify? Thanks in advance.
 * Edit:
    I don’t use Wordfence and didn’t delete anything. I just updated. I do
   use [All in One WP Security & Firewall](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/)
   alongside W3TC though – so far without any issues.
    -  This reply was modified 7 years, 2 months ago by [Kenika](https://wordpress.org/support/users/kenika/).
 *  Plugin Contributor [Marko Vasiljevic](https://wordpress.org/support/users/vmarko/)
 * (@vmarko)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11366638)
 * Hello [@kenika](https://wordpress.org/support/users/kenika/),
 * There is no known bug for us to fix. Is minify enabled on auto or manual? What
   settings do you have enabled in Performance>minify?
    Have you tried deleting 
   the /wp-content/cache/minify folder?
 *  [Kenika](https://wordpress.org/support/users/kenika/)
 * (@kenika)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11366880)
 * Thanks for your quick reply.
    It’s set on auto. I just deleted the /wp-content/
   cache/minify folder: didn’t solve the issue.
 * > What settings do you have enabled in Performance>minify?
 * Sorry, I just can’t find the “Performance” menu…?
 *  Plugin Contributor [Marko Vasiljevic](https://wordpress.org/support/users/vmarko/)
 * (@vmarko)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11366902)
 * Hello,
    It is in the toolbar on the left of your dashboard. See the attachment
   [https://i.imgur.com/Sco8VuQ.png](https://i.imgur.com/Sco8VuQ.png)
 *  [Kenika](https://wordpress.org/support/users/kenika/)
 * (@kenika)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11366929)
 * Ah, sure. Sorry, I renamed the Performance menu to “W3TC”. ^^
 * Settings that I activated:
    **General** – Rewrite URL structure – Minify error
   notification: Admin Notification **HTML & XML** – Enable – Inline CSS minif. –
   Inline JS minif. – Line break removal Ignored: – google_ad_ – RSPEAK_ **JS** –
   Enable (Non-blocking using “defer” before </head> and after <body> – Minify: 
   Preserved comment removal + Line break removal **CSS** – Enable – Preserved comment
   removal – Line break removal Process **Advanced** 21600 sec. 86400 sec. several
   pages at “never minify the following pages” one script at “never minify the following
   JS files” Include ext. files/libraries: [https://ajax.googleapis.com](https://ajax.googleapis.com)
 * That’s it. Gotta go to work now, but will reply asap. Thanks again!
    -  This reply was modified 7 years, 2 months ago by [Kenika](https://wordpress.org/support/users/kenika/).
    -  This reply was modified 7 years, 2 months ago by [Kenika](https://wordpress.org/support/users/kenika/).
 *  Plugin Contributor [Marko Vasiljevic](https://wordpress.org/support/users/vmarko/)
 * (@vmarko)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11367068)
 * Hello [@kenika](https://wordpress.org/support/users/kenika/),
 * Try to disable the settings one by one, HTML minify, JS and then CSS and see 
   which one is causing this.
 *  [Kenika](https://wordpress.org/support/users/kenika/)
 * (@kenika)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/#post-11370199)
 * Hi Marko,
    it’s HTML & XML minification that causes the problem. Any idea how
   I can fix this? Thank you very much!
    -  This reply was modified 7 years, 2 months ago by [Kenika](https://wordpress.org/support/users/kenika/).

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/topic/problem-with-new-update-4/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/problem-with-new-update-4/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/problem-with-new-update-4/page/2/?output_format=md)

The topic ‘Problem with new update’ is closed to new replies.

 * ![](https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806)
 * [W3 Total Cache](https://wordpress.org/plugins/w3-total-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/w3-total-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/w3-total-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/w3-total-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/w3-total-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/w3-total-cache/reviews/)

## Tags

 * [update](https://wordpress.org/support/topic-tag/update/)

 * 37 replies
 * 7 participants
 * Last reply from: [Kenika](https://wordpress.org/support/users/kenika/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-new-update-4/page/3/#post-11438573)
 * Status: not resolved