• 26-10-2021, 11:38:46
    #1
    Merhabalar themeforest.com'dan satın aldığım temayı Wordpress'e kurarken ufak bir sorunla karşılaşıyorum teslim etmem gereken bir iş yardımcı olabilecek varsa Whatsapptan mesaj atabilirse çok sevinirim.
    +90 538 740 38 42
    Php sürümümün en son olduğunu belirtmek istiyorum.
    Aldığım hata görseldeki gibidir, demo contect kurarken vs. sorun yaşatıyor.
    Lütfen sadece gerçekten yardımcı olacak kişiler yazabilirse sevinirim zira zaman kaybetmek istemiyorum
    İyi forumlar.
  • 26-10-2021, 11:40:08
    #2
    Muhtemelen tema dosyalarında hata mevcut, bu konuda themeforest üzerinden tema yazarıyla iletişime geçerseniz daha faydalı olur
  • 26-10-2021, 11:41:15
    #3
    Teşekkürler, ancak yorumlara baktığımda bu konuyla ilgili hiç şikayet göremedim.
  • 26-10-2021, 11:44:40
    #4
    Merhabalar Yardımcı olabirim iletişime geçerseniz
  • 26-10-2021, 11:48:27
    #5
    Arkadaş Wordpress bilgilerini bile atmak istemiyor mümkünse Göklerden gelen güçle çözdürmek istiyor. Yazıcak arkadaşların bilgisi olsun
  • 26-10-2021, 11:50:13
    #6
    Whatsapp'tan selam yazıp sorunu dinlemeden, ne istediğimi anlamadan direkt atın bilgileri halledelim tavrınızdan dolayı teşekkürler diyerek nazikçe reddettim talebinizi. Terbiyesizliğe lüzum yok.
  • 26-10-2021, 11:59:06
    #7
    Üyeliği durduruldu
    tahminimce, php ayarlarıyla alakalı, tema için önerilen php değerleri ile değiştirin hocam.


    1. Through functions.php file:
    You may add the below mentioned code in the functions.php file of your theme.
    @ini_set( 'upload_max_size' , '64M' );
    
    @ini_set( 'post_max_size', '64M');
    
    @ini_set( 'max_execution_time', '300' );
    2. Through PHP.INI file:
    If you cannot see the php.ini file in your directory create the new one with below mentioned code and upload it to your root folder on your web server.
    If you can see the php.ini file then change parameters or add :
    upload_max_filesize = 64M
    
    post_max_size = 64M
    
    max_execution_time = 300
    In case that tip does not work with 64MB, try it with 10MB.
    3. Through .htaccess method
    You may try modifying the existing .htaccess file in the root directory or creating a new one.
    Add the following code in the existing or new .htacess file:
    php_value upload_max_filesize 64M
    
    php_value post_max_size 64M
    
    php_value max_execution_time 300
    
    php_value max_input_time 300
    You can reset all of the setting for the each page on our custom panel by clicking “Reset” button on the bottom.
    burada bahsedilmiş yapılması gereken değerler.
  • 26-10-2021, 12:23:37
    #8
    Bu tür hataları tema eklenti kaynaklı ve PHP sürüm kaynaklı olmaktadır eklenti güncellemesi sonucu veya eklenti desteklemediğinde gelebilmektedir