Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin Disattiva WordPress 2.5 Flash Image / Video / Media Uploader con Plugin

WordPress 2.5 WordPress 2.5 features a new media (including image, video and file) uploader that built on Adobe Flash technology which supports multiple files uploading to the gallery at one time and upload progress indicator bar. dispone di un nuovo media (comprese immagini, video e file) che uploader costruita su tecnologia Adobe Flash che supporta il caricamento di più file alla galleria in una sola volta e caricare indicatore di progresso bar. Unfortunately, the media uploader has numerous Purtroppo, i mass media, ha numerose uploader bugs and problems bug e problemi , which basically make the Flash uploader not working, or not successfully uploading the files. , Che fondamentalmente rendere il Flash uploader non funziona, o non correttamente il caricamento del file.

There are a few symptoms for the broken Flash uploader error. Ci sono alcuni sintomi per il rotto Flash uploader errore. For example, blogger can adds the files to upload, but nothing happen or progress to upload the selected files. Ad esempio, può Blogger aggiunge il file da caricare, ma nulla accadrà o progressi per caricare i file selezionati. Sometimes the upload process manages to get to “Crunching” but stop working after, or comes out with HTTP error, or even worse, freeze and crash the browser to not responding. A volte il processo di caricamento riesce ad arrivare a "elaborare", ma smettere di funzionare dopo, o esce con errore HTTP, o peggio ancora, congelare e crashare il browser non risponde. Other reported problems including the the add media buttons disappearing or not showing up. Altri problemi segnalati compresi i mezzi di aggiungere i pulsanti di scomparsa o non appare.

WordPress Support has WordPress Support ha listed elencati several steps to check and fix the possible problems that cause user cannot upload photos, images, videos, music and other media files in WordPress 2.5. diverse misure per controllare e correggere gli eventuali problemi che causano l'utente non può caricare foto, immagini, video, musica e altri file multimediali in WordPress 2.5. If the Flash based media uploader does not work after whatever effort, workaround and solution been done, including some Se il flash dei media basata uploader non funziona dopo qualsiasi sforzo, soluzione e soluzione è fatto, comprese alcune bug fixes correzioni , such as disable conflicting plugin and bypass mod_security to try to solve the error and issue, there is a plugin to force disable (or later re-enable) the Flash uploader. , Come disabilitare il conflitto plugin e by-pass mod_security per cercare di risolvere l'errore e di rilascio, vi è un plugin per disattivare vigore (o successivi riattivare) il Flash uploader.

To enable the Flash media uploader to be disabled via plugin, a filter has to be added to Flash uploader (only on WordPress version 2.5.x, as the change is set to implement in milestone version 2.6). Per attivare il flash media uploader per essere disattivato tramite plugin, un filtro deve essere aggiunto a Flash uploader (solo sulla versione 2.5.x di WordPress, come il cambiamento è impostato per l'attuazione pietra miliare nella versione 2.6). To do so, edit the \wp-admin\includes\media.php file using your favorite text editor directly by logging in to server or locally (has to be uploaded and overwrite replaced the original media.php file). Per effettuare questa operazione, modificare il \ wp-admin \ include \ media.php file utilizzando il vostro editor di testo preferito direttamente accedendo al server o localmente (deve essere caricato e sovrascrivere sostituito il file originale media.php). Change the following code at around line 765 to 770. Cambia il codice seguente linea a circa 765 a 770.

Before: Prima:
$flash_action_url = get_option('siteurl') . "/wp-admin/async-upload.php";

// If Mac and mod_security, no Flash. :(
$flash = true;
if ( false !== strpos(strtolower($_SERVER['HTTP_USER_AGENT']), ‘mac’) && apache_mod_loaded(’mod_security’) )
$flash = false;

After: Dopo:
$flash_action_url = get_option('siteurl') . "/wp-admin/async-upload.php";

$flash = apply_filters('flash_uploader', true);
// If Mac and mod_security, no Flash. :(
$flash = true;
if ( $flash && false !== strpos(strtolower($_SERVER['HTTP_USER_AGENT']), ‘mac’) && apache_mod_loaded(’mod_security’) )
$flash = false;

Then, download the Quindi, scaricare il no-flash-uploader.php non-infiammabilità uploader.php , and upload the PHP file to \wp-content\plugins\ directory, and activate the plugin via WordPress administration page. , E caricare il file PHP a \ wp-content \ plugins \ directory, e attivare il plugin tramite pagina di amministrazione di WordPress. After activating to disable the Flash media uploader, the uploader will no longer make use of Flash technology, and all advanced features that come with it also been disabled. Dopo l'attivazione di disabilitare il caricamento di Flash media, l'uploader non sarà più fanno uso di tecnologia Flash, e tutte le funzionalità avanzate che vengono con esso anche stato disattivato.

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. IMPORTANTE: Stai lettura una macchina tradotto pagina che è fornito "così come sono" senza garanzia. Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible. A differenza di traduzione umana, traduzione automatica non comprendere la grammatica, semantica, sintassi, idiomi del linguaggio naturale, così spesso produrre imprecise e bassa qualità del testo che è fuorviante e incomprensibili. Thus, please refer to Pertanto, si prega di fare riferimento a original English article articolo originale in inglese when in doubt. in caso di dubbio.



13 Responses to “Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin” 13 Responses to "Disattiva WordPress 2.5 Flash Image / Video / Media Uploader con Plugin"

  1. Fix WordPress 2.5 Image or Media Flash Uploader Not Working Issue in IE7 » Tip and Trick WordPress 2.5 Fix immagine o Media flash uploader non funziona problema in IE7 »punta e trucco
    April 3rd, 2008 11:18 Aprile 3rd, 2008 11:18
    1

    [...] If using the Flash uploader is too much trouble, disable the Flash media uploader with this plugin. [...] Se si utilizza il Flash Uploader è troppo problemi, disattivare il flash media uploader con questo plugin. [...]

  2. Tambayan.ph » Fix the media uploader when using IE7 on the latest WordPress 2.5 Tambayan.ph »Fissare i media uploader quando si utilizza IE7 sugli ultimi WordPress 2.5
    April 4th, 2008 12:03 4 Aprile 2008 12:03
    2

    [...] an alternative you can just disable the media uploader and revert to the old one via a plugin. [...] Alternativa è possibile disabilitare il caricamento di media e tornare alla vecchia via un plugin. Or just use Firefox and wait for WordPress [...] O semplicemente utilizzare Firefox e attendere per WordPress [...]

  3. Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin (Excerpt) » My Digital Life Disattiva WordPress 2.5 Flash Image / Video / Media Uploader con Plugin (Stralcio) »La mia vita digitale
    April 17th, 2008 10:55 Aprile 17, 2008 10:55
    3

    [...] reading Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin at Tip and [...] [...] Lettura Disattiva WordPress 2.5 Flash Image / Video / Media Uploader con il plugin a punta e [...]

  4. warriorfr
    April 20th, 2008 00:49 20 aprile 2008 00:49
    4

    Thank you very much ! Grazie mille!
    Now I can send files, but I still get the same error message I have with IE7. Ora posso inviare file, ma ho ancora ottenere lo stesso messaggio di errore che ho con IE7.
    However even with this error, the upload works. Tuttavia anche con questo errore, il caricamento dei lavori.

  5. admin
    April 20th, 2008 00:52 20 aprile 2008 00:52
    5

    What error message you have? Che messaggio di errore hai?

  6. sage salvia
    April 21st, 2008 14:04 21 aprile 2008 14:04
    6

    I have just folowed all of your instructions and I am still getting this error: Fatal error: Call to undefined function wp_constrain_dimensions() in /home2/newyorka/public_html/wp-admin/includes/image.php on line 173 Ho appena folowed tutte le istruzioni e sono ancora ottenere questo errore: Fatal error: Call to undefined funzione wp_constrain_dimensions () in / home2/newyorka/public_html/wp-admin/includes/image.php on line 173

    I have altered the htaccess to turn of the mod thing and nothing has worked on my Mac (10.5) in safari or FF Ho modificato la htaccess a sua volta del mod e cosa non ha funzionato sul mio Mac (10.5), in safari o FF
    Anything else I can do? Tutto il resto che posso fare?
    thanks grazie

  7. admin
    April 21st, 2008 15:11 21 aprile 2008 15:11
    7

    Have you tried to re-upload wordpress files? Avete cercato di ri-caricare wordpress file? Probably some files have corrupted. Probabilmente alcuni file sono danneggiati.

  8. Upload Problems with Wordpress 2.5 | Batang Yagit Carica Problemi con Wordpress 2.5 | Batang Yagit
    May 10th, 2008 16:21 10 Maggio 2008 16:21
    8

    [...] to a blog post I found, “…the media uploader has numerous bugs and problems, which basically make the [...] [...] Ad un post sul blog ho trovato, "... i media uploader ha numerosi bug e problemi, che fondamentalmente il [...]

  9. Mario
    June 9th, 2008 18:51 9 giugno 2008 18:51
    9

    Is it possible to totally remove the media buttons from the Write Post page? È possibile eliminare totalmente i mezzi di pulsanti dal Scrivi Post pagina? I don’t want users to use or even see these things. Non voglio che gli utenti di utilizzare o addirittura vedere queste cose. I also want to remove the text editor buttons too! Tengo inoltre a rimuovere gli editor di testo, pulsanti di troppo!

  10. sage salvia
    June 9th, 2008 21:28 9 giugno 2008 21:28
    10

    It was much easier to revert to the previous version of wordpress, however, I have another problem.( I still cannot imbed video. . .) I design the photos to be a specific size on the blog page but have found that the uploader puts an ‘alt’ size into the html that takes precedence in the presentation, unifying all the photo sizes to a smaller format. E 'stato molto più facile tornare alla versione precedente di wordpress, però, ho un altro problema. (Io non riesco ancora ad videogame imbed...) Ho progettazione foto per essere una specifica dimensione della pagina del blog, ma hanno trovato che l'uploader mette un 'alt' la dimensione in html che ha la precedenza nella presentazione, ad unificare tutte le dimensioni della foto in un formato più piccolo. When I finish writing, I have to go back through the code and remove all the ‘alt’s from the code so that all is seen as I planned when I publish. Quando ho terminato la scrittura, devo tornare indietro attraverso il codice e la rimozione di tutti i 'alt's dal codice in modo che tutto è visto come ho pianificato quando mi pubblicano.

  11. Taras Di Di Taras
    October 1st, 2008 23:25 1 ottobre 2008 23:25
    11

    The above instructions do not work for me… the flash uploader still gets called. Le istruzioni di cui sopra non funzionano per me flash ... uploader viene ancora chiamato.

    I noticed, by debugging the code, that by the time the function that you edit in your instructions gets called, the browser is already displaying the ‘loading upload form’ bar (ie: the screen has turned black). Ho notato, con il codice di debug, che al momento la funzione che si modifica nel suo istruzioni viene chiamato, il browser è già visualizzando il 'carico caricare forma' bar (vale a dire: lo schermo è diventato nero).

    I’ve tried clearing the cache, and I’m using FF3.. Ho cercato di compensazione la cache, e sto utilizzando FF3 .. any ideas on what could be going wrong? tutte le idee su quello che potrebbe essere in corso di sbagliato?

  12. Tien Do Xuan Tien fare Xuan
    November 17th, 2008 20:08 Novembre 17, 2008 20:08
    12

    After should be: Dopo dovrebbe essere:
    $flash_action_url = get_option(’siteurl’) . flash_action_url $ = get_option ( 'siteurl'). “/wp-admin/async-upload.php”; "/ Wp-admin/async-upload.php";

    $flash = apply_filters(’flash_uploader’, true); $ = apply_filters flash ( 'flash_uploader', true);
    // If Mac and mod_security, no Flash. / / Se Mac e mod_security, non Flash. : (
    if ( $flash && false !== strpos(strtolower($_SERVER['HTTP_USER_AGENT']), ‘mac’) && apache_mod_loaded(’mod_security’) ) if ($ & & flash falso! == strpos (strtolower ($ _SERVER [ 'HTTP_USER_AGENT']), 'Mac') & & apache_mod_loaded ( 'mod_security'))
    $flash = false; $ flash = false;

  13. Barabum
    December 1st, 2008 12:47 1 ° dicembre 2008 12:47
    13

    Забыл где я уже видел аналогичную подборку инфы, но все равно спасибо Забыл где я уже видел аналогичную подборку инфы, но все равно спасибо

Leave a Reply Lascia un Commento

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Iscriviti ai commenti funzione è stata disattivata. To receive notification of latest comments posted, subscribe to Per ricevere la notifica di commenti più recenti pubblicati, iscrivetevi alla Tip and Trick Comments RSS feed Suggerimento Trick Commenti e feed RSS or o register to receive Registrati per ricevere new comments in daily email digest. nuovi commenti in email giornaliera digerire.
Custom Search

Incoming Search Terms for the Article Cerca in entrata Termini per l'articolo

wordpress crunching wordpress elaborare - -- wordpress disable flash upload wordpress disabilitare il caricamento flash - -- wordpress flash upload wordpress caricare flash - -- wordpress flash uploader wordpress flash uploader - -- wordpress disable flash uploader wordpress disattivare il flash uploader - -- crunching wordpress elaborare wordpress - -- Flash Uploader wordpress Flash Uploader wordpress - -- disable flash upload wordpress disattivare il flash caricare wordpress - -- uploader uploader - -- wordpress Crunching… wordpress elaborare ... - -- disable flash uploader disattivare il flash uploader - -- wordpress media uploader wordpress media uploader - -- wordpress 2.5 flash WordPress 2.5 flash - -- no-flash-uploader.php non-infiammabilità uploader.php - -- wordpress image upload crunching wordpress caricamento delle immagini da elaborare - -- wordpress flash image wordpress flash immagine - -- wordpress 2.5 crunching WordPress 2.5 da elaborare - -- no flash uploader wordpress non flash uploader wordpress - -- wordpress no flash uploader wordpress non flash uploader - -- flash upload wordpress flash caricare wordpress - -- wordpress image upload plugin wordpress plugin per il caricamento delle immagini - -- flash image uploader flash immagine Uploader - -- wordpress crunching http error wordpress elaborare errore HTTP - -- No Flash Uploader N. flash uploader - -- media uploader media uploader - -- wordpress 2.5 add video WordPress 2.5 aggiungere video - -- wordpress upload image crunching wordpress caricare l'immagine da elaborare - -- wordpress image crunching wordpress immagine da elaborare - -- no flash upload plugin non caricare il plugin flash - -- wordpress no flash upload wordpress non caricare flash - -- wordpress upload crunching wordpress caricare elaborare - -- wordpress upload media wordpress caricare i media - -- wordpress 2.5 crunching error WordPress 2.5 elaborare errore - -- disable flash upload disabilitare il caricamento flash - -- disable wordpress 2.5 image uploader WordPress 2.5 disattivare immagine Uploader - -- crunching http error elaborare errore HTTP - -- disable flash uploader wordpress disattivare il flash uploader wordpress - -- wordpress flash uploader http error wordpress flash uploader di errore HTTP - -- wordpress 2.5 disable flash uploader WordPress 2.5 disattivare il flash uploader - -- wordpress image upload http error wordpress caricamento delle immagini di errore HTTP - -- wordpress crunching problem wordpress elaborare problema - -- wordpress 2.5 image crunching problems WordPress 2.5 problemi di immagine da elaborare - -- wordpress disable flash wordpress disattivare il flash - -- wordpress upload flash wordpress caricare flash - -- media uploader wordpress media uploader wordpress - -- wordpress disable upload wordpress disabilitare il caricamento - -- wordpress disable flash upload plugin wordpress disattivare caricare il plugin flash - -- wordpress media upload plugin wordpress plugin di caricamento dei media - -- wordpress upload plugin wordpress plugin di caricamento - -- wordpress 2.5 flash uploader WordPress 2.5 flash uploader - --