change 1449 line in wp-admin/includes/post.php
to this:
$mce_buttons = apply_filters( ‘teeny_mce_buttons’, array(‘bold, italic, underline, blockquote, separator, strikethrough, bullist, numlist,justifyleft, justifycenter, justifyright, undo, redo, link, unlink, wp_more, fullscreen’) );
Everyone who has this error:
Fatal error: Cannot redeclare class services_json in /home/public_html/wp-content/plugins/posts-compare/JSON.php on line 115
Need to delete the line 303 in posts-compare.php file
require_once(dirname(__FILE__) . ‘/JSON.php’);