Merhabalar;
Dün gece bir web disk uyarısı aldım, firmam ile görüştüğümde 250 bin dosya yükleme sınırı varmış, Benim şuanda 192 bin civarında dosyam varmış, Biliyorsunuz Wordpress te resim optimizasyonunda 1 resmi 6-7 resme dönüştürüyor bunun içinde dosya birikintisi olmakta, bu konuda yapabileceğim ya da önerebileceğiniz bir şey var mıdır? Lütfen bu konuda bilgisi olan arkadaşların yardımcı olmalarını rica ediyorum.
Saygılarımla.
Wordpress dosya sorunu "250 bin limiti"
5
●241
- 05-02-2018, 12:48:05Güzelhostingwebgrr adlı üyeden alıntı: mesajı görüntüle
Bende ki functions.php dosyasında bunlar yok._iyiblog_ adlı üyeden alıntı: mesajı görüntüle
/*-----------------------------------------------------------------------------------*/ # Define Constants /*-----------------------------------------------------------------------------------*/ define( 'JANNAH_DB_VERSION', '1.1.1' ); define( 'JANNAH_THEME_NAME', 'Jannah' ); define( 'JANNAH_THEME_FOLDER', 'jannah' ); define( 'JANNAH_THEME_ENVATO_ID', '19659555' ); define( 'JANNAH_TEMPLATE_PATH', get_template_directory() ); define( 'JANNAH_TEMPLATE_URL', get_template_directory_uri() ); define( 'JANNAH_JETPACK_IS_ACTIVE', class_exists( 'Jetpack' ) ); define( 'JANNAH_BWPMINIFY_IS_ACTIVE', class_exists( 'BWP_MINIFY' ) ); define( 'JANNAH_BBPRESS_IS_ACTIVE', class_exists( 'bbPress' ) ); define( 'JANNAH_BUDDYPRESS_IS_ACTIVE', class_exists( 'BuddyPress' ) ); define( 'JANNAH_LS_Sliders_IS_ACTIVE', class_exists( 'LS_Sliders' ) ); define( 'JANNAH_REVSLIDER_IS_ACTIVE', class_exists( 'RevSlider' ) ); define( 'JANNAH_WOOCOMMERCE_IS_ACTIVE', class_exists( 'WooCommerce' ) ); DEFINE( 'JANNAH_MPTIMETABLE_IS_ACTIVE', class_exists( 'Mp_Time_Table' ) ); define( 'JANNAH_SENSEI_IS_ACTIVE', function_exists( 'Sensei' ) ); define( 'JANNAH_AMP_IS_ACTIVE', function_exists( 'amp_init' ) ); define( 'JANNAH_ARQAM_IS_ACTIVE', function_exists( 'arqam_init' ) ); define( 'JANNAH_TAQYEEM_IS_ACTIVE', function_exists( 'taqyeem_get_option' ) ); define( 'JANNAH_INSTANOW_IS_ACTIVE', function_exists( 'tie_insta_media' ) ); define( 'JANNAH_EXTENSIONS_IS_ACTIVE', function_exists( 'jannah_extensions_shortcodes_scripts' ) ); /*-----------------------------------------------------------------------------------*/ # Works with PHP 5.3 or Later /*-----------------------------------------------------------------------------------*/ if ( version_compare( phpversion(), '5.3', '<' ) ) { require get_template_directory() . '/framework/functions/disable.php'; } else{ /*-----------------------------------------------------------------------------------*/ # Require Files # With locate_template you can override these files with child theme it uses # load_template() to include the files which uses require_once() /*-----------------------------------------------------------------------------------*/ locate_template( 'framework/functions/theme-functions.php', true, true ); locate_template( 'framework/functions/setup.php', true, true ); locate_template( 'framework/functions/advertisment.php', true, true ); locate_template( 'framework/functions/ajax.php', true, true ); locate_template( 'framework/functions/speeder.php', true, true ); locate_template( 'framework/functions/styles-footer.php', true, true ); locate_template( 'framework/functions/mobile.php', true, true ); locate_template( 'framework/functions/devices.php', true, true ); locate_template( 'framework/functions/video-playlist.php', true, true ); locate_template( 'framework/functions/mega-menus.php', true, true ); locate_template( 'framework/functions/wp-helper-functions.php', true, true ); locate_template( 'framework/plugin-integrations/load.php', true, true ); locate_template( 'framework/functions/translations.php', true, true ); locate_template( 'framework/functions/pagenavi.php', true, true ); locate_template( 'framework/functions/post-views.php', true, true ); locate_template( 'framework/functions/breadcrumbs.php', true, true ); locate_template( 'framework/functions/formating.php', true, true ); locate_template( 'framework/functions/images.php', true, true ); locate_template( 'framework/functions/media.php', true, true ); locate_template( 'framework/functions/foxpush.php', true, true ); locate_template( 'framework/functions/open-graph.php', true, true ); locate_template( 'framework/functions/page-templates.php', true, true ); locate_template( 'framework/functions/social.php', true, true ); locate_template( 'framework/functions/styling.php', true, true ); locate_template( 'framework/widgets.php', true, true ); locate_template( 'framework/admin/updates.php', true, true ); locate_template( 'framework/admin/framework-admin.php', true, true ); locate_template( 'framework/functions/backward-compatibility.php', true, true ); } - 05-02-2018, 12:58:19Üyeliği durduruldusanırım şundadır.TechNews adlı üyeden alıntı: mesajı görüntüle
locate_template( 'framework/functions/theme-functions.php',
- 05-02-2018, 13:03:55Size özel mesaj gönderdim lütfen bakabilir misiniz._iyiblog_ adlı üyeden alıntı: mesajı görüntüle