• Few hours after the update of PHP my website crash because of Colibri Page builder.
    The entire message is :

    Une erreur de type E_ERROR a été causée dans la ligne 71 du fichier /home/efbtlnf/www/wp-content/plugins/colibri-page-builder/extend-builder/utils.php. Message d’erreur : Uncaught TypeError: Argument 1 passed to ExtendBuilder\array_get_value() must be of the type array, null given, called in /home/efbtlnf/www/wp-content/plugins/colibri-page-builder/extend-builder/data/theme-data.php on line 216 and defined in /home/efbtlnf/www/wp-content/plugins/colibri-page-builder/extend-builder/utils.php:71 Stack trace: #0 /home/efbtlnf/www/wp-content/plugins/colibri-page-builder/extend-builder/data/theme-data.php(216): ExtendBuilder\array_get_value(NULL, 'colors', Array) #1 /home/efbtlnf/www/wp-content/plugins/colibri-page-builder/extend-builder/data/theme-data.php(224): ExtendBuilder\get_theme_data('colors', true, Array) #2 /home/efbtlnf/www/wp-content/plugins/colibri-page-builder/extend-builder/gutenberg.php(6): ExtendBuilder\get_current_theme_data('colors', Array) #3 /home/efbtlnf/www/wp-includes/class-wp-hook.php(303): ExtendBuilder\{closure}('') #4 /home/efbtlnf/www/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array) #5 /home/efbtlnf/www/wp-includes/plugin.php(470)

Viewing 1 replies (of 1 total)
  • Plugin Support acosmin

    (@acosmin)

    Hi,

    You can try adding the following lines at the top of your wp-config.php file

    @ini_set('pcre.backtrack_limit', 10000000);
    @ini_set('pcre.recursion_limit', 20000000);

    These two will increase the recursion and backtracking limits.

    If you still can’t access your wp admin panel after making these changes, then you can rename the colibri-page-builder folder to something like colibri-page-builder2. You can find this folder in your ../wp-content/plugins path. Renaming the builder folder will disable the plugin and you’ll regain access to your admin panel.

Viewing 1 replies (of 1 total)
  • The topic ‘E_Error line 71’ is closed to new replies.