Title: [Plugin: Pingdom Status] Problems using plugin
Last modified: August 19, 2016

---

# [Plugin: Pingdom Status] Problems using plugin

 *  [fpoller](https://wordpress.org/support/users/fpoller/)
 * (@fpoller)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-pingdom-status-problems-using-plugin/)
 * 1. On line 1056 there’s a short open tag.
 * 2. The plugin tries to include files located in the plugin folder PingdomStatus,
   but the folder is named pingdom-status when installed via the plugin browser.
 * 3. With the above errors fixed, the following error is displayed when visiting
   the settings pages:
 * Fatal error: Uncaught exception ‘Doctrine_Connection_Exception’ with message ‘
   Couldn’t locate driver named mysql’ in /usr/local/www/poller.se/wp-content/plugins/
   PingdomStatus/php/doctrine/Doctrine/Connection.php:486 Stack trace: #0 /usr/local/
   www/poller.se/wp-content/plugins/PingdomStatus/php/doctrine/Doctrine/Connection/
   Mysql.php(101): Doctrine_Connection->connect() #1 /usr/local/www/poller.se/wp-
   content/plugins/PingdomStatus/php/doctrine/Doctrine/Connection.php(1001): Doctrine_Connection_Mysql-
   >connect() #2 /usr/local/www/poller.se/wp-content/plugins/PingdomStatus/php/doctrine/
   Doctrine/Query/Abstract.php(976): Doctrine_Connection->execute(‘SELECT p.id AS…’,
   Array) #3 /usr/local/www/poller.se/wp-content/plugins/PingdomStatus/php/doctrine/
   Doctrine/Query/Abstract.php(1026): Doctrine_Query_Abstract->_execute(Array) #
   4 /usr/local/www/poller.se/wp-content/plugins/PingdomStatus/php/doctrine/Doctrine/
   Table.php(1641): Doctrine_Query_Abstract->execute(Array, NULL) #5 /usr/local/
   www/poller.se/wp-content/plugins/PingdomStatus/ph in /usr/local/www/poller.se/
   wp-content/plugins/PingdomStatus/php/doctrine/Doctrine/Connection.php on line
   486
 * This server runs PHP 5.2.12 (with both mysql and mysqli support) using FastCGI
   with a Nginx front. Let me know if you need any more information.
 * [http://wordpress.org/extend/plugins/pingdom-status/](http://wordpress.org/extend/plugins/pingdom-status/)

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

 *  Plugin Author [Pingdom](https://wordpress.org/support/users/pingdom/)
 * (@pingdom)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-pingdom-status-problems-using-plugin/#post-1642752)
 * Thank you for reporting the issue.
 * We’ve uploaded a version 1.1.1 to WordPress now that properly supports auto-install.
   It should fix the issues you’re having.
 * If you run into any problems, please remove the old install before you install
   the new one.
 *  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.
 *  Plugin Author [Pingdom](https://wordpress.org/support/users/pingdom/)
 * (@pingdom)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-pingdom-status-problems-using-plugin/#post-1642832)
 * We have changed our usage of “<?=” to “<?php echo” in all template files in order
   to support people who have short_opentag turned off.
 * Along with some other very minor changes, this change is present in version 1.1.2
   and available through the automatic upgrade or by downloading it from [http://wordpress.org/extend/plugins/pingdom-status/](http://wordpress.org/extend/plugins/pingdom-status/).
 *  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.
 *  Plugin Author [Pingdom](https://wordpress.org/support/users/pingdom/)
 * (@pingdom)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-pingdom-status-problems-using-plugin/#post-1642847)
 * Interesting, care to share your permalink settings? so that I can try to recreate
   your problem.
 * For you theres an extremely simple solution you can do, just edit the corresponding
   anchor href in report.php by either using Edit Templates or editing the file.
 * Thanks for your feedback.
 *  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);

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

The topic ‘[Plugin: Pingdom Status] Problems using plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/pingdom-status.svg)
 * [Pingdom Status](https://wordpress.org/plugins/pingdom-status/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pingdom-status/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pingdom-status/)
 * [Active Topics](https://wordpress.org/support/plugin/pingdom-status/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pingdom-status/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pingdom-status/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [fpoller](https://wordpress.org/support/users/fpoller/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-pingdom-status-problems-using-plugin/#post-1642872)
 * Status: not resolved