Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin Disable WordPress 2,5 Flash Image / Video / Media augšupielādētāju ar 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. piedāvā jauno mediju (ieskaitot attēlu, video un file) augšupielādētāju, kas balstīta uz Adobe Flash tehnoloģija, kas atbalsta daudzus failus, augšupielādējot galerijas vienā reizē un augšupielādes progresa indikators bar. Unfortunately, the media uploader has numerous Diemžēl, mediji augšupielādētāju ir daudzas bugs and problems bugs un problēmas , which basically make the Flash uploader not working, or not successfully uploading the files. , Kas pamatā padarīt Flash augšupielādētāju nedarbojas vai nav veiksmīgi Augšupielādējot failus.

There are a few symptoms for the broken Flash uploader error. Ir daži simptomi, kas sadalīti Flash augšupielādētāju kļūda. For example, blogger can adds the files to upload, but nothing happen or progress to upload the selected files. Piemēram, blogger var piebilst failus augšupielādēt, bet nekas notikt vai progress, lai augšupielādētu izvēlēto failus. 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. Dažreiz Augšupielādei izdodas nokļūt "Crunching", bet pārtrauc darbu pēc tam, vai nāk ar HTTP kļūda, vai pat vēl ļaunāk, iesaldēt un crash pārlūkā nav reaģē. Other reported problems including the the add media buttons disappearing or not showing up. Citi problēmām, tostarp pievienojumprogrammas media pogas izzūd vai nerāda augšu.

WordPress Support has WordPress atbalsts ir listed uzskaitīti 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. vairākus pasākumus, lai pārbaudītu un noteikt iespējamās problēmas, kas izraisa lietotājs nevar augšupielādēt fotogrāfijas, attēlus, videoklipus, mūziku un citiem plašsaziņas līdzekļiem failus WordPress 2.5. If the Flash based media uploader does not work after whatever effort, workaround and solution been done, including some Ja Flash balstīta vide augšupielādētāju nedarbojas pēc kāda intensitāti, PROFILAKSE un šķīduma ir izdarīts, tostarp dažas bug bug fixes nosaka , 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. , Piemēram, atspējot konfliktējošām spraudnis un apvedceļš mod_security, lai censtos atrisināt šo kļūdu un problēmu, ir spraudnis, lai piespiestu atspējot (vai vēlāk atkārtoti iespējot) Flash augšupielādētāju.

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). Lai dotu iespēju Flash mediju augšupielādētāju tiks izslēgti, izmantojot spraudnis, filtra ir jāpievieno Flash augšupielādētāju (tikai uz WordPress versija 2.5.x, jo pārmaiņas ir noteikts, lai īstenotu pagrieziena versija 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). Lai to paveiktu, rediģēt \ wp-admin \ ietver \ media.php failu, izmantojot savu iecienītāko teksta redaktoru, ko tieši piesakoties uz servera vai lokāli (ir augšupielādēta un pārrakstīta aizstāj sākotnējo media.php datne). Change the following code at around line 765 to 770. Nomainiet šo kodu apmēram line 765 līdz 770.

Before: Pirms:
$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: Pēc:
$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 Pēc tam, lejupielādēt no-flash-uploader.php no-flash-uploader.php , and upload the PHP file to \wp-content\plugins\ directory, and activate the plugin via WordPress administration page. , Un augšupielādēt PHP failu \ wp-satura \ plugins \ direktorijā, un aktivizētu spraudnis, izmantojot WordPress administrēšanas lapā. 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. Pēc aktivējot atslēgt Flash mediju augšupielādētāju, augšupielādētāja vairs izmanto Flash tehnoloģijas, un visiem uzlabotas funkcijas, kas ir neizbēgama arī invalīdiem.

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. SVARĪGI: You're lasījums mašīna tulkoto lapu kas tiek sniegta "kā ir" bez garantijas. 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. Atšķirībā no cilvēka translation, mašīntulkošanas nesaprot tiesvedības gramatika, semantiku, sintaksi, Idioms dabas valodā, tādējādi bieži vien uzrādīt neprecīzus un zemas kvalitātes tekstu, kas ir maldinoša un neizprotams. Thus, please refer to Tātad, lūdzu, atsaukties uz original English article oriģināls angļu rakstu when in doubt. kad apšaubīta.



15 Responses to “Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin” 15 Atbildes uz "Disable WordPress 2,5 Flash Image / Video / Media augšupielādētāju ar Plugin"

  1. Michele Michele
    April 2nd, 2009 09:11 Aprīlis 2, 2009 09:11
    15 15

    grazie mille, questo post è stato provvidenziale! grazie mille, questo post è stato provvidenziale!

  2. kookimebux kookimebux
    February 2nd, 2009 01:44 Februāris 2, 2009 01:44
    14 14

    Hello. Sveiki. And Bye. Un Bye. :)

  3. Rene Hasprunar Rene Hasprunar
    December 13th, 2008 21:15 Decembris 13, 2008 21:15
    13 13

    Here is the fix that worked for me. Šeit ir noteikt, kas strādāja par mani.

    fryewiles fryewiles
    Member Member
    Posted 12 hours ago # Iesūtīts 12 ago #

    I had the same problem, and I was able to fix it by reuploading: Man bija tā pati problēma, un man bija iespēja noteikt to, reuploading:

    /wp-includes/js/swfupload/ / wp-includes/js/swfupload /

    And then clearing my browser cache. Un tad klīringa manu pārlūka kešatmiņu.

  4. Tien Do Xuan Tien Vai Xuan
    November 17th, 2008 20:08 Novembris 17, 2008 20:08
    12 12

    After should be: Pēc tam, kad būtu:
    $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); $ flash = apply_filters ( "flash_uploader", true);
    // If Mac and mod_security, no Flash. / / Ja Mac un mod_security, bez Flash. : (
    if ( $flash && false !== strpos(strtolower($_SERVER['HTTP_USER_AGENT']), 'mac') && apache_mod_loaded('mod_security') ) if ($ flash & & viltus! == strpos (strtolower ($ _SERVER [ 'HTTP_USER_AGENT']), "mac") & & apache_mod_loaded ( "mod_security"))
    $flash = false; $ flash = viltus;

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

    The above instructions do not work for me… the flash uploader still gets called. Iepriekš instrukcijas nedarbojas man ... flash augšupielādētāju joprojām izpaužas sauc.

    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). Es pamanīju, ar debugging kodu, ka līdz brīdim, kad funkcija, rediģējat jūsu norādījumus izpaužas dēvēts, pārlūkprogrammu jau parādās "uzpildīšanas augšupielādējiet formā" bārs (piemēram: ekrāns ir kļuvusi black).

    I've tried clearing the cache, and I'm using FF3.. I've tried Noskaidrojot cache, un es esmu izmantojot FF3 .. any ideas on what could be going wrong? jebkuras idejas par to, ko varētu iet nepareizi?

  6. sage salvija
    June 9th, 2008 21:28 Jūnijs 9, 2008 21:28
    10 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. Tā bija daudz vieglāk atgriezties pie iepriekšējās versijas WordPress, tomēr, man ir cita problēma. (Es joprojām nevaru imbed video...) I dizains fotogrāfijas ir īpašs izmērs par emuāra lapā, bet ir konstatēts, ka augšupielādētāju liek ar "alt" lielums uz html, kas ir prioritāte, uzrādot, vieno visus foto izmēru mazāku formātā. 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. Kad es apdare rakstot, man ir atgriezties, izmantojot kodu un likvidēt visus "alt's no kodu tā, ka viss ir redzams, kā es, kad es publicēt.

  7. Mario Mario
    June 9th, 2008 18:51 Jūnijs 9, 2008 18:51
    9 9

    Is it possible to totally remove the media buttons from the Write Post page? Vai ir iespējams pilnīgi novērst plašsaziņas pogas no Write Post lapu? I don't want users to use or even see these things. Es nevēlos lietotājiem vai pat šos lietas. I also want to remove the text editor buttons too! Es arī gribu, lai noņemtu teksta redaktoru pogas too!

  8. Upload Problems with Wordpress 2.5 | Batang Yagit Upload Problēmas ar WordPress 2.5 | Batang Yagit
    May 10th, 2008 16:21 Maijs 10, 2008 16:21
    8 8

    [...] to a blog post I found, “…the media uploader has numerous bugs and problems, which basically make the [...] [...] Uz blog post I atrasts, "... mediju augšupielādne ir daudzas kļūdas un problēmas, kas būtībā padara [...]

  9. admin admin
    April 21st, 2008 15:11 Aprīlis 21, 2008 15:11
    7 7

    Have you tried to re-upload wordpress files? Vai esat mēģinājuši atkārtoti augšupielādēt WordPress failus? Probably some files have corrupted. Iespējams, daži faili ir bojāti.

  10. sage salvija
    April 21st, 2008 14:04 Aprīlis 21, 2008 14:04
    6 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 Man ir tikai folowed visiem jūsu norādījumus, un es vēl saņemt šo kļūdu: Fatāla error: Call to nedefinētiem funkcija 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 Man ir mainījusi htaccess pārvērst par mod lieta un nekas ir strādājis par manu Mac (10,5) in safari vai FF
    Anything else I can do? Anything vēl es varu darīt?
    thanks pateicība

  11. admin admin
    April 20th, 2008 00:52 Aprīlis 20, 2008 00:52
    5 5

    What error message you have? Kāds kļūdas ziņojums jums ir?

  12. warriorfr warriorfr
    April 20th, 2008 00:49 Aprīlis 20, 2008 00:49
    4 4

    Thank you very much ! Liels paldies!
    Now I can send files, but I still get the same error message I have with IE7. Tagad es varu sūtīt failus, bet es vēl saņemt tādas pašas kļūdas paziņojumu man ar IE7.
    However even with this error, the upload works. Tomēr pat ar šo kļūdu, augšupielādējiet darbi.

  13. Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin (Excerpt) » My Digital Life Disable WordPress 2,5 Flash Image / Video / Media augšupielādētāju ar Plugin (Fragments) »Mans Digital Life
    April 17th, 2008 10:55 Aprīlis 17, 2008 10:55
    3 3

    [...] reading Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin at Tip and [...] [...] Lasījums Disable WordPress 2,5 Flash Image / Video / Media augšupielādētāju ar Plugin pie Padoms un [...]

  14. Tambayan.ph » Fix the media uploader when using IE7 on the latest WordPress 2.5 Tambayan.ph »Fix plašsaziņas augšupielādētāju, lietojot IE7 uz jaunāko WordPress 2,5
    April 4th, 2008 12:03 Aprīlis 4, 2008 12:03
    2 2

    [...] an alternative you can just disable the media uploader and revert to the old one via a plugin. [...] Alternatīvu varat tikai disable plašsaziņas augšupielādi un atgriezties pie vecā caur spraudni. Or just use Firefox and wait for WordPress [...] Vai tikai izmantot Firefox un jāgaida WordPress [...]

  15. Fix WordPress 2.5 Image or Media Flash Uploader Not Working Issue in IE7 » Tip and Trick Fix WordPress 2,5 Image vai Media Flash augšupielādētāju Not Working jautājums IE7 »Padoms un triks
    April 3rd, 2008 11:18 Aprīlis 3, 2008 11:18
    1 1

    [...] If using the Flash uploader is too much trouble, disable the Flash media uploader with this plugin. [...] Ja izmanto Flash augšupielādētāju ir pārāk daudz nepatikšanu, atslēgt Flash mediju augšupielādētāju ar šo spraudni. [...] [...]

Leave a Reply Atstāj atbildi

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> Jūs varat izmantot šos tagus: <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. Parakstīties uz komentāriem iezīme ir atspējota. To receive notification of latest comments posted, subscribe to Lai saņemtu paziņojumu par jaunāko komentāri norīkots darbā, abonēt Tip and Trick Comments RSS feed Padoms un triks Comments RSS feed or vai register to receive reģistrēties, lai saņemtu new comments in daily email digest. jauni komentāri ikdienas e-pasta sagremot.
Custom Search

Incoming Search Terms for the Article Incoming Meklēt Noteikumi par pants

wordpress crunching WordPress crunching - -- wordpress disable flash uploader WordPress atslēgt Flash augšupielādētāju - -- wordpress disable flash upload WordPress atslēgt Flash augšupielādes - -- wordpress flash upload WordPress flash augšupielādes - -- wordpress flash uploader WordPress flash augšupielādētāju - -- disable flash upload wordpress disable flash augšupielādējiet WordPress - -- crunching wordpress crunching WordPress - -- flash upload wordpress flash augšupielādējiet WordPress - -- wordpress image upload plugin WordPress attēlu augšupielādes spraudnis - -- wordpress uploader WordPress augšupielādētāju - -- Flash Uploader wordpress Flash augšupielādētāju WordPress - -- disable flash uploader wordpress disable flash augšupielādētāju WordPress - -- uploader augšupielādētāju - -- no-flash-uploader.php no-flash-uploader.php - -- wordpress media uploader WordPress mediju augšupielādētāju - -- disable flash uploader disable flash augšupielādētāju - -- wordpress no flash uploader WordPress nekāda uzliesmojuma augšupielādētāju - -- wordpress Crunching… WordPress Crunching ... - -- wordpress crunching http error WordPress crunching http kļūda - -- wordpress no flash upload WordPress nekāda uzliesmojuma augšupielādes - -- wordpress image upload crunching WordPress attēlu augšupielādes crunching - -- wordpress media upload plugin WordPress mediju augšupielādējiet spraudnis - -- wordpress 2.5 disable flash uploader WordPress 2,5 atspējojam flash augšupielādētāju - -- wordpress 2.5 flash WordPress 2,5 flash - -- disable wordpress flash upload disable WordPress flash augšupielādes - -- wordpress upload flash WordPress augšupielādējiet flash - -- flash image uploader flash image augšupielādētāju - -- no flash uploader wordpress nav flash augšupielādētāju WordPress - -- media uploader plašsaziņas augšupielādētāju - -- wordpress flash image WordPress flash image - -- wordpress upload crunching WordPress augšupielādēt crunching - -- disable wordpress flash uploader disable WordPress flash augšupielādētāju - -- wordpress 2.5 crunching WordPress 2,5 crunching - -- disable flash upload disable flash augšupielādes - -- wordpress image crunching WordPress attēlu crunching - -- wordpress 2.5 disable flash upload WordPress 2,5 atspējojam flash augšupielādes - -- wordpress upload media WordPress augšupielādētu informācijas nesēju - -- No Flash Uploader Nr Flash augšupielādētāju - -- wordpress 2.5 add video WordPress 2,5 pievienot video - -- wordpress upload image crunching WordPress augšupielādēt attēlu crunching - -- wordpress media upload broken WordPress mediju augšupielādējiet sadalīti - -- no flash upload plugin nav flash augšupielādējiet spraudnis - -- wordpress disable flash WordPress atslēgt flash - -- wordpress enable flash uploader WordPress ļautu flash augšupielādētāju - -- wordpress and flash WordPress un flash - -- wordpress disable flash upload plugin WordPress atslēgt Flash augšupielādēt spraudnis - -- wordpress flash uploader http error WordPress flash augšupielādētāju http kļūda - -- wordpress upload plugin WordPress augšupielādējiet spraudnis - -- video uploader video augšupielādi - -- wordpress image uploader plugin WordPress attēlu augšupielādi spraudnis - --