Hi,
after updating server to php7.1 and phalcon 3.2, my app previously working well triggers an error in nginx log:
"PHP message: PHP Warning: Invalid callback PiecesController::initialize, cannot access protected method PiecesController::initialize() in /var/www/geskonimo/public/index.php on line 39"
and this error is repeating for each controller. The app work partially: I can login/logout (so some controllers seems to work), and communication to db works too...
I'm searching since two days, have reinstalled nginx/php and tried to recompile phalcon from sourceinstead of using package...no luck