Hi there,
I have been testing PM6 and i now get an error on my custom uploader modules that worked fine in PM5.
The error that comes up is:
Template /Users/xxxxx/PM Files/Uploaders/pmp upload failed to compile. The error was: #<SyntaxError: (eval):2851: syntax error, unexpected ',', expecting ')' login = get_child_text (node, "login") ^ (eval):2851: syntax error, unexpected ')', expecting keyword_end login = get_child_text (node, "login") ^ (eval):2855: syntax error, unexpected ',', expecting ')' ....set_text get_child_text (node, "name") ... ^ (eval):2855: syntax error, unexpected ')', expecting keyword_end ...t get_child_text (node, "name") ... ^ (eval):2856: syntax error, unexpected ',', expecting ')' ....set_text get_child_text (node, "server") ... ^ (eval):2856: syntax error, unexpected ')', expecting keyword_end ...get_child_text (node, "server") ... ^ (eval):2858: syntax error, unexpected ( arg, expecting keyword_do or '{' or '(' ...xt anon ? "" : get_child_text (node, "password") ... ^ (eval):2858: syntax error, unexpected ')', expecting keyword_end ...t_child_text (node, "password") ... ^ (eval):2860: syntax error, unexpected ',', expecting ')' ....set_text get_child_text (node, "destfolder") ... ^ (eval):2860: syntax error, unexpected ')', expecting keyword_end ...child_text (node, "destfolder") ... ^ (eval):2864: syntax error, unexpected ',', expecting ')' ....set_text get_child_text (node, "port").empty? ? "21" : get_... ... ^ (eval):2864: syntax error, unexpected ')', expecting keyword_end ...t get_child_text (node, "port").empty? ? "21" : get_child_te... ... ^ (eval):2864: syntax error, unexpected ( arg, expecting keyword_do or '{' or '(' ...mpty? ? "21" : get_child_text (node, "port") ... ^ (eval):2864: syntax error, unexpected ')', expecting keyword_end ...: get_child_text (node, "port") ... ^ (eval):3019: syntax error, unexpected ( arg, expecting keyword_end c << @send_news_size_static.layout (104, c.base, 200, sh*4) ^ (eval):3019: syntax error, unexpected ',', expecting :: or '[' or '.' c << @send_news_size_static.layout (104, c.base, 200, sh*4) ^ (eval):3019: syntax error, unexpected ')', expecting keyword_end c << @send_news_size_static.layout (104, c.base, 200, sh*4) ^> <main>:955:in `eval' <main>:955:in `block in compile_template'