Warning: call_user_func(ShowThreadPc::p) [function.call-user-func]: First argument is expected to be a valid callback in F:\Program Files\Apache Software Foundation\Apache2.2\htdocs\rep2\lib\showthreadpc.class.php on line 681
681行目はURL処理の部分で、前後に書かれているのは foreach ($this->url_handlers as $handler) { if (isset($handler['this'])) { if (FALSE !== ($link = call_user_func(array($this, $handler['this']), $url, $purl, $str))) { //681行目 return $link; }elseif 〜 です。 多分、URLの字句解析に失敗しているのかなと思っているのですが勘違いでしょうか?