Aug 17, 2006 09:22
I want the control panel component, and I'm following the tutorial step by step and its not working...what am I doing wrong? I have the free text set to true, I am putting it all in print_free_text and I have the show_free_text set to true and yet STILL I'm getting this:
Error compiling layer:
Compile error: line 135, column 36: Unexpected token found. Expecting: [TokenPunct] = ;
Got: [TokenIdent] = link
S2::Node, S2/Node.pm, 144
S2::NodeExprStmt, S2/NodeExprStmt.pm, 29
S2::NodeStmt, S2/NodeStmt.pm, 59
S2::NodeStmtBlock, S2/NodeStmtBlock.pm, 42
S2::NodeIfStmt, S2/NodeIfStmt.pm, 35
S2::NodeStmt, S2/NodeStmt.pm, 39
S2::NodeStmtBlock, S2/NodeStmtBlock.pm, 42
S2::NodeFunction, S2/NodeFunction.pm, 104
S2::Layer, S2/Layer.pm, 58
S2::Compiler, S2/Compiler.pm, 27
Context
131: $k1CPlink_index++;
132:
133: # set five
134: $k1CPlink_urls[$k1CPlink_index] = "$*SITEROOT/manage/links.bml";
135: $k1CPlink_texts[$k1CPlink_index] = """link lists""";
136: $k1CPlink_index++;
137:
138: # set six
139: $k1CPlink_urls[$k1CPlink_index] = "$*SITEROOT/update.bml";
HELP?
EDIT- Problem SOLVED! Thanks!!!