dediğiniz gibi tekrardan attım herşeyi yapdım şimdide admin panelde
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/fingersw/public_html/wp-admin/menu-header.php on line 94
diyor hiçbir yer açılmıyor of yaa :S
.htaccess dosyasını notepad ++ile aç ve bunları ekle.
#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