You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
O great elders of Akeno I the junior engineer kindly ask you to answer the following question:
Why do I have to change folder permissions every time I export resources to a folder in a location: /file_storage/archive/export/xlsx_product_export$ Without changing the permissions, the download link does not appear.
this is how the permissions of the created export folder look like: drwx------ 3 root root
I have to use this command every time after creating a new export without it akeneo does not display the download link: find file_storage/ -type d -exec chmod 755 {} +
The text was updated successfully, but these errors were encountered:
MS-INTAR
changed the title
Two errors during export.
One error during export.
Jan 31, 2024
Keep in mind that if the job deamon was previously run as a different user then the folders to which the exports are generated may require updating the permissions.
Akeneo version: 7.0.41 CE
PHP 8.1.27
O great elders of Akeno I the junior engineer kindly ask you to answer the following question:
this is how the permissions of the created export folder look like:
drwx------ 3 root root
I have to use this command every time after creating a new export without it akeneo does not display the download link:
find file_storage/ -type d -exec chmod 755 {} +
The text was updated successfully, but these errors were encountered: