• Resolved benny54

    (@benny54)


    On januari 1st i updatet elementor on my website from version 3.33.2 to 3.34.0.
    Today january 7th my website crashed. See dump below.
    The website is using the Mesmerize Pro template in combination with Elementor.
    PHP version is 8.3.27 and WP 6.9
    After a restore to december 31 the website is back online.

    = = = = =
    Page of crashed website
    = = = = =

                &E# 5g        &E# 5         &E# 6         &E# 7         &E# 7         &E# 0G        &E# 1'        &E# 1         &E# 2g        &E# 2         &E# 3         &E# <         &E# <         &E# =G        &E# >'        &E# >         &E# ?g        &E# ?         &E# 8         &E# 9         &E# 9         &E# :G        &E# ;'        e( $widget ) { if ( in_array( 'wordpress', $widget->get_categories() ) ) { // phpcs:ignore WordPress.WP.CapitalPDangit.MisspelledInText return esc_html__( 'WordPress Widgets', 'elementor' ); } $class_reflection = new \ReflectionClass( $widget ); $plugin_basename = plugin_basename( $class_reflection->getFileName() ); $plugin_directory = strtok( $plugin_basename, '/' ); $plugins_data = get_plugins( '/' . $plugin_directory ); $plugin_data = array_shift( $plugins_data ); return $plugin_data['Name'] ?? esc_html__( 'Unknown', 'elementor' ); } public function ajax_save_disabled_elements() { $this->verify_permission(); $elements = Utils::get_super_global_value( $_POST, 'widgets' ); // phpcs:ignore WordPress.Security.NonceVerification.Missing if ( empty( $elements ) ) { wp_send_json_error( esc_html__( 'No elements to save.', 'elementor' ) ); } $disabled_elements = json_decode( $elements ); if ( ! is_array( $disabled_elements ) ) { wp_send_json_error( esc_html__( 'Unexpected elements data.', 'elementor' ) ); } Options::update_disabled_elements( $disabled_elements ); do_action( 'elementor/element_manager/save_disabled_elements' ); wp_send_json_success(); } public function ajax_get_widgets_usage() { $this->verify_permission(); /** @var Usage_Module $usage_module */ $usage_module = Usage_Module::instance(); $usage_module->recalc_usage(); $widgets_usage = []; foreach ( $usage_module->get_formatted_usage( 'raw' ) as $data ) { foreach ( $data['elements'] as $element => $count ) { if ( ! isset( $widgets_usage[ $element ] ) ) { $widgets_usage[ $element ] = 0; } $widgets_usage[ $element ] += $count; } } wp_send_json_success( $widgets_usage ); } }

    • This topic was modified 2 months, 3 weeks ago by benny54.
    • This topic was modified 2 months, 3 weeks ago by benny54.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Rica

    (@ricav)

    Hi @benny54,

    Could you please provide us with the website URL and screenshot or screencast of the issue so we can further investigate?

    Looking forward to your reply.

    Kind regards,

    Thread Starter benny54

    (@benny54)

    url: https://yogazentrumtwente.nl

    Errorlog:
    Een fout van het type E_ERROR werd veroorzaakt op regelnummer 26 van het bestand /home/debxxxxx/domains/my-domain.nl/public_html/wp-content/plugins/elementor/modules/element-manager/module.php. Foutmelding: Uncaught Error: Class “Elementor\Modules\ElementManager\Ajax” not found in /home/debxxxxx/domains/my-domain.nl/public_html/wp-content/plugins/elementor/modules/element-manager/module.php:26
    Stack trace: 0 /home/debxxxxx/domains/my-domain.nl/public_html/wp-content/plugins/elementor/core/base/module.php(86): Elementor\Modules\ElementManager\Module->__construct() 1 /home/debxxxxx/domains/my-domain.nl/public_html/wp-content/plugins/elementor/core/modules-manager.php(64): Elementor\Core\Base\Module::instance() 2 /home/debxxxxx/domains/my-domain.nl/public_html/wp-content/plugins/elementor/includes/plugin.php(703): Elementor\Core\Modules_Manager->__construct() 3 /home/debxxxxx/domains/my-domain.nl/public_html/wp-content/plugins/elementor/includes/plugin.php(621): Elementor\Plugin->init_components() 4 /home/debxxxxx/domains/my-domain.nl/public_html/wp-includes/class-wp-hook.php(341): Elementor\Plugin->init() 5 /home/debxxxxx/domains/my-domain.nl/public_html/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters() 6 /home/debxxxxx/domains/my-domain.nl/public_html/wp-includes/plugin.php(522): WP_Hook->do_action() 7 /home/debxxxxx/domains/my-domain.nl/public_html/wp-settings.php(742): do_action() 8 /home/debxxxxx/domains/my-domain.nl/public_html/wp-config.php(95): require_once(‘/home/debxxxxx…’) 9 /home/debxxxxx/domains/my-domain.nl/public_html/wp-load.php(50): require_once(‘/home/debxxxxx…’) 10 /home/debxxxxx/domains/my-domain.nl/public_html/wp-blog-header.php(13): require_once(‘/home/debxxxxx…’) 11 /home/debxxxxx/domains/my-domain.nl/public_html/index.php(17): require(‘/home/debxxxxx…’) 12 {main}

    thrown

    Moderator Support Moderator

    (@moderator)

    @nicolaithedesigner @evildoer @rozuja Please do not take over someone else’s topic. If you need support then per the forum guidelines please start your own topic.

    https://wordpress.org/support/forum-user-guide/faq/#i-have-the-same-problem-can-i-just-reply-to-someone-elses-post-with-me-too

    If you need support you can start your own topic here: https://wordpress.org/support/plugin/elementor/#new-topic-0

    Thread Starter benny54

    (@benny54)

    Any solution yet? I do not dare to upgrade anymore.

    Plugin Support vipul78

    (@vipulelementor)

    Hi @benny54

    The issue should be resolved with the latest version of Elementor.
    Please use a staging site – https://wordpress.org/plugins/wp-staging/

    And then update the Elementor plugin, it should be resolved with the newer version of Elementor.

    After trying on a staging site you can directly update the live site as well.

    Thread Starter benny54

    (@benny54)

    Hi @vipulelementor,

    Thanks for your reply. My customer informed me that she decided to have her website rebuild in Divi 5. So until then i will keep the version on 3.33.2.

    Plugin Support Milos

    (@miloss84)

    Hi there,

    Thank you for your update.

    If you have any new issue please open a new topic and we will gladly assist you with this.

    Kind regards,

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

You must be logged in to reply to this topic.