ThinkUpLLC / ThinkUp

ThinkUp gives you insights into your social networking activity on Twitter, Facebook, Instagram, and beyond.

Home Page:http://thinkup.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing .tpl files topwords.tpl and responsetime.tpl

paulburton0 opened this issue · comments

I just pulled the latest down yesterday and now I'm getting Smarty errors in three different insights (that I've seen):

Warning: Smarty error: unable to read resource: "[...]/webapp/plugins/insightsgenerator/view/stylestats.tpl" in [...]/webapp/_lib/extlib/Smarty-2.6.28/libs/Smarty.class.php on line 1094
Warning: Smarty error: unable to read resource: "[...]/webapp/plugins/insightsgenerator/view/topwords.tpl" in [...]/webapp/_lib/extlib/Smarty-2.6.28/libs/Smarty.class.php on line 1094
Warning: Smarty error: unable to read resource: "[...]/webapp/plugins/insightsgenerator/view/responsetime.tpl" in [...]/webapp/_lib/extlib/Smarty-2.6.28/libs/Smarty.class.php on line 1094

These are appearing right at the bottom of each insight "box" on the main ThinkUp feed.

When I check the source out on GitHub now, sure enough I don't see those tpl files there either, but the corresponding PHP files are there in insights both on GitHub and in my local repo.

Any idea what's going on?