• creativechaos

    (@creativechaos)


    We are seeing recurring PHP warnings in the error log related to the AJAX handler in Jeg Elementor Kit when running on PHP 8.3.

    PHP Warning: Undefined array key “action” in /wp-content/plugins/jeg-elementor-kit/class/ajax/class-ajax.php on line 110
    PHP Warning: Undefined array key “action” in /wp-content/plugins/jeg-elementor-kit/class/ajax/class-ajax.php on line 131

    This appears to occur when the plugin endpoint query variable exists but the action query var is missing.

    We added a simple patch but maybe this can be fixed in the next release?

    $action = $wp->query_vars[‘action’] ?? ”;

    if ( ” === $action ) {
    return;
    }

Viewing 1 replies (of 1 total)
  • Plugin Author Fauzan Jegstudio

    (@fauzanjegstudio)

    Hello @creativechaos,

    We sincerely apologize for the inconvenience you experienced, and thank you very much for reporting this issue.

    We have reviewed and resolved the issue on our side, and the fix will be included in the next update. If you or other users encounter the same issue and would like to implement the fix immediately, you may replace the ../wp-content/plugins/jeg-elementor-kit/class/ajax/class-ajax.php file with the file provided in the link below.

    File: https://drive.google.com/file/d/1ebsFoXaY37VqLtF468S_0bxof4y1DWB9/view?usp=sharing

    We hope this solution helps.

    Thank You

    Best Regards,
    Fauzan Edris

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.