<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');bu sorun neden kaynaaklanabilir arkadaşlar
Wordpress siteme girdigimde bir dosya indiriyor
5
●980
- 12-10-2010, 12:27:19Üyeliği durduruldumerhabalar salipazari siteme girdigimde bir dosya iniyor dosya icersinde yazanda bu
- 12-10-2010, 14:19:15http://hotfile.com/dl/75505834/a0e807f/php.ini.html
Bu dosyayı ftp ye suralara atın sorun cozulecektir.
public_html/(buraya)wp-includes/(buraya)pomo/(buraya) - 12-10-2010, 15:04:58Üyeliği durdurulduFatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 196608 bytes) in /home/salipaza/public_html/wp-includes/pomo/mo.php on line 204
şuan verdigi hata bu...
lanky_hank indirme siteleri yasaklı bulundugum yerde bir sunucuna yukleyebilirmisin oaradan indirsem.. - 12-10-2010, 15:15:27Üyeliği durduruldu.htaccess dosyasina bunlari ekle sorun kalkar
#Change upload limits
php_value memory_limit 50M
php_value post_max_size 50M
php_value upload_max_filesize 50M
php_value max_execution_time 900
#Change upload limits end
bu şekilde sorun cözüldü..
teşekkurler