Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Kupası
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

WordPress’te “Geçici Klasör Eksik” Hatası Nasıl Giderilir

Editoryal Not: WPBeginner üzerindeki ortak bağlantılardan komisyon kazanıyoruz. Komisyonlar, editörlerimizin görüşlerini veya değerlendirmelerini etkilemez. Editoryal Süreç hakkında daha fazla bilgi edinin.

WordPress sitenizde ‘Geçici bir klasör eksik’ hatasını mı görüyorsunuz?

Bu hata ciddi bir hatadır ve resim yüklemeyi, temaları ve eklentileri güncellemeyi veya WordPress çekirdeğini güncellemeyi imkansız hale getirir.

Bu makalede, WordPress’te ‘Geçici bir klasör eksik’ hatasını nasıl kolayca düzeltebileceğinizi göstereceğiz.

How to Fix "Missing a Temporary Folder" Error in WordPress

WordPress’te ‘Geçici Klasör Eksik’ Hatasının Nedeni Nedir?

WordPress web siteniz ‘Geçici bir klasör eksik’ hatasını mı gösteriyor? Bu yaygın WordPress hatası, WordPress barındırma ortamınızdaki yanlış PHP ayarlarından kaynaklanır.

WordPress gibi uygulamaların verileri geçici olarak depolamak için kullanabileceği geçici bir klasörü tanımlayan belirli bir PHP ayarı vardır. Bir resim yüklediğinizde, bir eklenti veya tema yüklediğinizde veya güncellediğinizde ya da WordPress çekirdeğini güncellediğinizde WordPress’in bu geçici klasöre erişmesi gerekir.

Bu klasörün konumu sunucunuzun PHP yapılandırmasında tanımlanmamışsa, WordPress bu işlemlerin hiçbirini yapamayacak ve size ‘Geçici klasör eksik’ hatasını gösterecektir.

The 'Missing a Temporary Folder' Error Message

Barındırma sağlayıcınıza ulaşıp bunu sizin için düzeltmelerini isteyebilirsiniz. Aldığınız teknik destekten memnun değilseniz, daha iyi bir WordPress barındırma şirketine geçmeyi düşünün.

Bununla birlikte, geçici bir çözüm kullanarak hatayı kendiniz düzeltmeniz de mümkündür. WordPress’te ‘Geçici klasör eksik’ hatasını nasıl kolayca düzeltebileceğinize bir göz atalım.

WordPress’te ‘Geçici Klasör Eksik’ Hatası Nasıl Giderilir

Bu eğitim için wp-config.php WordPress yapılandırma dosyasını düzenlemeniz gerekecek. Bunu daha önce yapmadıysanız, WordPress’te wp-config.php dosyasının nasıl düzenleneceğine ilişkin kılavuzumuza bakın.

Öncelikle, bir FTP istemcisi veya web hosting hesabınızın cPanel panosunda bulunan dosya yöneticisini kullanarak web sitenize bağlanmanız gerekecektir.

Ardından, wp-config.php dosyasını bulmanız ve düzenlemeniz gerekecektir.

You Need to Edit wp-config.php

Aşağıdaki kod parçacığını, ‘Hepsi bu kadar, düzenlemeyi durdurun!’ yazan satırdan hemen önce dosyaya yapıştırmanız gerekir. Mutlu yayınlar.

define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/temp/');
Paste the Code Snippet Into wp-config.php

Değişikliklerinizi kaydedin ve wp-config.php dosyasını web sitenize geri yükleyin.

Ardından, /wp-content/ klasörünegitmeniz ve içinde yeni bir klasör oluşturmanız gerekir. Bu yeni klasöre temp adını vermelisiniz.

Create a Temp Directory in the WP-Content Folder

Hepsi bu kadar. Artık WordPress yönetici alanınızı ziyaret edebilir ve bir resim yüklemeyi deneyebilirsiniz.

Hala ‘Eksik geçici klasör’ hata mesajını görüyorsanız, wp-content klasörünüz için klasör izinlerini kontrol etmeniz gerekecektir.

FTP istemcinizi kullanarak WordPress sitenizin kök klasörüne gidin. Bundan sonra, wp-content klasörüne sağ tıklamalı ve ‘Dosya izinleri…’ seçeneğini seçmelisiniz.

Check the File Permissions of the WP-Content Folder

Bu, dosya izinleri iletişim kutusunu getirecektir. Şimdi sayısal değer alanına 755 girmeniz gerekir.

Ardından devam etmek için ‘Tamam’ düğmesine tıklayabilirsiniz.

Make Sure the File Permissions Are 755

Artık WordPress sitenize resim yükleyebilmeli ve güncellemeler yapabilmelisiniz.

Umarız bu eğitim WordPress’te ‘Geçici klasör eksik’ hatasını nasıl düzelteceğinizi öğrenmenize yardımcı olmuştur. WordPress sitenizi nasıl hızlandıracağınıza dair rehberimizi veya WordPress için en iyi sosyal medya eklentileri uzman seçimimizi de görmek isteyebilirsiniz.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Açıklama: İçeriğimiz okuyucu desteklidir. Bu, bazı bağlantılarımıza tıklarsanız komisyon kazanabileceğimiz anlamına gelir. WPBeginner'ın nasıl finanse edildiğini, neden önemli olduğunu ve nasıl destek olabileceğinizi görün. İşte editoryal sürecimiz.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

Ultimate WordPress Araç Kiti

Araç setimize ÜCRETSİZ erişim sağlayın - her profesyonelin sahip olması gereken WordPress ile ilgili ürün ve kaynaklardan oluşan bir koleksiyon!

Reader Interactions

26 yorumBir Cevap Bırakın

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Rojin says

    I had the “Missing temporary folder” error today, with only one site, and the problem was an old theme. I temporarily switched theme to one of the default WordPress themes.
    define(‘WP_TEMP_DIR’, dirname(__FILE__) . ‘/wp-content/temp/’);
    This code and even the steps did not worked for me. Do you have any other methods to solve the issue.

    • WPBeginner Support says

      If none of these methods worked for you, we would recommend reaching out to your hosting provider and see if they possibly have a setting that is overriding what you’re trying to do.

      Yönetici

    • WPBeginner Support says

      If the methods from this guide do not solve the issue, we would recommend reaching out to your hosting provider for them to take a look at your folder permissions for you.

      Yönetici

  3. Brian Coogan says

    I had the “Missing temporary folder” error today, with only one site, and the problem was an old theme. I temporarily switched theme to one of the default WordPress themes (‘twentytwentyone’) and the error disappeared, at least in my case. I could see a whole bunch of JS errors in the browser console log (F12 in Chrome).

    I did check out the temporary folder stuff above, but it didn’t seem to be key for me. Worth noting that my theme was VERY old and VERY broken (ie: PHP 5.6 days!), but just mentioning this in case someone else like me has tried everything else!

    I didn’t have time to check out what was happening in the code to produce this message, but just wanting to confirm that there’s at least one cause. In my case I’m the host and I’m sure the other sites on the server had no problem.

    • WPBeginner Support says

      Thanks for sharing what caused this issue for you should someone else be looking for a reason :)

      Yönetici

  4. Shahzad Ghafoor says

    I have edit wp-config.php and created a temp folder but also there is error and not going to upload any file except after doing this I can just find and install themes and plugins but can’t upload from pc.

    • WPBeginner Support says

      If the first method in this guide did not work for you, we would recommend following the steps in our troubleshooting section.

      Yönetici

  5. Mel says

    Thanks for this info. I had a site that had no issues previously with upgrading and then all of a sudden nothing would work – upgrades, uploads, etc. This fixed it. Thanks so much!

  6. Thami says

    Hi all. Unfortunately I have tried to find the wp-config.php file in my cpanel, without any luck. It is just not there.

    • WPBeginner Support says

      You may want to check with your hosting provider to ensure you are connected to the correct folder for your site

      Yönetici

  7. Rowan says

    Also this error shows up when you have reached your disk quota. I get many clients emailing me about this, but they’ve just been uploading huge files and their web hosting is full. Clear some space and it’ll work again.

  8. AR Badhon says

    Thanks for Suggest..
    but i’m tried , before i’ll can’t upload . finish set to set guide line.
    pls Anyothers way

  9. evans kyei says

    Add From Server plugin saved my time. it’s easy to use, just upload your image through ftp and use Add from sever plugin to import to your Media Library.

Bir Cevap Bırakın

Yorum bırakmayı seçtiğiniz için teşekkür ederiz. Lütfen tüm yorumların yorum poli̇ti̇kasi uyarınca denetlendiğini ve e-posta adresinizin yayımlanmayacağını unutmayın. Ad alanında anahtar kelime KULLANMAYIN. Kişisel ve anlamlı bir sohbet edelim.