Nucleus CMS part2
■ このスレッドは過去ログ倉庫に格納されています
002217
2005/05/29(日) 19:19:34ID:c6pQt43thttp://fururu.sakura.ne.jp/blog/item_284.html
で、http://www.○○.net/index_f.php にアクセスしたら、
Parse error: parse error, unexpected '@' in /home/◇◇/www/☆☆/nucleus/libs/globalfunctions_f.php on line 979
とかいうエラーが出た。
で、globalfunctins_f.phpのエラーの原因になっている?記述は
$link .= ".html";
if(strstr ($link, '//')){ $link = str_replace(".com//", ".com/", $link);} ※NP_TrackBack用
if(strstr ($link, '/')){ $link = str_replace("item/", "item_", $link);} ※NP_Latest Writebacks用
return $link;
}
どこが間違っているのか?
■ このスレッドは過去ログ倉庫に格納されています