The code below throws a 502 Nginx error without any report to log on one of my servers
$this->view->setVar('email', $user->email);
Where: $user->email — is valid string value $this->view — is valid instance of \Phalcon\Mvc\View
If I pass a number or boolean value, error doesn't throw, but in template 'email' variable is empty.
Phalcon 1.1.0 (last version) CentOS 6 x64 PHP 5.4.16 (php54w php54w-cli php54w-common php54w-devel php54w-fpm php54w-gd php54w-imap php54w-intl php54w-mbstring php54w-mcrypt php54w-mysql php54w-pdo php54w-pecl-apc php54w-pecl-memcache php54w-xml)
Please help me.