「エラーが出たためセッションを開始できませんでした。PHPやウェブサーバのログファイルに出ているエラーを確認して、PHPを正しく設定してください。」
ログイン時に上記のエラーがでてしまったので下記サイトを参考に修復。
無事ログイン出来た!
http://webmaster.chielog.com/php/130.html
C:\xampp\tmp内の
sess_xyzabc…ファイルの中で
直近のものを削除。

<!-- tweetbutton -->
<a href="http://twitter.com/share" class="twitter-share-button" data-text="<?php the_title(); ?>" data-url="<?php the_permalink() ?>" data-count="none" data-via="techfirmlab">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<!-- mixibutton -->
<a href="http://mixi.jp/simplepost/voice?status=<?php the_title(); ?> - <?php the_permalink(); ?>"><img src="http://img.mixi.jp/img/basic/mixicheck_entry/bt_voice_1.png"/></a>
<!-- likebutton -->
<?php
if(!empty($wpcx_cxOptions["social_fb_like"])) {
if($wpcx_cxOptions["social_fb_like"] == "yes") {
?>
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=button_count&show_faces=false&width=75&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:130px; height:21px;" allowTransparency="true"></iframe>
<?php
}
}
?>


