Merhaba Arkadaşlar,
Godaddy den hostingim var. Wordpress de yükleme limitim 2 mb olarak gözükmektedir.
Aşağıdaki adımları denedim fayda etmedi.
php.ini dosyası ( hem puclic_html attım hemde wp-admin e attım olmadı.)
functions.php
@ini_set( 'upload_max_size' , '96M' );
@ini_set( 'post_max_size', '96M');
@ini_set( 'max_execution_time', '300' );
add_filter( 'upload_size_limit', 'wpse_70754_change_upload_size' );
function wpse_70754_change_upload_size()
{
return 1000 * 524000;
.htaccess
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300
Yukarıdaki 3 yöntemi denedim fakat bir sonuç alamadım. Baya bir araştırdım bu yöntemlerden başka bir yöntem yok mu ? Godaddy de olan arkadaşlar bu sorunu nasıl çözdüler ?