markbingley
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Page Publish] error on line 1097 when saving from QUICK EDITThis is the function on line 1097:
/**
* Retrieve a post type object by name
*
* @package WordPress
* @subpackage Post
* @since 3.0.0
* @uses $wp_post_types
* @see register_post_type
* @see get_post_types
*
* @param string $post_type The name of a registered post type
* @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
In reply to: [Facebook Page Publish] error on line 1097 when saving from QUICK EDITI’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?
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!