• 16-02-2010, 23:49:21
    #1
    Üyeliği durduruldu
    Yeni wordpress güncellemesini yapamıyorum gerekçe ise şu yazıda yazan hata sanırım hafıza yetersizliğinden bahsediyor ama yeterli alanımda var.
    Sizce ne yapmam gerek?

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2748445 bytes) in /home/wwwyeni/public_html/wp-includes/http.php on line 1363
  • 17-02-2010, 01:37:35
    #2
    Otomatik yapma wordpress-tr.com da manuel olarak yapımı anlatılıyor harfiyen uygularsan sorun cıkmıyor. Kolay gelsın
  • 17-02-2010, 02:05:46
    #3
    Aynısı benimde başıma geldi çözümü şöyle
    htaccess Dosyasının içine şöyle bir kod eklemen lazım.


    php_value memory_limit "64M"
  • 17-02-2010, 09:44:06
    #4
    Üyeliği durduruldu
    NetBeans adlı üyeden alıntı: mesajı görüntüle
    Aynısı benimde başıma geldi çözümü şöyle
    htaccess Dosyasının içine şöyle bir kod eklemen lazım.


    php_value memory_limit "64M"
    hocam kodu aşadaki hangi kısma eklemem lazım


    # BEGIN WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
    RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cell phone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).*
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]

    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
    RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cell phone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).*
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]
    </IfModule>

    # END WPSuperCache

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^go/([0-9]+)$ /wp-content/plugins/kadom-ads-management/go.php?kdid=$1 [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
  • 17-02-2010, 09:54:44
    #5
    Üyeliği durduruldu
    arkadaşlar sorunu çözdüm nasıl çözdüm: bütün eklentileri etkisiz hale getirdim sonra tekrar denedim ve oldu. Eğer başınıza gelirse eklentileri etkisiz hale getirin tekrar deneyin ve tamamdır