Title: salubrio's Replies | WordPress.org

---

# salubrio

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disqus Comment System] Trying to get property of non-object disqus.php on line 656](https://wordpress.org/support/topic/trying-to-get-property-of-non-object-disqusphp-on-line-656/)
 *  Thread Starter [salubrio](https://wordpress.org/support/users/salubrio/)
 * (@salubrio)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/trying-to-get-property-of-non-object-disqusphp-on-line-656/#post-3427037)
 * [@workingclasshero](https://wordpress.org/support/users/workingclasshero/) – 
   Check if there’s an update to the Disqus plugin; maybe that fixes it.
 * If not, apply my fix above and the error will go away — understand there might
   be unintended consequences, though!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disqus Comment System] Trying to get property of non-object disqus.php on line 656](https://wordpress.org/support/topic/trying-to-get-property-of-non-object-disqusphp-on-line-656/)
 *  Thread Starter [salubrio](https://wordpress.org/support/users/salubrio/)
 * (@salubrio)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/trying-to-get-property-of-non-object-disqusphp-on-line-656/#post-3427036)
 * [@tpjaveton](https://wordpress.org/support/users/tpjaveton/)
 * Look at line 1078 of capabilities.php.
 * My guess is that line contains a function that is being passed an unset variable;
   you can try checking to see if your variable is set and only calling the function
   on line 1078 if it is.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comprehensive Google Map Plugin] jquerey error after wordpress 3.6 update](https://wordpress.org/support/topic/jquerey-error-after-wordpress-36-update/)
 *  [salubrio](https://wordpress.org/support/users/salubrio/)
 * (@salubrio)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/jquerey-error-after-wordpress-36-update/page/6/#post-3984934)
 * This is an **important lesson** for any would-be plugin developers.
 * DO NOT try to monkey patch data into a format for which it not suited.
 * The current (as of this post) version of jQuery is 1.10.2
 * The author of this plugin thought he would be slick and convert it to a float
   to do comparison. “1.10.2” is NOT a float; it is a string.
 * A better way to do it is
 * `var $foo = $.fn.jquery.split('.');`
 * Then `$foo` is an array of `["1", "10", "2"]`; this can be compared easily to
   the required minimum version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Your plugin as been an absolute NIGHTMARE](https://wordpress.org/support/topic/your-plugin-as-been-an-absolute-nightmare/)
 *  [salubrio](https://wordpress.org/support/users/salubrio/)
 * (@salubrio)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/your-plugin-as-been-an-absolute-nightmare/#post-3468154)
 * Unlikely. If you have been “trying to remove the plugins” [sic] and can’t, then
   you’re doing it wrong or your WP installation is broken.
 * The process of manually removing a plugin is trivial.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Undefine variable iwp_action in WPBS V3.4.7](https://wordpress.org/support/topic/undefine-variable-iwp_action-in-wpbs-v347/)
 *  [salubrio](https://wordpress.org/support/users/salubrio/)
 * (@salubrio)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/undefine-variable-iwp_action-in-wpbs-v347/#post-3407375)
 * [@joolee](https://wordpress.org/support/users/joolee/), was the change you made
   only to line 22?
 * **Original:**
 * `if ( $iwp_action ) {`
 * **Change:**
 * `if ( isset( $iwp_action ) ) {`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Add New Plugin-No Plugins Match Your Request!!!](https://wordpress.org/support/topic/add-new-plugin-no-plugins-match-your-request/)
 *  [salubrio](https://wordpress.org/support/users/salubrio/)
 * (@salubrio)
 * [14 years ago](https://wordpress.org/support/topic/add-new-plugin-no-plugins-match-your-request/page/2/#post-2724264)
 * **Please don’t post “me too” comments** if you have nothing to add on the problem
   or the solution – it can end up burying the resolution.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [api.wordpress.org plugin info no php output anymore?](https://wordpress.org/support/topic/apiwordpressorg-plugin-info-no-php-output-anymore/)
 *  [salubrio](https://wordpress.org/support/users/salubrio/)
 * (@salubrio)
 * [14 years ago](https://wordpress.org/support/topic/apiwordpressorg-plugin-info-no-php-output-anymore/#post-2710196)
 * Would this explain why, when searching for plugins within a standalone WordPress
   installation, no results are returned?

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