Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or ‘(‘ in /xxxxx/geeklog/plugins/staticpages/functions.inc(841) : eval()’d code on line 1
とエラーが出る…遠因はFCKeditorと言う事で使用しない設定にする。
// FCKeditor (WYSIWYGエディタ).(true:使用する false:使用しない)
$_CONF[‘advanced_editor’] = false;