We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Paginate bug



10.1k
Accepted
answer

You can build phalcon yourself from the 4.0.x branch or wait untill Saturday when we release 4.0.1

This is still happening BTW. This is not resolved. I get the errors when accessing the data from a view variable that is set with:

$this->view->setVar('example','Example::findFirst(['blah_blah_opts'])

This view var is set AFTER I paginate(); the Model. I am using the Model Adapter for this. Running almost identical server setup as described in OP's ticket.