Title: Jesse Graupmann's Replies | WordPress.org

---

# Jesse Graupmann

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 74 total)

1 [2](https://wordpress.org/support/users/jgraup/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jgraup/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/jgraup/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/jgraup/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/jgraup/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Debug Meta Data] User meta incorrectly showing current logged-in user](https://wordpress.org/support/topic/user-meta-incorrectly-showing-current-logged-in-user/)
 *  Thread Starter [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/user-meta-incorrectly-showing-current-logged-in-user/#post-13187187)
 * Looks like you might be able to adjust this line: [https://github.com/ahmadawais/Debug-Meta-Data/blob/master/debug-meta-data.php#L99](https://github.com/ahmadawais/Debug-Meta-Data/blob/master/debug-meta-data.php#L99)
 * From:
 * `$dmd_user_meta = get_user_meta( get_current_user_id() );`
 * to something like:
 * `$dmd_user_meta = get_user_meta( $user->id );`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AWS for WordPress] ‘Call to a member function exists() on boolean’ AmazonAI-PollyService.php:304](https://wordpress.org/support/topic/call-to-a-member-function-exists-on-boolean/)
 *  Thread Starter [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/call-to-a-member-function-exists-on-boolean/#post-12290692)
 * Adding `FS_METHOD` to `wp-config.php` solved the issues I was having.
 *     ```
       // worked
       define('FS_METHOD','direct');
       ```
   
 * At first I went the route of FTP user, but locking the user access to a subdirectory
   broke again as the plugin kept requesting an absolute path no matter what. Even
   adding the paths in the config did not help in my case.
 *     ```
       // updating paths did not help
       define( 'FTP_BASE', '/path/to/wordpress/' );
       define( 'FTP_CONTENT_DIR', '/path/to/wordpress/wp-content/' );
       define( 'FTP_PLUGIN_DIR ', '/path/to/wordpress/wp-content/plugins/' );
       define( 'FTP_USER', 'username' );
       define( 'FTP_PASS', 'password' );
       define( 'FTP_HOST', 'ftp.example.org' );
       define( 'FTP_SSL', false );
       ```
   
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relative URL] Homepage not working with ngrok](https://wordpress.org/support/topic/homepage-not-working-with-ngrok/)
 *  [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/homepage-not-working-with-ngrok/#post-9322246)
 * I get this error on the homepage but it seems to work.
 * > Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete
   > or flush in /vagrant/site/wp-content/plugins/relative-url/relative-url.php 
   > on line 133
 * Unfortunately it doesn’t seem to work with multisite.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relative URL] Homepage not working with ngrok](https://wordpress.org/support/topic/homepage-not-working-with-ngrok/)
 *  [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/homepage-not-working-with-ngrok/#post-9322239)
 * Just for some context: [https://ngrok.com/faq#wordpress](https://ngrok.com/faq#wordpress)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Diverse Solutions IDX Real Estate Listings & MLS Search] SSL compatibility?](https://wordpress.org/support/topic/ssl-compatibility-4/)
 *  [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [9 years ago](https://wordpress.org/support/topic/ssl-compatibility-4/#post-9057358)
 * Hey Lindz,
 * Just checking in to see if you’ve made progress on SSL support. If not, I would
   recommend adding to your `Important requirements to use this plugin` that; you
   must have an insecure connection.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Diverse Solutions IDX Real Estate Listings & MLS Search] SSL Compatibility](https://wordpress.org/support/topic/ssl-compatibility-6/)
 *  [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/ssl-compatibility-6/#post-8965219)
 * [@wpmuguru](https://wordpress.org/support/users/wpmuguru/) – Looks like [https://cdn1.diverse-cdn.com/](https://cdn1.diverse-cdn.com/)
   is setup for HTTPS. Maybe relative protocols for CDN urls could help now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Diverse Solutions IDX Real Estate Listings & MLS Search] SSL compatibility?](https://wordpress.org/support/topic/ssl-compatibility-4/)
 *  [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/ssl-compatibility-4/#post-8965165)
 * Hello,
 * Any chance you can upgrade [https://api-b.idx.diversesolutions.com/api/](https://api-b.idx.diversesolutions.com/api/)?
   Looks like [https://cdn1.diverse-cdn.com/](https://cdn1.diverse-cdn.com/) already
   supports HTTPS so you could nix the `Mixed Content` warnings in the admin dashboard
   when using `define( 'FORCE_SSL_ADMIN', true );`. Maybe just use relative protocol
   in cases where you know it’s supported? `//resource.com`.
 * It’s worth noting you can get free SSL from [https://letsencrypt.org/](https://letsencrypt.org/)
   these days.
 * For the record, is [http://forum.diversesolutions.com/forums/9-Community-Questions-amp-Answers](http://forum.diversesolutions.com/forums/9-Community-Questions-amp-Answers)
   a better place to ask these types or questions?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cimy User Manager] Support For Custom Fields](https://wordpress.org/support/topic/support-for-custom-fields-3/)
 *  Thread Starter [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/support-for-custom-fields-3/#post-8624502)
 * No. I only asked for someone else who seemed to retract their original question
   and it doesn’t look like there has been any response in almost a full year.
 * Sorry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] $confix->get_error_code()](https://wordpress.org/support/topic/confix-get_error_code/)
 *  Thread Starter [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/confix-get_error_code/#post-8469591)
 * $confix is never defined.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme Check] WP-CLI support?](https://wordpress.org/support/topic/wp-cli-support-6/)
 *  Thread Starter [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/wp-cli-support-6/#post-7663513)
 * Thanks. That’s good to know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme Check] WP-CLI support?](https://wordpress.org/support/topic/wp-cli-support-6/)
 *  Thread Starter [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/wp-cli-support-6/#post-7663501)
 * Is there a rough timeline for that? Or is it whenever you get free time?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Monitor] WP CLI Activation Doesn't seem to attach the admin menu](https://wordpress.org/support/topic/wp-cli-activation-doesnt-seem-to-attach-the-admin-menu/)
 *  [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/wp-cli-activation-doesnt-seem-to-attach-the-admin-menu/#post-6376333)
 * **Note**: this was [marked as a duplicate](https://github.com/johnbillion/query-monitor/issues/169)
   of [#142](https://github.com/johnbillion/query-monitor/issues/142).
 * I just recently started started using WP_CLI and I’ve experienced the same issue.
   I’ve managed to fix it with the code below. Is there a reason this isn’t used
   or hasn’t been tried before?
 * [`/query-monitor.php`#L33](https://plugins.trac.wordpress.org/browser/query-monitor/trunk/query-monitor.php#L33)
 *     ```
       if ( 'cli' === php_sapi_name() && ! defined( 'QM_TESTS' ) ) {
       	# For the time being, let's not load QM when using the CLI because we've no persistent storage and no means of
       	# outputting collected data on the CLI. This will hopefully change in a future version of QM.
       	if( defined('WP_CLI') && WP_CLI ){
       		// you shall pass ...
       	} else {
       		return;
       	}
       }
       ```
   
 *     ```
       vagrant@username:/vagrant/site$ wp plugin activate query-monitor
       Success: Plugin 'query-monitor' activated.
       vagrant@username:/vagrant/site$ wp plugin deactivate query-monitor
       Success: Plugin 'query-monitor' deactivated.
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] WP-CLI to create new post linked to all translations](https://wordpress.org/support/topic/wp-cli-to-create-new-post-linked-to-all-translations/)
 *  Thread Starter [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/wp-cli-to-create-new-post-linked-to-all-translations/#post-7006479)
 * Great! Thanks again Chouby.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] WP-CLI to create new post linked to all translations](https://wordpress.org/support/topic/wp-cli-to-create-new-post-linked-to-all-translations/)
 *  Thread Starter [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/wp-cli-to-create-new-post-linked-to-all-translations/#post-7006477)
 * Any chance you can give me a high-level view of what is required to associate
   two posts? Looks like their WP-CLI can set a language but… what is the core of
   linking two posts as translations?
 * Example: I have post ’20’ in ‘en’ and want to link ’21’ & ’22’ as ‘fr’ and ‘ko’
   translations.
 * I’m hoping to make a method like [http://wp-cli.org/commands/post/generate/](http://wp-cli.org/commands/post/generate/)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] WP-CLI to create new post linked to all translations](https://wordpress.org/support/topic/wp-cli-to-create-new-post-linked-to-all-translations/)
 *  Thread Starter [Jesse Graupmann](https://wordpress.org/support/users/jgraup/)
 * (@jgraup)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/wp-cli-to-create-new-post-linked-to-all-translations/#post-7006476)
 * Thanks Chouby!
 * I’ll check it out.

Viewing 15 replies - 1 through 15 (of 74 total)

1 [2](https://wordpress.org/support/users/jgraup/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jgraup/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/jgraup/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/jgraup/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/jgraup/replies/page/2/?output_format=md)