cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
125 stars 67 forks source link

HTMLTemplateMail is broken due to Zend Mvc Upgrade #222

Closed TiSiE closed 8 years ago

TiSiE commented 8 years ago

Call to undefined method Zend\Mvc\View\Http\ViewManager::getResolver() (errno 1) in /YAWIK/module/Core/src/Core/Mail/HTMLTemplateMessage.php on line 238 zend-mvc removed the method getResolver() from the ViewManager, which unfortunately is used in the HTMLTemplateMail.

kilip commented 8 years ago

This issue should be fix in a1740234d6d7a7e08587c371a4008aafb6dbf646 commit, I leave a comment for related code change for this issue in here:

https://github.com/cross-solution/YAWIK/commit/a1740234d6d7a7e08587c371a4008aafb6dbf646#commitcomment-17854789

cbleek commented 8 years ago

Iv've merged the commit yesterday. Didn't know that it fixes this issue. Demo System sends mails again. So we can close this issue

Thanks for reviewing.