• Hello

    DeprecatedCreation of dynamic property Kirki\Field\Repeater::$compiler is deprecated-

    1. wp-content/plugins/kirki/kirki-packages/compatibility/src/Field.php:305
    2. Kirki\Compatibility\Field->__construct()
      wp-content/plugins/kirki/kirki-packages/compatibility/src/Kirki.php:215
    3. Kirki\Compatibility\Kirki::add_field()
      wp-content/themes/motta/inc/customizer.php:136
    4. Motta\Customizer->register()
      wp-content/themes/motta/inc/customizer.php:65
    5. Motta\Customizer->__construct()
      wp-content/themes/motta/inc/customizer.php:37
    6. Motta\Customizer::instance()
      wp-content/themes/motta/inc/options.php:55
    7. Motta\Options->__construct()
      wp-content/themes/motta/inc/options.php:41
    8. Motta\Options::instance()
      wp-content/themes/motta/inc/helper.php:50
    9. Motta\Helper::get_option()
      wp-content/themes/motta/inc/woocommerce.php:166
    10. Motta\WooCommerce->woocommerce_setup()
      wp-includes/class-wp-hook.php:324
    11. do_action('after_setup_theme')
      wp-settings.php:705

    25

    Plugin: kirki

    PHPVersion8.2.27SAPIfpm-fcgiUserwww-data:www-datamax_execution_time180memory_limit128Mupload_max_filesize100Mpost_max_size100Mdisplay_errorslog_errors1Error Reporting4983+Extensions

    57+DatabaseServer Version10.6.21-MariaDB-0ubuntu0.22.04.2-logExtensionmysqliClient Version80227 (8.2.27)UserlovcourcomqBPYHostlocalhostDatabaselovcour_com_AtxdyVmkinnodb_buffer_pool_size4294967296 (~4 GB)key_buffer_size16777216 (~16 MB)max_allowed_packet67108864 (~64 MB)max_connections300WordPressVersion6.8Environment Type (Help)productionDevelopment Mode (Help)empty stringWP_DEBUGfalseWP_DEBUG_DISPLAYfalseWP_DEBUG_LOGfalseSCRIPT_DEBUGfalseWP_CACHEfalseCONCATENATE_SCRIPTSfalseCOMPRESS_SCRIPTSundefinedCOMPRESS_CSSundefinedWP_ENVIRONMENT_TYPEundefinedWP_DEVELOPMENT_MODEempty stringSUNRISEundefinedServerSoftwarenginxVersion1.26.2IP Address2604:a880:4:1d0::59f:3000HostLovcourOSLinux 5.15.0-138-genericArchitecturex86_64Basic Authfalse

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am getting the same error. Would be helpful if we can get an answer to resolve this issue.

    Hi

    Not sure where to put this as I am new here, but you can get rid of the first error message by applying this patch to wp-content/plugins/kirki/kirki-packages/compatibility/src/Field.php:

    --- Field.php.orig	2025-07-18 09:39:29.239111345 +0100
    +++ Field.php 2025-07-18 09:51:08.543649923 +0100
    @@ -31,6 +31,7 @@
    public $button_label;
    public $description;
    public $help;
    + public $compiler;

    protected $args = array();

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Deprecated’ is closed to new replies.