Hi
I'm starting a new project in Prestashop 1.7.6.4, we're a team so we need to version it with Git.
We installed it following this https://devdocs.prestashop.com/1.7/basics/installation/ and it seems ok. Then we push the project (keeping the default .gitignore) to the repository.
On the other hand we clone the repo on others computers and set the parameters.php. Frontoffice seems to work, but navigating to the Backoffice, after the login we get this error:
Warning alla linea 2234 nel file /Users/name/www/project/classes/controller/AdminController.php
[2] file_put_contents(/Users/name/www/project/config/xml/default_country_modules_list.xml): failed to open stream: No such file or directory
Warning alla linea 2238 nel file /Users/name/www/project/classes/controller/AdminController.php
[2] file_put_contents(/Users/name/www/project/config/xml/modules_native_addons.xml): failed to open stream: No such file or directory
Warning alla linea 2247 nel file /Users/name/www/project/classes/controller/AdminController.php
[2] file_get_contents(/Users/name/www/project/config/xml/default_country_modules_list.xml): failed to open stream: No such file or directory
Warning alla linea 2248 nel file /Users/name/www/project/classes/controller/AdminController.php
[2] file_get_contents(/Users/name/www/project/config/xml/must_have_modules_list.xml): failed to open stream: No such file or directory
Warning alla linea 4322 nel file /Users/name/www/project/classes/controller/AdminController.php
[2] file_put_contents(/Users/name/www/project/config/xml/tab_modules_list.xml): failed to open stream: No such file or directory
On cloned project we don't have that file config/xml/default_country_modules_list.xml
It could be related to .gitignore? Any help?
Thanks