Title: sam_a's Replies | WordPress.org

---

# sam_a

  [  ](https://wordpress.org/support/users/sam_a/)

 *   [Profile](https://wordpress.org/support/users/sam_a/)
 *   [Topics Started](https://wordpress.org/support/users/sam_a/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sam_a/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sam_a/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sam_a/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sam_a/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sam_a/favorites/)

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/sam_a/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/sam_a/replies/page/3/?output_format=md) …
[8](https://wordpress.org/support/users/sam_a/replies/page/8/?output_format=md) 
[9](https://wordpress.org/support/users/sam_a/replies/page/9/?output_format=md) 
[10](https://wordpress.org/support/users/sam_a/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/sam_a/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexi Pages Widget] Incorrectly listing all pages](https://wordpress.org/support/topic/incorrectly-listing-all-pages/)
 *  Thread Starter [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/incorrectly-listing-all-pages/#post-6226882)
 * Thanks. Did that change recently?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Remove Export Listed Events](https://wordpress.org/support/topic/remove-export-listed-events/)
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-export-listed-events/#post-5275425)
 *     ```
       .tribe-events-ical { display: none !important; }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["Failed to delete buffer zlib output compression" warning](https://wordpress.org/support/topic/failed-to-delete-buffer-zlib-output-compression-warning/)
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [12 years ago](https://wordpress.org/support/topic/failed-to-delete-buffer-zlib-output-compression-warning/#post-4575527)
 * wp_ob_end_flush_all() can cause this when output compression is on: [wp_ob_end_flush_all() hangs the output buffering, during plugin update/install](https://core.trac.wordpress.org/ticket/18525);
   [zlib.output_compression “on” in server conflicts with autoupdate](https://core.trac.wordpress.org/ticket/18239)
 * The notice itself doesn’t necessarily signal a problem, but if it’s getting printed
   in AJAX responses it will break them. Use your browser’s dev tools to look for
   bad responses if you see things like image import failing.
 * Try adding to your wp-config ([http://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging](http://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging)):
 * > `ini_set('display_errors', false);`
 * You can disable output compression, but it’s a good feature, not a server misconfiguration.
 * Hopefully WordPress will fix wp_ob_end_flush_all().
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Lots of errors after setting up wp-config.php](https://wordpress.org/support/topic/lots-of-errors-after-setting-up-wp-configphp/)
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/lots-of-errors-after-setting-up-wp-configphp/#post-4333383)
 * [WordPress won’t support MySQL strict mode](https://core.trac.wordpress.org/ticket/8857)
   but 3.9 will “fix” this by [disabling NO_ZERO_DATE, ONLY_FULL_GROUP_BY, STRICT_TRANS_TABLES, STRICT_ALL_TABLES, TRADITIONAL modes](https://core.trac.wordpress.org/changeset/27072).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Twitter Feed Integration] "Secret" fields should be masked](https://wordpress.org/support/topic/secret-fields-should-be-masked/)
 *  Thread Starter [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/secret-fields-should-be-masked/#post-4121779)
 * I see it’s in [0.3](http://wordpress.org/plugins/advanced-twitter-feed-integration/changelog/)
   now, thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms + Custom Post Types] Cant edit fields](https://wordpress.org/support/topic/cant-edit-fields-1/)
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-fields-1/#post-4120551)
 * Thanks wycks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Fields] Fatal error: Call to undefined function wp_cache_incr() :(](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_cache_incr/)
 *  Thread Starter [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_cache_incr/#post-4118684)
 * I think I fixed it…
 * I deleted `wp-content/advanced-cache.php`, created by an earlier version of W3
   Total Cache (the plugin was inactive though).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Fields] Undefined function wp_cache_incr()](https://wordpress.org/support/topic/undefined-function-wp_cache_incr/)
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/undefined-function-wp_cache_incr/#post-3954083)
 * I just got this error in WP 3.6 somehow… then it went away. Weird.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [wp_get_attachment_image_attributes filter not working](https://wordpress.org/support/topic/wp_get_attachment_image_attributes-filter-not-working/)
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wp_get_attachment_image_attributes-filter-not-working/#post-2935000)
 * I think images inserted into posts are handled differently; maybe try the `image_send_to_editor`
   filter in [get_image_send_to_editor()](http://queryposts.com/function/get_image_send_to_editor/).
 * [wp_get_attachment_image()](http://wordpress.org/support/topic/wp_get_attachment_image)
   is used for Featured Images and other images output in templates.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [New error notice for WP_Post::$ancestors in 3.5](https://wordpress.org/support/topic/new-error-notice-for-wp_postancestors-in-35/)
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [13 years ago](https://wordpress.org/support/topic/new-error-notice-for-wp_postancestors-in-35/#post-3283806)
 * “Post objects are now instances of a WP_Post class” since [http://codex.wordpress.org/Version_3.5](http://codex.wordpress.org/Version_3.5).
   They used to be just standard objects.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Installing on NearlyFreeSpeech:Installation for Absolute Beginners](https://wordpress.org/support/topic/installing-on-nearlyfreespeechinstallation-for-1st-graders/)
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/installing-on-nearlyfreespeechinstallation-for-1st-graders/#post-3133273)
 * I think nearlyfreespeech.net is Unix-based ([“designed for people who are comfortable with Unix-based web hosting”](https://www.nearlyfreespeech.net/about/faq#Easy)).
 * Try
    - [http://faq.nearlyfreespeech.net/section/nbspgettingstarted/installwordpress](http://faq.nearlyfreespeech.net/section/nbspgettingstarted/installwordpress)
    - [http://www.jamosmith.com/installing-wordpress-at-nearly-free-speech/](http://www.jamosmith.com/installing-wordpress-at-nearly-free-speech/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] problem loading plugins](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-problem-loading-plugins/)
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-problem-loading-plugins/#post-2807682)
 * Thanks, Nathan.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] problem loading plugins](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-problem-loading-plugins/)
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-problem-loading-plugins/#post-2807652)
 * I get these errors too (on activation and every pageview thereafter).
 * I think it’s the same problem described in [[resolved] HTTPS update broke my site](http://wordpress.org/support/topic/plugin-wordpress-https-ssl-https-update-broke-my-site?replies=37)(
   not actually “resolved” yet)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] HTTPS update broke my site](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-https-update-broke-my-site/)
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-https-update-broke-my-site/page/3/#post-2689830)
 * I tried downgrading to plugin 2.0.4 but got (in WordPress 3.3.2)
 * > Catchable fatal error: Object of class __PHP_Incomplete_Class could not be 
   > converted to string in […]/wordpress-https/wordpress-https.php on line 187
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] HTTPS update broke my site](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-https-update-broke-my-site/)
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-https-update-broke-my-site/page/3/#post-2689829)
 * I’m seeing similar errors right after activating the plugin.
 * Mvied, have you tried using `plugin_basename( __FILE__ )` instead of setting 
   include_path?
 *     ```
       WARNING: wp-content/plugins/wordpress-https/wordpress-https.php:37 - include(Jetpack.php) [function.include]: failed to open stream: No such file or directory
       WARNING: wp-content/plugins/wordpress-https/wordpress-https.php:37 - include() [function.include]: Failed opening 'Jetpack.php' for inclusion (include_path='.:/usr/local/php-5.3.13/share/pear:/home/example.com/html/wp-content/plugins/wordpress-https:/home/example.com/html/wp-content/plugins/wordpress-https/lib')
       […]
       ```
   

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

1 [2](https://wordpress.org/support/users/sam_a/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/sam_a/replies/page/3/?output_format=md) …
[8](https://wordpress.org/support/users/sam_a/replies/page/8/?output_format=md) 
[9](https://wordpress.org/support/users/sam_a/replies/page/9/?output_format=md) 
[10](https://wordpress.org/support/users/sam_a/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/sam_a/replies/page/2/?output_format=md)