Title: Tom Von Lahndorff's Replies | WordPress.org

---

# Tom Von Lahndorff

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

 *   [Profile](https://wordpress.org/support/users/tomvon/)
 *   [Topics Started](https://wordpress.org/support/users/tomvon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tomvon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tomvon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tomvon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tomvon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tomvon/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: [[Five Star Business Profile and Schema] v1.2.8 – This plugin failed](https://wordpress.org/support/topic/v1-2-8-this-plugin-failed/)
 *  [Tom Von Lahndorff](https://wordpress.org/support/users/tomvon/)
 * (@tomvon)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/v1-2-8-this-plugin-failed/#post-12204155)
 * Same.
 * Warning: require_once(/xxxxx/xxxxx/xxxxx/xxxxx/wp-content/plugins/business-profile/
   includes/class-schemas-manager.php): failed to open stream: No such file or directory
   in /xxxxx/xxxxx/xxxxx/xxxxx/wp-content/plugins/business-profile/business-profile.
   php on line 116
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Fatal error Jetpack version 7.5.1](https://wordpress.org/support/topic/fatal-error-jetpack-version-7-5-1/)
 *  [Tom Von Lahndorff](https://wordpress.org/support/users/tomvon/)
 * (@tomvon)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-jetpack-version-7-5-1/#post-11697065)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Fatal error Jetpack version 7.5.1](https://wordpress.org/support/topic/fatal-error-jetpack-version-7-5-1/)
 *  [Tom Von Lahndorff](https://wordpress.org/support/users/tomvon/)
 * (@tomvon)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-jetpack-version-7-5-1/#post-11696514)
 * Same issue here. PHP 7, local install, latest WordPress, Mohave.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [query_posts if meta_value != ”](https://wordpress.org/support/topic/query_posts-if-meta_value/)
 *  Thread Starter [Tom Von Lahndorff](https://wordpress.org/support/users/tomvon/)
 * (@tomvon)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/query_posts-if-meta_value/#post-1454012)
 * Ha! I just figured it out. My fields were not blank but contained a single space
   for fields that were blank. Seem the code I used was right I just had to change
   it to:
 * `<?php query_posts('&meta_key=imgs&meta_compare=!=&meta_value= &orderby=rand&
   showposts=10'); if (have_posts()) : while (have_posts()) : the_post(); ?>`
 * for it to work. Hooray!

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