Title: E_Error line 71
Last modified: November 1, 2021

---

# E_Error line 71

 *  [etienne73](https://wordpress.org/support/users/etienne73/)
 * (@etienne73)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/e_error-line-71/)
 * 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](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/e_error-line-71/#post-15027934)
 * 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.

 * ![](https://ps.w.org/colibri-page-builder/assets/icon-256x256.gif?rev=2748397)
 * [Colibri Page Builder](https://wordpress.org/plugins/colibri-page-builder/)
 * [Support Threads](https://wordpress.org/support/plugin/colibri-page-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/colibri-page-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/colibri-page-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/colibri-page-builder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [acosmin](https://wordpress.org/support/users/acosmin/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/e_error-line-71/#post-15027934)
 * Status: not resolved