Error: Permission denied for tests/Espo/Core/SelectManagerFactoryTest.php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kamy
    Junior Member
    • Jul 2016
    • 8

    Error: Permission denied for tests/Espo/Core/SelectManagerFactoryTest.php

    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
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    Try to download it one more time and run upgrade. It was changed.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...