kindaichi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2.7 has not resolved WP image upload problemsI look at my settings and discovered that don’t have the first forward slash, that’s why changing file permissions to 777 works for me and some people.
1. Login to your admin page
2. Go to settings
3. Go to Miscellaneous
4. Find Store uploads in this folder
5. if it says “/wp-content/uploads” just remove the first forward slash so that it reads plain ol: wp-content/uploadsForum: Fixing WordPress
In reply to: does the backup plugin save all the images?I also don’t know how to automatically backup images.
What I do is periodically download the whole wp-content folder through FTP client.
All the plugins and images are inside wp-content.
Forum: Fixing WordPress
In reply to: 2.7 has not resolved WP image upload problemsUse your FTP client to change the file permissions of wp-content, NOT wp-content/upload to 777.
Forum: Fixing WordPress
In reply to: image upload problem – parent directory writeableChange File Permissions of wp-content to 777.
Remember it is NOT changing File Permissions of wp-content/uploads.
Note the difference between the two folders.
Instructions on changing file permissions,
https://codex.www.ads-software.com/Changing_File_Permissions
Forum: Installing WordPress
In reply to: XML Import ProblemChange File Permissions of wp-content to 777.
Remember it is NOT changing File Permissions of wp-content/uploads.
Instructions on changing file permissions,
https://codex.www.ads-software.com/Changing_File_Permissions
Forum: Requests and Feedback
In reply to: Windows Server-unable to import WordPress XML filesChange File Permissions of wp-content to 777.
Remember it is NOT changing File Permissions of wp-content/uploads.
Instructions on changing file permissions,
https://codex.www.ads-software.com/Changing_File_Permissions
For my case, changing File Permissions of wp-content, NOT wp-content/uploads solves the problems.