Title: Timestamp error but not in Source Code?
Last modified: August 20, 2016

---

# Timestamp error but not in Source Code?

 *  Resolved [JDanswers](https://wordpress.org/support/users/jdanswers/)
 * (@jdanswers)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/timestamp-error-but-not-in-source-code/)
 * Fetching first copy of [http://acai-nofatnodiet.jdanswers.com/](http://acai-nofatnodiet.jdanswers.com/):
   FAILED
 * Fetching second copy of [http://acai-nofatnodiet.jdanswers.com/](http://acai-nofatnodiet.jdanswers.com/):
   FAILED
 * One or more page requests failed:
 * The pages do not match! Timestamps differ or were not found!
 * But, when I check page source code, the timestamps match exactly. What’s the 
   fix for this? I did what the suggestions are in the control panel. Debug, by 
   the way, shows only scrambled characters in the file that is created in my hosting
   account so I can’t debug it to find out what’s causing this to happen.
 * Thanks
 * [http://wordpress.org/extend/plugins/wp-super-cache/](http://wordpress.org/extend/plugins/wp-super-cache/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [skonsult](https://wordpress.org/support/users/skonsult/)
 * (@skonsult)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/timestamp-error-but-not-in-source-code/#post-3182486)
 * Check your theme folder, functions.php and look for ob_start.
 * I had the same problem with this cache plugin before I removed this from my theme:
 *     ```
       function wp_http_compression() {
       if (stripos($uri, '/js/tinymce') !== false)
       return false;
       if (ini_get('output_handler') == 'ob_gzhandler')
       return false;
       if (extension_loaded('zlib'))
       if(!ob_start("ob_gzhandler")) ob_start();
       }
       add_action('init', 'wp_http_compression');
       ```
   
 * It could also be a plugin that add some kind of compression to your site.
 *  Thread Starter [JDanswers](https://wordpress.org/support/users/jdanswers/)
 * (@jdanswers)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/timestamp-error-but-not-in-source-code/#post-3182487)
 * Thanks for the reply but I gave up in frustration and switched to Hypercache 
   plugin which is waaaay simpler to set up and less buggy. It is doing the job 
   nicely. I only had to do a small edit to wp-config because of entries made by
   W3 Cache.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Timestamp error but not in Source Code?’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [JDanswers](https://wordpress.org/support/users/jdanswers/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/timestamp-error-but-not-in-source-code/#post-3182487)
 * Status: resolved