Title: fpoller's Replies | WordPress.org

---

# fpoller

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Private WP suite] [Plugin: Private WP suite] PDF files don't work (solution included)](https://wordpress.org/support/topic/plugin-private-wp-suite-pdf-files-dont-work-solution-included/)
 *  Plugin Author [fpoller](https://wordpress.org/support/users/fpoller/)
 * (@fpoller)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-private-wp-suite-pdf-files-dont-work-solution-included/#post-1816475)
 * Hi,
 * Sorry for the late reply (and the embarrassing error).
 * I’ve released a new version, should be available shortly
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pingdom Status] [Plugin: Pingdom Status] Problems using plugin](https://wordpress.org/support/topic/plugin-pingdom-status-problems-using-plugin/)
 *  Thread Starter [fpoller](https://wordpress.org/support/users/fpoller/)
 * (@fpoller)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-pingdom-status-problems-using-plugin/#post-1642872)
 * Parmalink settings: /%year%/%monthnum%/%postname%/
 * The link points to ?page_id=0. 0 is for some reason returned by $wp_query->query_vars[“
   page_id”]
 * The following seems to be working better, for me at least.
 * $overview_link = get_permalink($wp_query->post->ID);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pingdom Status] [Plugin: Pingdom Status] Problems using plugin](https://wordpress.org/support/topic/plugin-pingdom-status-problems-using-plugin/)
 *  Thread Starter [fpoller](https://wordpress.org/support/users/fpoller/)
 * (@fpoller)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-pingdom-status-problems-using-plugin/#post-1642836)
 * Great!
 * One more thing. The “Go back to all services” link points to the blog front page,
   not the current page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pingdom Status] [Plugin: Pingdom Status] Problems using plugin](https://wordpress.org/support/topic/plugin-pingdom-status-problems-using-plugin/)
 *  Thread Starter [fpoller](https://wordpress.org/support/users/fpoller/)
 * (@fpoller)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-pingdom-status-problems-using-plugin/#post-1642767)
 * Thanks for a quick fix, this solved issue #1 and #2.
 * Issue #3 was because the PDO mysql driver was required, with that installed the
   error went away.
 * A new issue did however reveal itself; the template files uses short open tags
   as well.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: Private WP suite] Not working](https://wordpress.org/support/topic/plugin-private-wp-suite-not-working/)
 *  [fpoller](https://wordpress.org/support/users/fpoller/)
 * (@fpoller)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-private-wp-suite-not-working/#post-1492363)
 * When protecting uploaded files, the php script reads the file on request and 
   serves it if the user is either logged in or exempt.
 * The problem could be that memory_limit needs to be increased for PHP. Or that
   the wp_check_filetype function doesn’t find the mime type for the file.
 * It could also be that ob_clean() or flush() is outputting some error, that corrupts
   the file. Try adding error_reporting(0); before that.

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