phpugl / Dime

Dime Timetracker [Symfony2, Backbone.js, Bootstrap]
http://dime-timetracker.de/
MIT License
32 stars 15 forks source link

The template should be a string or extend TemplateReference #80

Closed ghost closed 8 years ago

ghost commented 8 years ago

500 Internal Server Error after Login - any solution?:

Stack Trace in vendor/friendsofsymfony/rest-bundle/FOS/RestBundle/View/View.php at line 218 - public function setTemplate($template) { if (!(is_string($template) || $template instanceof TemplateReference)) { throw new \InvalidArgumentException('The template should be a string or extend TemplateReference'); } $this->template = $template;

nogo commented 8 years ago

@SOYOS is this problem after you installed Dime?

ghost commented 8 years ago

Fixed with installing the master! Thx