• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

After I upgrade 2.1.4 to 2.1.6. I could make a poll but I could not vote it

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it looked fine no problem when I made a poll but after I vote it, It showed error like this


on line 108, column 65 in default/post_show.htm presentation.renderPoll not found. The problematic instruction: ---------- ==> user-directive presentation.renderPoll [on line 108, column 65 in default/post_show.htm] ---------- Java backtrace for programmers: ---------- freemarker.core.InvalidReferenceException: on line 108, column 65 in default/post_show.htm presentation.renderPoll not found. at freemarker.core.UnifiedCall.accept(UnifiedCall.java:136) at freemarker.core.Environment.visit(Environment.java:171) at freemarker.core.IfBlock.accept(IfBlock.java:82) at
................



presentation.renderPoll
when i went to line 108 in post_show.htm. I cannot understand what wrong with this tag.
Anyone have the same problem with me??
[originally posted on jforum.net by rbupasiri]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am so sorry to say it s my clumsy not over write macro folder...


ops:

Now it s working fine!!!
[originally posted on jforum.net by rbupasiri]
 
reply
    Bookmark Topic Watch Topic
  • New Topic