Hi,
I try to update my ESPO CRM with EspoCRM-upgrade-4.1.6-to-4.2.2.zip (via #Admin/upgrade) and i have this error
Error: Permission denied for tests/Espo/Core/SelectManagerFactoryTest.php
All folders and files chmod are OK i think because i use this command line :
find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +;
find data custom -type d -exec chmod 775 {} + && find data custom -type f -exec chmod 664 {} +;
Any ideas ?
Thx a lot
Kamy
I try to update my ESPO CRM with EspoCRM-upgrade-4.1.6-to-4.2.2.zip (via #Admin/upgrade) and i have this error
Error: Permission denied for tests/Espo/Core/SelectManagerFactoryTest.php
All folders and files chmod are OK i think because i use this command line :
find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +;
find data custom -type d -exec chmod 775 {} + && find data custom -type f -exec chmod 664 {} +;
Any ideas ?
Thx a lot
Kamy
Comment