Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by TimSweet220
at 2024-08-12 11:19:55
Point:500 Replies:8 POST_ID:828738USER_ID:11645
Topic:
WordPress;;
hello,
Can anyone tell me why my images in my folder is not showing up in WordPress
media library ?
All my images in wp-content/uploads folder is not showing up in the media library.
When i upload through WordPress it results in an error like this
"Error saving media attachment."
i also tried to change the file permissions to 777 and also 775 and that didn't solve the problem
when i upload images using FTP and use the link to make a image show up it works but the image still doesn't show up in WordPress
how do i get the images from my server to show up in WordPress media library?
im using WordPress version 3.5.1
Can anyone tell me why my images in my folder is not showing up in WordPress
media library ?
All my images in wp-content/uploads folder is not showing up in the media library.
When i upload through WordPress it results in an error like this
"Error saving media attachment."
i also tried to change the file permissions to 777 and also 775 and that didn't solve the problem
when i upload images using FTP and use the link to make a image show up it works but the image still doesn't show up in WordPress
how do i get the images from my server to show up in WordPress media library?
im using WordPress version 3.5.1
Expert: eduardo_marquez replied at 2024-09-11 01:33:22
Maybe Wordpress don't have permissions to create new folders. Could you please try going to:
in your site and then search for:
And then *uncheck:
wp-admin/options-media.php
in your site and then search for:
Uploading Files
And then *uncheck:
Organize my uploads into month- and year-based folders
Expert: Michael Munger replied at 2024-08-13 05:37:51
Is your disk full on the server?
Expert: Jason C. Levine replied at 2024-08-12 12:33:47
Are your images stored in year/month subfolders or are they all thrown into wp-content/uploads without further organization?
How many images are you talking about?
How many images are you talking about?
Expert: duncanb7 replied at 2024-08-12 11:44:31
i also tried to change the file permissions to 777 and also 775 and that didn't solve the problem
Running chgrp and chown to replace (or instead of)what you did using chmod
to see it will help or not
If the file group/owner is owned by root, it can not be saved by other users
Talk you later, have a nice day
Duncan
Author: TimSweet220 replied at 2024-08-12 11:41:07
yes i do
Expert: duncanb7 replied at 2024-08-12 11:38:45
Do you have "root" right to access your server whatever linux or window ?
Author: TimSweet220 replied at 2024-08-12 11:36:51
My apologies but i dont understand m using filezilla to change premissions
Expert: duncanb7 replied at 2024-08-12 11:25:29
change owner and group
chgrp -R -v groupname filename
chown -R -v ownername filename
that will solve your problem
and then check
ls -la
to see what group or owner of the file
Duncan
chgrp -R -v groupname filename
chown -R -v ownername filename
that will solve your problem
and then check
ls -la
to see what group or owner of the file
Duncan