• 15-01-2009, 19:35:59
    #1
    arkadaslar bildiginiz gibi wp aşırı derecede cpu yiyor bunun için wp cache eklentisi var fakat bunu kurmak ayrı bir dert bunun için tüm makaleleri okudum herseyi denedim ama hala kurulmadı
    wp config e gerkli satırı ekledim
    ftp de gerekli dosyaları klasörü olusturdum yazılabilirligini açtım
    wp cache dosyasının yazılabilirligini açtım
    ama hala bu hatayı veriyor


    You may experience problems running this plugin because SAFE MODE is enabled. Your server is set up to check the owner of PHP scripts before allowing them to read and write files.
    
    You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the /home/seni/public_html/wp-content/cache/ directory must also be changed. See the safe mode manual page for further details.
    
    Warning: mkdir() [function.mkdir]: Unable to access /home/seni/public_html/wp-content/cache/ in /home/seni/public_html/wp-content/plugins/wp-super-cache/wp-cache.php on line 884
    Error: Your cache directory (/home/seni/public_html/wp-content/cache/) did not exist and couldn't be created by the web server.
    Check permissions.
    Cannot continue... fix previous problems and retry.
    ne yapmam gerekiyor arkadaslar ve bu cpu için tüm çözümlerimizi bu konu altında toplayalım yeter artık bu cpu dan çektigimiz bu yüzden 2 site kapattım
  • 15-01-2009, 20:01:11
    #2
    buraya bi bakın isterseniz işinize yarıyabilir
  • 15-01-2009, 20:32:06
    #3
    orada yazanları 1 e bir uyguladım fakat hala sorun var işte :S
  • 15-01-2009, 21:05:48
    #4
    Üyeliği durduruldu
    sunucu sahibine gösterin bu hatayı. safe modu kapatsın.
  • 15-01-2009, 21:10:58
    #5
    Bende şimdi kurdum bu eklentiyi oldu gibi tek sorun Mod rewrite.
    Sizde ne gibi bir hata çıkmı bilmiyorum ama şunları yapmadıysanız yapın:
    oluşturduğunuz cache klasörüne .htaccess klasörü oluşturun ve içine gerekli kodları girin.bunu yaptıktan sonra eklentinin ayarlar kısmında sarı bi yer çıkıyor ve sizden o kodları anadizindeki htaccess'e eklemenizi istiyor, bunlarıda yaptıktan sonra yine ayarlar kısmında sarı bir yer çıkıyor ordaki kodlarıda htaccess'e eklemenizi istiyor işte benim tıkandığım nokta bu .. buraya kadar yaptım .. bu kodları htaccess'de sanırsam yanlış yere ekledim. hala Mod rewrite may not be installed! diyor. kaldım burda ..

    Edit : Şu anda tam olarak bunu diyor
    WP Super Cache mod rewrite rules were detected in your /var/www/vhosts/yok10.com/httpdocs/.htaccess file. Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match. View mod_rewrite rules

    # BEGIN WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
    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_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
    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

    Rules must be added to /var/www/vhosts/yok10.com/httpdocs/wp-content/cache/.htaccess too:

    # BEGIN supercache
    <IfModule mod_mime.c>
    AddEncoding gzip .gz
    AddType text/html .gz
    </IfModule>
    <IfModule mod_deflate.c>
    SetEnvIfNoCase Request_URI \.gz$ no-gzip
    </IfModule>
    <IfModule mod_headers.c>
    Header set Cache-Control 'max-age=300, must-revalidate'
    </IfModule>
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/html A300
    </IfModule>
    # END supercache
  • 15-01-2009, 21:59:16
    #6
    htaccess e ait chmod ayarlarını bir kontrol et belki ondan yazmamıştır.
  • 15-01-2009, 23:39:31
    #7
    wp super cachei dene sorunsuz kurabilirsin belki. wp cache 2.7lerde hep böyle hatalar verebiliyor.
    http://www.wpturkiye.net/wp-content/...-cache1063.zip buradan wp super cachei indirebilirsin
  • 15-01-2009, 23:47:27
    #8
    yokolucu adlı üyeden alıntı: mesajı görüntüle
    htaccess e ait chmod ayarlarını bir kontrol et belki ondan yazmamıştır.
    CHMOD 777 mi olması gerekiyor .htaccess'de ?
  • 16-01-2009, 06:06:54
    #9
    ilyasbat adlı üyeden alıntı: mesajı görüntüle
    wp super cachei dene sorunsuz kurabilirsin belki. wp cache 2.7lerde hep böyle hatalar verebiliyor.
    http://www.wpturkiye.net/wp-content/...-cache1063.zip buradan wp super cachei indirebilirsin
    aynı hata var