You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error:
Return value of Phalcon\Mvc\Model::getEventsManager()
must implement interface Phalcon\Events\ManagerInterface,
bool returned in Unknown on line 0
The text was updated successfully, but these errors were encountered:
The current implementation of
Phalcon\Mvc\Model::getEventsManager
implies that method must return aPhalcon\Events\ManagerInterface
instance:cphalcon/phalcon/Mvc/Model.zep
Lines 1702 to 1705 in 930fc08
however,
Manger::getCustomEventsManager
may return boolean FALSE:cphalcon/phalcon/Mvc/Model/Manager.zep
Lines 199 to 208 in 3691c7f
This leads to a fatal error:
The text was updated successfully, but these errors were encountered: