Title: markbingley's Replies | WordPress.org

---

# markbingley

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Page Publish] error on line 1097 when saving from QUICK EDIT](https://wordpress.org/support/topic/error-on-line-1097-when-saving-from-quick-edit/)
 *  [markbingley](https://wordpress.org/support/users/markbingley/)
 * (@markbingley)
 * [13 years ago](https://wordpress.org/support/topic/error-on-line-1097-when-saving-from-quick-edit/#post-3667435)
 * This is the function on line 1097:
 * /**
    * Retrieve a post type object by name * * [@package](https://wordpress.org/support/users/package/)
   WordPress * @subpackage Post * [@since](https://wordpress.org/support/users/since/)
   3.0.0 * @uses $wp_post_types * [@see](https://wordpress.org/support/users/see/)
   register_post_type * [@see](https://wordpress.org/support/users/see/) get_post_types**
   [@param](https://wordpress.org/support/users/param/) string $post_type The name
   of a registered post type * [@return](https://wordpress.org/support/users/return/)
   object A post type object */ function get_post_type_object( $post_type ) { global
   $wp_post_types;
 *  if ( empty($wp_post_types[$post_type]) )
    return null;
 *  return $wp_post_types[$post_type];
    }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Page Publish] error on line 1097 when saving from QUICK EDIT](https://wordpress.org/support/topic/error-on-line-1097-when-saving-from-quick-edit/)
 *  [markbingley](https://wordpress.org/support/users/markbingley/)
 * (@markbingley)
 * [13 years ago](https://wordpress.org/support/topic/error-on-line-1097-when-saving-from-quick-edit/#post-3667434)
 * I’m also getting this error. Does anybody have any thoughts on what it might 
   be?
 * Warning: Illegal offset type in isset or empty in /var/sites/h/<DOMAIN>/public_html/
   wp-includes/post.php on line 1097
 * It only happens during quick edit.
 * The net result of this is that the TR in the table listing posts breaks down,
   and all content is in a single cell, along with the error above, repeated TWICE.
 * Latest version of WP installed.
 * Thoughts anybody?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Tag Cloud Widget] [Plugin: Ultimate Tag Cloud Widget] Excluding tags from the cloud](https://wordpress.org/support/topic/plugin-ultimate-tag-cloud-widget-excluding-tags-from-the-cloud/)
 *  Thread Starter [markbingley](https://wordpress.org/support/users/markbingley/)
 * (@markbingley)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-ultimate-tag-cloud-widget-excluding-tags-from-the-cloud/#post-2378848)
 * Nice one Rickard. I got it working with the following:
 * [utcw title=” ” tags_list=”109,212″ tags_list_type=”exclude”]
 * Thanks for replying so quickly. Much appreciated.
 * Love the Plugin!

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