Opened 13 years ago
Closed 13 years ago
#5157 closed bug (fixed)
ThemeRoller is broken
Reported by: | sgorski | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | [meta] ui.themeroller | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, if you open the http://jqueryui.com/themeroller/ and you look at the bottom you can find following error:
Fatal error: Smarty error: [in main_footer.tpl line 19]: syntax error: unrecognized tag 'var' (Smarty_Compiler.class.php, line 590) in /srv/jqueryui.com/htdocs/libraries/Smarty/Smarty.class.php on line 1095
lg simon
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | ui.core → [meta] ui.themeroller |
---|---|
Milestone: | TBD → 1.8 |
Priority: | minor → blocker |
Summary: | WebSite Problem → ThemeRoller is broken |
comment:3 Changed 13 years ago by
Oops, sorry, I meant Jan 27 (http://forum.jquery.com/topic/jquery-ui-theme-roller-not-generating-images). See also tickets from a year ago http://dev.jqueryui.com/ticket/4180 and http://dev.jqueryui.com/ticket/4010.
comment:4 Changed 13 years ago by
My guess is that in your main_footer template, there is a <script>
tag containing curly-braces... and that these weren't wrapped in a {literal}
Smarty block. (It happens to me too often.)
Should be trivial to fix.
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Themeroller isn't quite ready, yet, but at least this particulary issue is solved. There is another blocker open concerning other issues, and various for Downloadbuilder.
This also breaks the themeroller download, the image directory is not included. I believe this problem occurred on Jan 17 as well when a new release was pushed out.