Reputation: 5335
I have some issue for a word-press Missing a temporary folder
., im already work on my site ,today i got a big mistake all of root folder file are deleted ,again reinstalled and config my db after my website is work but cant upload theme and image , how to fix that , im tried to fix that issue using lot of tutorial but not work , please help me to fix that issue
Im tried to this tutorial but not work (this tutorial not work )
Thanks
Upvotes: 0
Views: 610
Reputation: 76
Well, in your case, you need to use FTP. Connnect from FileZilla or by SSH. You need to change permission rules for your project folder (or for your uploads folder). If you have linux server, you can use chmod -R 755 project_folder_name
command from terminal SSH. You can connect to remote server by SSH by such command username@host_address -p host_port
. All premission rules you can find here.
If you have no knowledge to fix it, you can easily ask your hosting support to do this.
Upvotes: 1
Reputation: 604
Try to set up the file permissions on your server.
Use recurrent setup the permissions, for example with FileZilla FTP.
More details here.
Upvotes: 1