• 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://ww.wp.xz.cn/extend/plugins/pingdom-status/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Pingdom

    (@pingdom)

    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

    (@fpoller)

    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

    (@pingdom)

    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://ww.wp.xz.cn/extend/plugins/pingdom-status/.

    Thread Starter fpoller

    (@fpoller)

    Great!

    One more thing. The “Go back to all services” link points to the blog front page, not the current page.

    Plugin Author Pingdom

    (@pingdom)

    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

    (@fpoller)

    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.