• 23-07-2025, 21:04:52
    #1
    Böyle bir hata ile karşılaşıyorum, yardımcı olabilecek var mı ?



    Log dosyasındaki yazı bu şekilde;

    [23-Jul-2025 18:00:06 UTC] PHP Fatal error: Uncaught Error: Call to undefined function woodmart_get_theme_info() in /home/mirgrupcom/public_html/wp-content/themes/woodmart-child/functions.php:6
    Stack trace:
    #0 /home/mirgrupcom/public_html/wp-includes/class-wp-hook.php(324): woodmart_child_enqueue_styles('')
    #1 /home/mirgrupcom/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
    #2 /home/mirgrupcom/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #3 /home/mirgrupcom/public_html/wp-includes/script-loader.php(2299): do_action('wp_enqueue_scri...')
    #4 /home/mirgrupcom/public_html/wp-includes/class-wp-hook.php(324): wp_enqueue_scripts('')
    #5 /home/mirgrupcom/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
    #6 /home/mirgrupcom/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #7 /home/mirgrupcom/public_html/wp-includes/general-template.php(3192): do_action('wp_head')
    #8 /home/mirgrupcom/public_html/wp-content/themes/woodmart/header.php(12): wp_head()
    #9 /hom in /home/mirgrupcom/public_html/wp-content/themes/woodmart-child/functions.php on line 6
  • 23-07-2025, 21:10:26
    #2
    Telegram

    yazarsanız halledelim hocam.
  • 23-07-2025, 21:11:24
    #3
    We 🤍 WordPress
    Merhabalar, Loglarınızı kontrol ettiğimde Child Tema kullanıyorsunuz sanırım Ana temada hata olabilir. Tema sürümü ile child tema uyumlu mu?

    Child temasının woodmart-child içindeki functions.php dosyasında, 6. satırda şu tarz bir kod var mı?
    $theme_info = woodmart_get_theme_info();
  • 23-07-2025, 22:41:43
    #4
    softinays adlı üyeden alıntı: mesajı görüntüle
    Merhabalar, Loglarınızı kontrol ettiğimde Child Tema kullanıyorsunuz sanırım Ana temada hata olabilir. Tema sürümü ile child tema uyumlu mu?

    Child temasının woodmart-child içindeki functions.php dosyasında, 6. satırda şu tarz bir kod var mı?
    $theme_info = woodmart_get_theme_info();
    Evet var hocam.
  • 23-07-2025, 23:19:53
    #5
    We 🤍 WordPress
    ismailgebel adlı üyeden alıntı: mesajı görüntüle
    Evet var hocam.
    O kodu silip aşağıdaki kodu ekler misiniz.

    if (function_exists('woodmart_get_theme_info')) {
    $theme_info = woodmart_get_theme_info();
    }
  • 23-07-2025, 23:33:09
    #6
    Sorun @JoshgunPRO; tarafından düzeltildi. Teşekkürler ☺

    Ayrıca yardımcı olmaya çalışan herkese teşekkürler ☺