Home › Forums › WTI Like Post PRO › Add new post error Tagged: meta box This topic has 7 replies, 3 voices, and was last updated 10 years, 3 months ago by firefly. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts July 15, 2014 at 2:25 pm #138 weimaoParticipant When I get to Posts -> Add New on the admin interface, the following message appears: Notice: Undefined index: wti_like_post_meta_box_nonce in /…/wp-content/plugins/wti-like-post/wti_like_post_admin.php on line 878 I am using the latest version of WordPress (3.9.1). Could you please fix the issue? Thank you! July 15, 2014 at 2:56 pm #139 WebtechideasKeymaster Just want to know does it block you from adding a new post? July 15, 2014 at 3:29 pm #140 weimaoParticipant No it doesn’t. The post editing interface still show up, only that it has the error message at the top. For now, I’ve changed the code to check whether the nonce is empty: if (empty($_POST[‘wti_like_post_meta_box_nonce’]) || !wp_verify_nonce( $_POST[‘wti_like_post_meta_box_nonce’], basename( __FILE__ ) ) ) { return $post_id; } Not sure if this is the best solution but it appears to work. Let me know if you have further advice. July 15, 2014 at 4:02 pm #141 WebtechideasKeymaster We have sent you an updated file. Please check. July 15, 2014 at 4:21 pm #142 WebtechideasKeymaster Apart from the above one, there were few other fixes with that function as well. Please use your fix as that makes more sense. July 15, 2014 at 4:24 pm #143 weimaoParticipant Thank you! August 5, 2014 at 5:10 am #158 fireflyParticipant Could I get a hold of this updated file also? I’m seeing the same error on new post and when saving a menu in /wp-admin/nav-menus.php Will the fix be rolled out as an update? August 11, 2014 at 7:14 am #168 fireflyParticipant Fixed in the version sent by email – thanks! Author Posts Viewing 8 posts - 1 through 8 (of 8 total) The forum ‘WTI Like Post PRO’ is closed to new topics and replies.