I'm trying to move around files in File Manager for my site, and I've never experienced this before. It's giving me errors that says Permission Denied, and it's rather annoying.
What could be causing this, and if you're going to post that FTP is better or why on Earth am I using File Manager, save yourself the trouble and don't post. 😛
I checked the permissions, and it's being a pain. I might have to suck it up and use FTP. 😛<br /><br />-- September 2nd, 2013, 11:04 pm --<br /><br />Gah, now I can't even see my files in FileZilla.
Sounds a lot like that, If you're on a VPS go to the user directory and chown all the files to your user. Pretty sure cPanel doesn't make any files needed to be owned by another user in public_html
cd /home/<user>/public_html
chown -R user:user *
Although if you are on shared hosting, Contact the hoster.
Have you asked your Host? It could be a permission error on your host's side; as the owners of hosts (Like myself) can limit a user's access to many things on their cpanel by permissions.