Title: levihe's Replies | WordPress.org

---

# levihe

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Author Changes When Editing](https://wordpress.org/support/topic/author-changes-when-editing/)
 *  Thread Starter [levihe](https://wordpress.org/support/users/levihe/)
 * (@levihe)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/author-changes-when-editing/#post-17533803)
 * Bump
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Author Changes When Editing](https://wordpress.org/support/topic/author-changes-when-editing/)
 *  Thread Starter [levihe](https://wordpress.org/support/users/levihe/)
 * (@levihe)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/author-changes-when-editing/#post-17527752)
 * Yep, Gutenberg for all of them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Source Control Lite – Show Image Credits and Captions] PHP error](https://wordpress.org/support/topic/php-error-628/)
 *  Thread Starter [levihe](https://wordpress.org/support/users/levihe/)
 * (@levihe)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/php-error-628/#post-17391235)
 * Awesome sauce! I didn’t see your response before posting what I found lol. Thanks
   for the super quick response and patched version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Source Control Lite – Show Image Credits and Captions] PHP error](https://wordpress.org/support/topic/php-error-628/)
 *  Thread Starter [levihe](https://wordpress.org/support/users/levihe/)
 * (@levihe)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/php-error-628/#post-17391193)
 * I’ve pinpointed a section of the code that might be contributing to the `PHP 
   Fatal error` related to `get_thumbnail_source_string()`. The issue seems to occur
   when trying to access `$post->ID` immediately after calling `get_post()`, without
   verifying whether `get_post()` successfully returned a WP_Post object.
   Original
   code in public.php
 * `$post = get_post();
   return str_replace('',$this->get_thumbnail_source_string(
   $post->ID ) . '',$block_content);
 * 
   Possible fix?
 * `$post = get_post();
   if ( $post instanceof WP_Post ) {return str_replace('',$
   this->get_thumbnail_source_string( $post->ID ) . '',$block_content);} else {return
   $block_content; // Return the content unchanged if no valid post is found}
 * 
   I didn’t want to try it out on my live site, lol.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Statuses - Custom Post Status and Workflow] Not Happy](https://wordpress.org/support/topic/not-happy-27/)
 *  Thread Starter [levihe](https://wordpress.org/support/users/levihe/)
 * (@levihe)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/not-happy-27/#post-17382583)
 * Thanks for the feedback and for taking my initial frustration in stride. I don’t
   think I can edit it, but I change my initial title of not happy, to just inconvenienced
   at the time.
   I appreciate the active assistance and the work put into this plugin,
   as well as having a very usable free version with good pro upgrades.
 * Thanks again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Statuses - Custom Post Status and Workflow] Not Happy](https://wordpress.org/support/topic/not-happy-27/)
 *  Thread Starter [levihe](https://wordpress.org/support/users/levihe/)
 * (@levihe)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/not-happy-27/#post-17373811)
 * Thanks,
   It turned out the bugs were being brought on by the checklists plugin
   enabled with the statuses plugin.I deactivated the checklists plugin and the 
   issues stopped. I am continuing to use the statuses plugin with the checklists
   plugin disabled, as I need that functionality more.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Statuses - Custom Post Status and Workflow] Not Happy](https://wordpress.org/support/topic/not-happy-27/)
 *  Thread Starter [levihe](https://wordpress.org/support/users/levihe/)
 * (@levihe)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/not-happy-27/#post-17367350)
 * Given that you all are pretty much the most updated outfit in town in this regard.
   Are you already aware of the following bugs
   – Clicking update saves the update
   but refreshing the page says changes may not be saved.– choosing a schedule time
   does not bring up the schedule option unless the page is refreshed.– Is it this
   plugin or checklists that’s randomly preventing the excerpt field from being 
   edited?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Statuses - Custom Post Status and Workflow] Not Happy](https://wordpress.org/support/topic/not-happy-27/)
 *  Thread Starter [levihe](https://wordpress.org/support/users/levihe/)
 * (@levihe)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/not-happy-27/#post-17367308)
 * Ah, that makes sense. Can you shoot me a link to the most recent release of planner
   that has the old functionality? I know edit flow is not exactly a frequently 
   managed plugin.
   Would the pro version give me any leg up on fixes updates or 
   functionality in this regard?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Statuses - Custom Post Status and Workflow] Not Happy](https://wordpress.org/support/topic/not-happy-27/)
 *  Thread Starter [levihe](https://wordpress.org/support/users/levihe/)
 * (@levihe)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/not-happy-27/#post-17367209)
 * Thanks for the quick reply @stevejburg. I like to keep the plugins updated. If
   I were to add custom statuses myself, is there a way for me to see those in the
   notifications part of the current planner plugin?
    -  This reply was modified 2 years, 4 months ago by [levihe](https://wordpress.org/support/users/levihe/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Checklists: Pre-Publishing Approval Checklist - Validate Post Requirements] Lag in editor when checklist plugin enabled](https://wordpress.org/support/topic/lag-in-editor-when-checklist-plugin-enabled/)
 *  Thread Starter [levihe](https://wordpress.org/support/users/levihe/)
 * (@levihe)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/lag-in-editor-when-checklist-plugin-enabled/#post-17358410)
 * I installed it and am testing out. It appears ok so far I will see over the next
   day or so. Thanks for the quick reply. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Checklists: Pre-Publishing Approval Checklist - Validate Post Requirements] Unable to update/publish posts 2.10.2](https://wordpress.org/support/topic/unable-to-update-publish-posts-2-10-2/)
 *  [levihe](https://wordpress.org/support/users/levihe/)
 * (@levihe)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/unable-to-update-publish-posts-2-10-2/#post-17349327)
 * The above patch apears to have fixed the issue for me. Not sure about OP.

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