• After WordPress Update, I have following error:

    WordPress-Version 5.4.10
    Aktuelles Theme: Hello Elementor (Version 2.3.0)
    Aktuelles Plugin: Polylang Connect for Elementor (Version 2.2.0)
    PHP-Version 7.4.25

    Fehler-Details
    ==============
    Ein Fehler vom Typ E_ERROR wurde in der Zeile 358 der Datei /home/t65377/public_html/tolmachi.de/wp-content/plugins/connect-polylang-elementor/includes/connect-plugins.php verursacht. Fehlermeldung: Uncaught Error: Call to undefined method ElementorPro\Modules\ThemeBuilder\Classes\Conditions_Manager::get_document_instances() in /home/t65377/public_html/tolmachi.de/wp-content/plugins/connect-polylang-elementor/includes/connect-plugins.php:358
    Stack trace:
    #0 /home/t65377/public_html/tolmachi.de/wp-includes/class-wp-hook.php(287): ConnectPolylangElementor\ConnectPlugins->instances_column_pre(‘instances’, 2044)
    #1 /home/t65377/public_html/tolmachi.de/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #2 /home/t65377/public_html/tolmachi.de/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #3 /home/t65377/public_html/tolmachi.de/wp-admin/includes/class-wp-posts-list-table.php(1265): do_action(‘manage_elemento…’, ‘instances’, 2044)
    #4 /home/t65377/public_html/tolmachi.de/wp-admin/includes/class-wp-list-table.php(1361): WP_Posts_List_Table->column_default(Object(WP_Post), ‘instances’)
    #5 /home/t65377/public_html/tolmachi.de/wp-admin/includes/class-wp-posts-list-table.php(1298): WP_L
    Did someone have anything similar? How can I fix it?

Viewing 1 replies (of 1 total)
  • Plugin Author Pacotole

    (@pacotole)

    Hi!

    What’s your Elementor/Elementor Pro versions?

    Temporary, try to fix the error adding this code to your theme functions.php:

    add_action( 'admin_init', function() {
    	$cpel = \ConnectPolylangElementor\ConnectPlugins::instance();
    
    	remove_action( 'manage_elementor_library_posts_custom_column', array( $cpel, 'instances_column_pre' ), 9, 2 );
    	remove_action( 'manage_elementor_library_posts_custom_column', array( $cpel, 'instances_column_pos' ), 11, 2 );
    });
Viewing 1 replies (of 1 total)
  • The topic ‘Polylang flags disappeared after update’ is closed to new replies.