8 Apr
2015
8 Apr
'15
4:21 p.m.
On Wed, 2015-04-08 at 19:17 +0300, Kadir Beyazlı wrote:
When I open web page I see error message, and at console there is following error message:
/home/kadir/DancerExamples/willbe/public/views/mytemplate.tt is
^^^^^
not a
regular file or reference
It appears to be looking for the template in your public/views directory
content of mytemplate.tt is very simple again
MyApp/views/mytemplate.tt
But your template is in MyApp/views. The latter is where I'd expect it to be, so have you configured your templates to be in an alternative location?
No. MyApp name is "willbe".
But it's still looking in willbe/public/views - I'd expect it to be looking in just willbe/views, especially as that's where you've said you've put the template.