• Today I upgraded to the 4.5 version. The upgrade went ok,but when i was adding a new post it wont open the “ADD MEDIA” page when you hit the “ADD MEDIA” tab. Then I went and restored the old version 4.4.2, from a back up and it works again. I think there is a bug in the 4.5 upgrade, that won’t let you use the “ADD MEDIA” tab.

    Cheers

Viewing 15 replies - 31 through 45 (of 79 total)
  • I’ll contact my host regarding this issue. They may have a solution.

    I’m in the same boat. Adding media remains http error or goes to a blank page. The file gets uploaded, but the thumbnail doesn’t show and I can’t add the media to any posts.

    Does this with all plugins disabled as well.

    Thread Starter pigeonradio

    (@pigeonradio)

    I restored a back up version of the 4.4.2 and I have no issues. I will not upgrade to newer version till bugs are sorted.

    @ipstenu

    Thanks, problem solved for me. I just changed the wp-config.php settings:

    define( ‘UPLOADS’, ‘images’ );

    was after

    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    I relocated it directly after

    define( ‘WP_DEBUG’, true );

    and now everything’s fine.

    I found that the Headspace2 plugin was preventing media uploads, screen options and tags.

    Thank you, Mike!

    I deactivated Headspace2 and can now insert media.

    You saved me a TON of time and aggravation!

    Let’s hope this is fixed because I like Headspace2.

    Still doesn’t explain why a fresh install of 4.5 with no plugins or themes added fails to upload images through the media center. I can upload if i install a gallery plugin, but media uploads still fail.

    I just updated to WordPress 4.5 and when I did I lost a lot of content on my page as well as the ability to edit pages. Going in to edit a page it just loads and nothing comes up. On my website my logo is missing as well as a number of the pictures I had there only moments before the upload. What do I need to do?

    thejourneybirthservices.com

    I couldn’t get the update to work, I kept getting a parsing error. So I reverted to my backup files. Back to 4.4.2. Not sure about running a parse fix on my server. I really don’t want to do that.

    I am having this same issue where I can’t upload any new images or even see my media files. I also get weird errors when I try to approve comments or reply to comments or type anything. I do not understand code very well and have a basic knowledge of this stuff so I feel very stupid and nervous that I just immediately updated without backing up. I flat out don’t know how to do it and now I’m stuck with a site I can’t really edit or move forward on. Can someone please give VERY SIMPLIFIED help?? I tried to read through all of this and am just even more confused, but at least I know I’m not the only one….

    You can resolve every problem of wordpress 4.5 with a simple solution

    by using this in functions.php

    /**
    * Enqueue script with script.aculo.us as a dependency.
    */
    function my_scripts_method() {
    wp_enqueue_script( ‘jquery-1-11-3’, ‘//code.jquery.com/jquery-1.11.3.min.js’);
    wp_enqueue_script( ‘jquery-migrate-1-2-1’, ‘//code.jquery.com/jquery-migrate-1.2.1.min.js’ );
    }
    add_action( ‘wp_enqueue_scripts’, ‘my_scripts_method’, 1 );

    Hi,

    Contact Form 7 is not working on WordPress 4.5. Even not on Localhost. It’s working perfectlt on 4.4.2. Whats the problem.

    I don’t think it’s WordPress at all. I have 4 web servers and the problem is only happening on one. I’ve tried fresh installs and checked older installs and upgraded versions, and the media viewing and uploading / theme uploading problem is only on 1 web server, but it’s affecting all WP sites that I checked on it.

    I may be a PHP upgrade to the server (Cpanel / Apache). It’s my oldest server, so it’s going to have the oldest software running.

    I’m rebuilding Easy Apache on it and upgrading to PHP5, which I fully expect will break more than any of this fixes, but I’ll keep you posted anyway.

    please include both these lines in functions.php in wp_enqueue_scripts action at the top

    wp_enqueue_script( ‘jquery-1-11-3’, ‘//code.jquery.com/jquery-1.11.3.min.js’);
    wp_enqueue_script( ‘jquery-migrate-1-2-1’, ‘//code.jquery.com/jquery-migrate-1.2.1.min.js’

    both gravity form,, contact form issue will be resolved

Viewing 15 replies - 31 through 45 (of 79 total)
  • The topic ‘Problems with 4.5 upgrade ADD MEDIA not working’ is closed to new replies.