Errors in plugins? Retry to Update or Configure.
SyntaxError
compile error
(erb):79: parse error, unexpected '<', expecting kEND
if opt['long_mode'] then ; <%%
^
(erb):81: parse error, unexpected tCONSTANT, expecting kEND
_erbout.concat "\t\ttrackbacks_of_today_long( @diaries[\""; _erbout.concat(( @date.strftime( '%Y%m%d' ) ).to_s); _erbout.concat "\"] )\n"
^
(erb):81: parse error, unexpected tSTRING_BEG, expecting kDO or '{' or '('
_erbout.concat "\t\ttrackbacks_of_today_long( @diaries[\""; _erbout.concat(( @date.strftime( '%Y%m%d' ) ).to_s); _erbout.concat "\"] )\n"
^
(erb):83: parse error, unexpected tSTRING_BEG, expecting kDO or '{' or '('
_erbout.concat "\t\ttrackbacks_of_today_short( @diaries[\""; _erbout.concat(( @date.strftime( '%Y%m%d' ) ).to_s); _erbout.concat "\"] )\n"
^
(erb):88: parse error, unexpected tIDENTIFIER, expecting kEND
if opt['show_referer'] then
^
(erb):89: parse error, unexpected tIDENTIFIER, expecting kEND
if opt['long_mode'] then ; _erbout.concat "\n"
^
(erb):91: parse error, unexpected tIDENTIFIER, expecting kEND
_erbout.concat "\t\t<%= referer_of_today_long( @diaries['"; _erbout.concat((@date.strftime( '%Y%m%d' )).to_s); _erbout.concat "'], "; _erbout.concat((opt['referer_limit']).to_s); _erbout.concat " )%>\n"
^
(erb):95: parse error, unexpected tIDENTIFIER, expecting kEND
_erbout.concat "\t\t<%=referer_of_today_short( @diaries['"; _erbout.concat((@date.strftime( '%Y%m%d' )).to_s); _erbout.concat "'], "; _erbout.concat((opt['referer_limit']).to_s); _erbout.concat " )%>\n"
^
(erb):95: unterminated string meets end of file
(erb):95: parse error, unexpected $, expecting kEND
_erbout
^