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\Manager::executeQuery()
must implement interface Phalcon\Mvc\Model\QueryInterface, instance of Phalcon\Mvc\Model\Resultset\Complex returned
The current implementation of
Phalcon\Mvc\Model\Manager::executeQuery
implies that method must return aPhalcon\Mvc\Model\QueryInterface
instance:cphalcon/phalcon/Mvc/Model/Manager.zep
Lines 1953 to 1971 in 00fb495
however, this method returns at least an instance of the following interfaces:
Phalcon\Mvc\Model\ResultsetInterface
Phalcon\Mvc\Model\Query\StatusInterface
This leads to a fatal error:
For the database schema see: #14657
The text was updated successfully, but these errors were encountered: