• I uploaded my picture, and “I insert into post” but I can’t see my picture. The field for picture seems like a square (an empty square) Can anyone help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Hardinal

    (@hardinal)

    Still no solution….

    check in your WordPress media library. Click on edit for the image you don’t see and make a note of the image url. Then go to your ftp root directory into the folder wp-content/uploads/year/month/ and check if the image is where WordPress thinks it is. I haven’t figured out how to change the url directly in WordPress so I just copied the image into the directory where WordPress thought and bingo..it showed up again.

    Hi,

    Add this code in htaccess and have a check:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Make sure that you have set 755 recursive permissions to wp-content folder.

    Thanks,

    Shane G.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I can’t see Image’ is closed to new replies.