Announcement

Collapse
No announcement yet.

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

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #2
    Hi,

    Try to download it one more time and run upgrade. It was changed.

    Comment

    Working...
    X