• Hello,
    I’m just starting up a WordPress site, hosting through putty and apache. Everything is working fine, except for the fact that I can’t add media to the site. I’ve attached some screenshots for reference, but whenever I upload media, there is no thumbnail. Furthermore, whenever I try and add the media to the site, I cannot crop/select the image, and I cannot proceed past that window. I’ve tried a full reset of the site, but to no avail. Any help would be much appreciated.

    Thank you.

    The screenshots in question:

    View post on imgur.com

    • This topic was modified 8 years, 1 month ago by notleff.
Viewing 1 replies (of 1 total)
  • Did you enabled debugging in wp-config.php?
    Enable debug and let us know if you get any error.

    define( 'WP_DEBUG', true );

    What about file permissions?
    Check your file permissions for the upload folder.

    Check if there is any .htaccess in your upload folder with this code. If so remove it

    order deny,allow
    deny from all

    These are just some suggestions.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot add media to page’ is closed to new replies.