Title: JohnRI's Replies | WordPress.org

---

# JohnRI

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[NextScripts: Social Networks Auto-Poster] Broke Posting for Contributors](https://wordpress.org/support/topic/broke-posting-for-contributors/)
 *  Thread Starter [JohnRI](https://wordpress.org/support/users/johnri/)
 * (@johnri)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/broke-posting-for-contributors/#post-7849035)
 * Okay, what time estimate do you have for that fix?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Or Logic in Querying Posts by Custom Field](https://wordpress.org/support/topic/or-logic-in-querying-posts-by-custom-field/)
 *  Thread Starter [JohnRI](https://wordpress.org/support/users/johnri/)
 * (@johnri)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/or-logic-in-querying-posts-by-custom-field/#post-4841332)
 * I think to exactly specify what I’m looking here is an option to set the relation
   of a main WP Query object like you can in a WP Meta Query. Does anything exist
   that fits that need? Below is an example of the syntax I’d expect.
 *     ```
       $curauth = get_user_by('slug', $query->query_vars['author_name']);
       $query->query_vars['relation'] = 'OR';
       $query->query_vars['meta_query'] = array(
       	'key' => 'photo_credit',
       	'value' => $curauth->first_name.' '.$curauth->last_name
       );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] Twitter Posting Fails Without Useful Error Info](https://wordpress.org/support/topic/twitter-posting-fails-without-useful-error-info/)
 *  Thread Starter [JohnRI](https://wordpress.org/support/users/johnri/)
 * (@johnri)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/twitter-posting-fails-without-useful-error-info/#post-4480113)
 * Okay, I reset all SNAP data, and then was able to post to twitter from WP successfully.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] Twitter Posting Fails Without Useful Error Info](https://wordpress.org/support/topic/twitter-posting-fails-without-useful-error-info/)
 *  Thread Starter [JohnRI](https://wordpress.org/support/users/johnri/)
 * (@johnri)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/twitter-posting-fails-without-useful-error-info/#post-4480073)
 * So I suspect that the original twitter upload may have failed due to being over
   character limit. However, I changed the msg format, updated the post, and attempted
   a repost to Twitter and still get the same response.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to Insert Media into Post](https://wordpress.org/support/topic/unable-to-insert-media-into-post/)
 *  Thread Starter [JohnRI](https://wordpress.org/support/users/johnri/)
 * (@johnri)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/unable-to-insert-media-into-post/#post-4413036)
 * Resolved. The issue was with Chrome addon “Better Popup Blocker”
 * [http://wordpress.org/support/topic/unable-to-insert-media-from-new-media-uploader](http://wordpress.org/support/topic/unable-to-insert-media-from-new-media-uploader)
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Set Featured Image Fails on WAMP, WP 3.7.1](https://wordpress.org/support/topic/set-featured-image-fails-on-wamp-wp-371/)
 *  Thread Starter [JohnRI](https://wordpress.org/support/users/johnri/)
 * (@johnri)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/set-featured-image-fails-on-wamp-wp-371/#post-4378091)
 * This error also extends to inserting media in posts and pages as well.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Set Featured Image Fails on WAMP, WP 3.7.1](https://wordpress.org/support/topic/set-featured-image-fails-on-wamp-wp-371/)
 *  Thread Starter [JohnRI](https://wordpress.org/support/users/johnri/)
 * (@johnri)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/set-featured-image-fails-on-wamp-wp-371/#post-4378077)
 * I’m setting it in the _right_ sidebar of add or edit post, unsuccessfully
 * I’m not sure if I need that plugin, this issue happens regardless of whether 
   or not the image is new.
 * Still no luck, I’m pretty sure file permissions are set right, although the /
   uploads folder displays read only, it also lists all user levels as having write
   access. I have to assume this isn’t the issue, as the images I upload are getting
   through there, they just don’t stick to a post.

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