• Resolved cexpert

    (@cexpert)


    I tried to add from within wordpress plugin management and I get
    Installation failed: Could not copy file. post-carousel/public/assets/fonts/fontawesome-webfont.ttf

    Please help.

    • This topic was modified 3 years, 6 months ago by cexpert.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Md Khalil Uddin

    (@khalilu)

    Hi @cexpert,

    Thanks for reaching us.

    This error is due to the absence of permission given to the WordPress files. All the folder permissions should be 755.

    chmod -R 755 /for all folders

    And all the file permissions should be 644.

    chmod -R 644 /all the files

    You can also check the WordPress GUI and check the site health (Tools > site health) if your health status is not good, scroll down and see the errors over there, needed permission for each file will be mentioned over there and give the permissions accordingly.

    Only for try

    chmod -R 777 /parent folder where all the files are included if this works you can confirm that your issue is with the permission.If that didn’t work check out the memory and the wp-config.php file

    If you have any more queries please open a support ticket for a better response.
    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Installation failed’ is closed to new replies.