• LuukDriessen

    (@luukdriessen)


    Hello,

    As told I updated my WP to 3.9
    Since then, I can’t upload any files or change any url in his own page.

    I checked the error and it’s a JS error.
    Is there someone who can help me with this?
    ——–

    Uncaught TypeError: undefined is not a function post-edit.js?ver=3.1.4:105
    Deprecated TinyMCE API call: <target>.onBeforeSetContent.add(..) wp-tinymce.php?c=1&ver=4021-20140412:17
    2

    Uncaught TypeError: Cannot read property ‘hasClass’ of undefined load-scripts.php?c=1&load%5B%5D=thickbox,hoverIntent,common,admin-bar,jquery-color,wp-lists,quickta…:976

Viewing 15 replies - 1 through 15 (of 26 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Thanks for providing that JS error info, it really helps when you do that.

    It looks like a TinyMCE issue. Can you identify the plugin that’s causing it? If you deactivate all of your plugins and re-enable them one at a time that should help you get to the bottom of it.

    Once that’s identified the plugin author can get notified and that plugin can get added to this list.

    Thread Starter LuukDriessen

    (@luukdriessen)

    Hello,

    Thanks for the update.

    I disabled and enabled all plugins.

    WPML Multilingual CMS gives the error.
    Maybe it’s a setting?

    Gr Luuk

    vincepettit

    (@vincepettit)

    I can confirm I’m getting the same issue, also some strange behavior on some pages being redirected to a Chinese version of a page when it shouldn’t.

    I use WPML Multilingual CMS too.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    It could be a setting but more likely the plugin needs to be updated.

    The WPML Multilingual CMS plugin does not seem to be hosted in the WordPress repo at this time. Can you provide a link where you downloaded that plugin? Before I add it to the list I want to confirm and get the version information if possible.

    Thread Starter LuukDriessen

    (@luukdriessen)

    Hello,

    Thanks for your reply.

    What do you want to know? I purchased this plugin last tuesday.

    Website: http://wpml.org/

    Version 3.1.4 | By ICanLocalize

    chaoskaizer

    (@chaoskaizer)

    I’m using WPML 3.1.4 too, most of the links in post editor that trigger onclick event like update featured image, tag, category or date is unclickable.

    chaoskaizer

    (@chaoskaizer)

    adding the following code inside ur theme’s functions.php should fixed the above issue

    function icl_load_jquery_ui() {
    	wp_enqueue_script( 'jquery-ui-dialog', false, array('jquery'), false, true );
    }
    
    add_action( 'admin_enqueue_scripts', 'icl_load_jquery_ui' );
    guylabbe

    (@guylabbe)

    Thanks ChaosKaizer, that solves the problem.

    andrezasv

    (@andrezasv)

    Hi,

    I have a similar problem.

    I just installed the wordpress 3.9 and when I add media nothing happens.

    WHen the window open, I select the image, I click on Insert to Post, but the midia is not inserted in the post.

    andrezasv

    (@andrezasv)

    I noted the problem is because the wordpress is incompatibal with this plugin: http://codecanyon.net/item/ether-content-builder-wordpress-plugin/1690784

    Please, how to fix it?

    watnee

    (@watnee)

    also cant add media with Plupload on the plugins Gmedia gallery and Grand Flash Gallery.

    Was testing it on 4 websites, and all got same problem after last wordpress 3.9 update.

    Peter

    (@pethag)

    WordPress bijwerken

    Downloaden update van https://downloads.wordpress.org/release/nl_NL/wordpress-3.9.zip…

    Uitpakken update…

    Warning: copy(/home/peteriq115/domains/transitieblog.nl/public_html/wp-admin/includes/update-core.php) [function.copy]: failed to open stream: Permission denied in /home/peteriq115/domains/transitieblog.nl/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 217

    De update kon niet worden geïnstalleerd omdat we sommige bestanden niet konden kopiëren. Dit komt meestal door inconsistente bestandsrechten.: wp-admin/includes/update-core.php

    Installatie is mislukt

    Peter

    (@pethag)

    Heeft bevenstaande met bestaansrechten te maken?

    @andrezasv, @watnee, @pethag — instead of jumping in and add issues seemingly unrelated to the original problem, please create your own new threads.

    rundtom

    (@rundtom)

    I’ve struggeled with the same problem, and I also use WPML.

    THANK YOU chaoskaizer – It worked! 🙂

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘Update WP 3.9 – Can't add media’ is closed to new replies.