Hi! Two I was worried.
1
isagreement of a character code
your site is "charset=iso-8859-1".
Commentics maked "UTF-8".
If it uses from a multi-byte,
it is necessary to coincide the character code.
There is 3 method.
1: Changes the character code of your homepage.
iso-8859-1 --> UTF-8 (And saves by UTF-8.)
2: Commentics's code UTF-8 -->iso-8859-1
http://www.commentics.org/forum/showthread.php?tid=345
3:does not care.
only a single byte, Commentics work fine.
And..
2: Base is used.
<head>.. <base href="******">...</head>
Is Anchor out of order?
Maybe,Your Site "Reply" don't work.
#########################################
##--- OPEN ---------------
# This case is ,using <base.. in <HEAD>...</HEAD>
# Fix anchor trouble (ex.#form)
comments/includes/functions/comments.php
#
### -------- FIND ---------------
#
$box .= "<a class='reply_enabled' href='" . CMTX_ANCHOR_FORM . "' title='" . CMTX_TITLE_REPLY . "' onclick='";
#
### ----- Replace With--------
#
$box .= "<a class='reply_enabled' href='" .
$_SERVER["REQUEST_URI"]
. CMTX_ANCHOR_FORM . "' title='" . CMTX_TITLE_REPLY . "' onclick='";
---------------------------------------------------
Commentics's Japanese Commentary Site
http://commentics.bbfriend.net/
*Sorry...I am not good at English.
---------------------------------------------------