wa0x6e / ResqueBoard

ResqueBoard is an analytics software for PHP Resque. Monitor your workers health and job activities in realtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call to undefined method ResqueBoard\View\MyView::setTemplate()

jstuhli opened this issue · comments

After a first, fresh install of ResqueBoard and its dependencies via composer, the following error appears when accessing ResqueBoard/src/ResqueBoard/webroot/:

Fatal error: Call to undefined method ResqueBoard\View\MyView::setTemplate() in /var/www/html/ResqueBoard/src/ResqueBoard/View/MyView.php on line 49

It would appear that slim (2.3.1) no longer has setTemplate() method

commented

Fixed in the latest master