I am getting this error,while setting up an existing project.I had cloned and done composer install.[php version is 7.2,cakephp version is 3.9]Now, when I am trying to open the site,It is showing following errors:
- Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/book/vendor/cakephp/cakephp/src/Utility/Text.php on line 232
- Warning (512): Unable to emit headers. Headers sent in file=/var/www/html/book/vendor/cakephp/cakephp/src/Core/ObjectRegistry.php line=40 [CORE/src/Http/ResponseEmitter.php, line 53]
Can anyone help to fix this?