Forums

[resolved] 2.5 - Media Upload - Are You Sure You Want To Do This? (15 posts)

  1. sithicus
    Member
    Posted 8 months ago #

    When I click on any of the media upload buttons I get the message.

    "Are you sure you want to do this?" with a blank pop-up window.

    Thoughts?

  2. fncll
    Member
    Posted 8 months ago #

    I'm having the exact same issue

  3. JonathanMurray
    Member
    Posted 8 months ago #

    Deactivate the newly updated WP-contactform... it broke the uploader.

  4. jamestl2
    Member
    Posted 8 months ago #

    What if we don't have that plugin installed? Where would we find it? (I'm getting the same thing for attempting to edit my SRG Clean archives settings).

  5. meiclamo
    Member
    Posted 7 months ago #

    I have the same issue as jamestl2 said

  6. victoor
    Member
    Posted 7 months ago #

    Yes the poblem is the WP-Contactform.

  7. jamestl2
    Member
    Posted 7 months ago #

    And where do we find that? As I said, I never installed that plugin manually.

  8. decavolt
    Member
    Posted 7 months ago #

    If you're using WP-Contactform, here's the fix:

    In wp-contactform.php, move this block of code (starting around line 13:

    //Grab some default user info, if available (Submitted by Dan)
    	$wpcf_auto_email = get_profile('user_email');
    	$wpcf_auto_ID = get_profile('ID');
    	$wpcf_auto_first_name = get_usermeta($wpcf_auto_ID, 'first_name');
    	$wpcf_auto_last_name = get_usermeta($wpcf_auto_ID, 'last_name');
    	$wpcf_auto_name = $wpcf_auto_first_name.' '.$wpcf_auto_last_name;
    	if (empty($_POST['wpcf_email'])) {
    		$_POST['wpcf_email'] = $wpcf_auto_email;
    	}
    	if (empty($_POST['wpcf_your_name'])) {
    		$_POST['wpcf_your_name'] = $wpcf_auto_name;
    	}

    And move it, placing it just before this line (around line 137):
    if(wpcf_check_input()) // If the input check returns true (ie. there has been a submission & input is ok)

  9. jamestl2
    Member
    Posted 7 months ago #

    And if we're not using it?.........

  10. aperio
    Member
    Posted 7 months ago #

    Take a look midway down the page here http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.5 where it lists the "Non-working plugins, or has issues".

    I had the exact same problem with the "are you sure you want to do this?" verbiage and found my problem to be an incompatible plugin contained on that list. Upgraded the plugin, problem solved.

    Hope this helps.

  11. jamestl2
    Member
    Posted 7 months ago #

    I did look at the list however I couldn't find the plugin I'm using (SRG Archives) on the non-compatible portion of the list.

    Would other plugins we have installed cause this specific plugin (SRG) to not work properly too?

    If so, I'll relook at it and see what could potentially be causing the problem then.

  12. jamestl2
    Member
    Posted 7 months ago #

    Nope, I couldn't find anything. I have NO IDEA what's causing this problem.

  13. webnovate
    Member
    Posted 6 months ago #

    I had the issue with Google Analyticator and had to upgrade the plug in. Works like a champ now!

  14. dbaker
    Member
    Posted 6 months ago #

    I am getting this exact isssue. I don't have any of the plugins on that list, but I do use a bunch of them. I'll test later.

    Although, it works in IE7, just not FireFox. Which is strange. Any ideas why that might be? Also, in IE7 the popup window is half of the bottom of the page, but at least it lets me embed images.

  15. lxicon
    Member
    Posted 4 months ago #

    same issue., different plugin (feedwordpress).

    'are you sure...?' , without a confirmation or whatsover.

    browser: FF3
    wp 2.51 and 2.6

    It works ok in Opera.

Reply

You must log in to post.

About this Topic