Title: Chris's Replies | WordPress.org

---

# Chris

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to locate WordPress content directory (wp-content) when updating plugins](https://wordpress.org/support/topic/unable-to-locate-wordpress-content-directory-wp-content-when-updating-plugins/)
 *  Thread Starter [Chris](https://wordpress.org/support/users/chunt/)
 * (@chunt)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/unable-to-locate-wordpress-content-directory-wp-content-when-updating-plugins/#post-15171182)
 * I can access the site normally with an ftp client, and WordPress seems to connect
   ok too – if I change the setup to use the wrong password, I get a different error.
   It just can’t do anything once it’s connected.
 * Here’s what the dialog looks like: [https://imgur.com/a/or0Cnqz](https://imgur.com/a/or0Cnqz)
    -  This reply was modified 4 years, 5 months ago by [Chris](https://wordpress.org/support/users/chunt/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] “Plugin Update Available” shown when it isn’t](https://wordpress.org/support/topic/plugin-update-available-shown-when-it-isnt/)
 *  Thread Starter [Chris](https://wordpress.org/support/users/chunt/)
 * (@chunt)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/plugin-update-available-shown-when-it-isnt/#post-11201638)
 * The problem seems to have resolved itself. Not sure if it’s thanks to your full
   sync, or my having applied an actual update to a plugin that popped up with a
   new version this weekend, or just time passing. But now all my sites are showing
   up as up-to-date, so I’m happy.
 * Marking as fixed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] “Plugin Update Available” shown when it isn’t](https://wordpress.org/support/topic/plugin-update-available-shown-when-it-isnt/)
 *  Thread Starter [Chris](https://wordpress.org/support/users/chunt/)
 * (@chunt)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/plugin-update-available-shown-when-it-isnt/#post-11182162)
 * [http://www.hughtempleton.co.uk/](http://www.hughtempleton.co.uk/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Displaying Title and Description in Fancybox](https://wordpress.org/support/topic/displaying-title-and-description-in-fancybox/)
 *  Thread Starter [Chris](https://wordpress.org/support/users/chunt/)
 * (@chunt)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/displaying-title-and-description-in-fancybox/#post-11101273)
 * I’ve done a bit more digging, and it looks like the old version was using Shutter
   Reloaded instead of Fancybox – but it still has the same issue. It used to say
 * Title-in-bold (description)
 * Now it just says
 * decription
 * See [https://web.archive.org/web/20161108202000/http://www.aliquart.co.uk/gallery](https://web.archive.org/web/20161108202000/http://www.aliquart.co.uk/gallery)
   for the old look.
 * I’ll fill in a bug report as requested.
 *   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] Yarpp showing same post](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-yarpp-showing-same-post/)
 *  [Chris](https://wordpress.org/support/users/chunt/)
 * (@chunt)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-yarpp-showing-same-post/page/2/#post-1888833)
 * I’m seeing the same issue on my blog after upgrading to 3.2 – all posts are only
   linking to themselves with a score of 0.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-admin gives 404 error](https://wordpress.org/support/topic/wp-admin-gives-404-error/)
 *  Thread Starter [Chris](https://wordpress.org/support/users/chunt/)
 * (@chunt)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/wp-admin-gives-404-error/#post-1256556)
 * Anybody?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Yet Another Related Posts Plugin] False MyISAM Warning](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-false-myisam-warning/)
 *  [Chris](https://wordpress.org/support/users/chunt/)
 * (@chunt)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-false-myisam-warning/#post-882539)
 * I’ve done a bit of debugging, by digging around in the yarpp_myisam_check() function
   in includes.php.
 * The function reads the posts table’s status into $table OK, but $table->Engine
   returns a NULL. Maybe it’s a MySQL issue? If so, perhaps the plugin should say
   something like “I can’t determine the engine you’re using, make sure it’s MyISAM
   if you want to use post contents/titles”
 * Anyway, to answer my previous question – yes there is a way to disable this check.
 * If you’re getting this message, and you’re SURE your table actually IS running
   on MyISAM, then here’s a fast-and-dirty fix:
 * You need to edit the file includes.php in the YARPP plugin’s directory. Go down
   to line 89 which should read
 * `function yarpp_myisam_check() {`
 * Immediately after this line, add a new one saying
 * `return 1;`
 * This will make the function return true regardless of what MySQL might (not) 
   say. Hopefully this issue will be fixed properly in a new release…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Yet Another Related Posts Plugin] False MyISAM Warning](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-false-myisam-warning/)
 *  [Chris](https://wordpress.org/support/users/chunt/)
 * (@chunt)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-false-myisam-warning/#post-882538)
 * I’m getting the same problem too – WP 2.6.3, plugin 2.1 . Is there any way I 
   can hamstring the “check for MyISAM” bit so it keeps working regardless?

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