• Hi,
    before i have WP 2.X version and image upload button work great.
    When i update WP to 3.2 – broken. When i clink on button, do no open image upload box.

    My code:

    case 'upload':
    echo '<input type="text" name="', $field['id'], '" id="', $field['id'], '" value="', $meta ? $meta : $field['std'], '" size="30" style="float: left; width:40%" /><input type="button" name="button', $field['id'], '" id="dbt_upload_image" value="Upload" />';
    break;

    What’s wrong?

    thanks

Viewing 1 replies (of 1 total)
  • Have you tried:

    – deactivating all plugins (yes, all) to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). Don’t forget the ones in mu-plugins. If you can’t get into your admin dashboard, try resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

Viewing 1 replies (of 1 total)
  • The topic ‘Upload image button’ is closed to new replies.