Closed dlhck closed 6 years ago
the thing is, when there are no website-settings, deployer creates a empty file and pimcore fails on loading it, as it always expects something like
<?php
return [];
Maybe we could create/change deployers symlink task and add a empty return array for php files?
Yeah, ran into that issue yesterday! Also we need a task that creates an empty reports.php
( marketing settings)
and extensions.php :D
So, files would be:
Following files should be deployed anyway:
...else the website settings would get lost on every deploy. I think its since Pimcore v5.2.0 or some of v5.1.x