Title: Kalian's Replies | WordPress.org

---

# Kalian

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Upload Dir] Version 3.4.3 has broken post info on every page (homepage/category/archive)](https://wordpress.org/support/topic/version-343-has-broken-post-info-on-every-page-homepagecategoryarchive/)
 *  [Kalian](https://wordpress.org/support/users/kalian/)
 * (@kalian)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/version-343-has-broken-post-info-on-every-page-homepagecategoryarchive/#post-6454316)
 * The same problem with 3.4.3. Incorrect determine of post ID.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Login/Logout v4.02](https://wordpress.org/support/topic/loginlogout-v402/)
 *  [Kalian](https://wordpress.org/support/users/kalian/)
 * (@kalian)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/loginlogout-v402/#post-4744502)
 * The same problem!
    No any rules in .htaccess with my Login Slug. Maybe this is
   the reason
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] [Plugin: Yet Another Related Posts Plugin] A warning message after updating to 3.5.1](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-a-warning-message-after-updating-to-351/)
 *  [Kalian](https://wordpress.org/support/users/kalian/)
 * (@kalian)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-a-warning-message-after-updating-to-351/#post-2625960)
 * Change the code on line 169
 *     ```
       foreach ( $weight['tax'] as $tax => $weight ) {
       			$newsql .= " + " . $this->tax_criteria($reference_ID, $tax) . " * " . intval($weight);
       		}
       ```
   
 * by this code:
 *     ```
       foreach ( (array) $weight['tax'] as $tax => $weight ) {
       			$newsql .= " + " . $this->tax_criteria($reference_ID, $tax) . " * " . intval($weight);
       		}
       ```
   
 * Now warning message dissapear.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] [Plugin: Yet Another Related Posts Plugin] A warning message after updating to 3.5.1](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-a-warning-message-after-updating-to-351/)
 *  [Kalian](https://wordpress.org/support/users/kalian/)
 * (@kalian)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-a-warning-message-after-updating-to-351/#post-2625816)
 * I have the same problem.

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