ThinkUpLLC / ThinkUp

ThinkUp gives you insights into your social networking activity on Twitter, Facebook, Instagram, and beyond.
http://thinkup.com
GNU General Public License v3.0
3.3k stars 674 forks source link

Missing .tpl files topwords.tpl and responsetime.tpl #2280

Open paulburton0 opened 8 years ago

paulburton0 commented 8 years ago

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?