'Error *170 FastCGI sent in stderr on Phalcon 4.*

2022/05/17 09:02:46 [error] 22404#22404: *170 FastCGI sent in stderr: "PHP message: PHP Deprecated: The 'compiledPath' option is deprecated. Use 'path' instead. in /vagrant/phalcon/public/index.php on line 24PHP message: PHP Deprecated: The 'compiledSeparator' option is deprecated. Use 'separator' instead. in /vagrant/phalcon/public/index.php on line 24" while reading response header from upstream, client: 192.168.63.1, server: dev.vagrant.com, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "192.168.63.252"



Solution 1:[1]

from phalcon version 4 volt config path not compiledPath

The 'compiledPath' option is deprecated. Use 'path' instead.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Minh Tran Quang