Skip to main content

The system encountered an error during the attempt to restore the file. For details, check this error log, or contact your hosting provider

Comments

6 comments

  • andrew.n
    Is it from an off-site or local backup? Did the backup made on this server? How are the permissions of that symfony folder?
    0
  • greektranslator
    Thanks for the reply. This is a local backup. Cache folder is 0777. The backup must have gone through though, as the issue (due to accidental deletion) was restored after that.
    0
  • andrew.n
    Interesting and even that symfony folder was restored successfully?
    0
  • cPRex Jurassic Moderator
    Hey there! When I have seen this issue in the past, it's always been a problem with permissions or ownership. Can you make sure everything has the correct permissions on the cPanel account? You may want to run a command similar to this: find /home/username/public_html/ ! -user username
    to find files that aren't owned by the user.
    0
  • greektranslator
    Yes, there were I ran chown -R username:username /home/username/symfony/
    0
  • cPRex Jurassic Moderator
    Great - that may be enough to resolve the issue, but let me know if you still see problems with the restore.
    0

Please sign in to leave a comment.