Title: Error on updating Database
Last modified: June 3, 2022

---

# Error on updating Database

 *  [willcunha](https://wordpress.org/support/users/willcunha/)
 * (@willcunha)
 * [4 years ago](https://wordpress.org/support/topic/error-on-updating-database/)
 * Hi everyone!
    I’m having a issue when I try to update my Elementor database. 
   When I click in “Update”, it returns me this error:
 *     ```
       Fatal error: Uncaught Error: Call to a member function get_base() on bool
       in /var/www/html/hosts/www.inspires.com.br/dist/wp-content/plugins/sante-core/inc/plugins/elementor/elementor-widget-base.php on line 31
   
       Call stack:
   
           SanteCoreElementorWidgetBase::get_name()
           wp-content/plugins/elementor/includes/base/widget-base.php:147
           Elementor\Widget_Base::__construct()
           wp-content/plugins/sante-core/inc/plugins/elementor/elementor-widget-base.php:11
           SanteCoreElementorWidgetBase::__construct()
           wp-content/plugins/sante-core/inc/shortcodes/accordion/accordion-elementor.php:8
           SanteCoreElementorAccordion::__construct()
           wp-content/plugins/sante-core/inc/shortcodes/accordion/accordion-elementor.php:12
           include_once()
           wp-content/plugins/sante-core/inc/plugins/elementor/helper.php:74
           sante_core_load_elementor_widgets()
           wp-includes/class-wp-hook.php:307
           WP_Hook::apply_filters()
           wp-includes/class-wp-hook.php:331
           WP_Hook::do_action()
           wp-includes/plugin.php:522
           do_action_ref_array()
           wp-content/plugins/elementor/modules/dev-tools/deprecation.php:328
           Elementor\M\D\Deprecation::do_deprecated_action()
           wp-content/plugins/elementor/includes/managers/widgets.php:105
           Elementor\Widgets_Manager::init_widgets()
           wp-content/plugins/elementor/includes/managers/widgets.php:297
           Elementor\Widgets_Manager::get_widget_types()
           wp-content/plugins/elementor/includes/elements/column.php:1044
           Elementor\Element_Column::_get_default_child_type()
           wp-content/plugins/elementor/includes/base/element-base.php:819
           Elementor\Element_Base::get_child_type()
           wp-content/plugins/elementor/includes/base/element-base.php:338
           Elementor\Element_Base::add_child()
           wp-content/plugins/elementor/includes/base/element-base.php:864
           Elementor\Element_Base::init_children()
           wp-content/plugins/elementor/includes/base/element-base.php:298
           Elementor\Element_Base::get_children()
           wp-content/plugins/elementor/includes/base/element-base.php:533
           Elementor\Element_Base::get_raw_data()
           wp-content/plugins/elementor/includes/base/element-base.php:534
           Elementor\Element_Base::get_raw_data()
           wp-content/plugins/elementor/core/base/document.php:890
           Elementor\C\B\Document::get_elements_raw_data()
           wp-content/plugins/elementor/modules/usage/module.php:569
           Elementor\M\U\Module::save_document_usage()
           wp-content/plugins/elementor/modules/usage/module.php:182
           Elementor\M\U\Module::after_document_save()
           wp-content/plugins/elementor/modules/usage/module.php:295
           Elementor\M\U\Module::recalc_usage()
           wp-content/plugins/elementor/core/upgrade/upgrades.php:654
           Elementor\C\U\Upgrades::recalc_usage_data()
           wp-content/plugins/elementor/core/upgrade/upgrades.php:31
           Elementor\C\U\Upgrades::_on_each_version()
           call_user_func()
           wp-content/plugins/elementor/core/base/background-task.php:274
           Elementor\C\B\Background_Task::task()
           wp-content/plugins/elementor/core/base/background-task.php:178
           Elementor\C\B\Background_Task::handle()
           wp-content/plugins/elementor/core/base/background-task.php:133
           Elementor\C\B\Background_Task::handle_cron_healthcheck()
           wp-includes/class-wp-hook.php:307
           WP_Hook::apply_filters()
           wp-includes/class-wp-hook.php:331
           WP_Hook::do_action()
           wp-includes/plugin.php:474
           do_action()
           wp-content/plugins/elementor/core/base/background-task.php:93
           Elementor\C\B\Background_Task::continue_run()
           wp-content/plugins/elementor/core/base/background-task-manager.php:68
           Elementor\C\B\Background_Task_Manager::continue_run()
           wp-content/plugins/elementor/core/base/background-task-manager.php:83
           Elementor\C\B\Background_Task_Manager::__construct()
           wp-content/plugins/elementor/core/base/db-upgrades-manager.php:234
           Elementor\C\B\DB_Upgrades_Manager::__construct()
           wp-content/plugins/elementor/includes/plugin.php:732
           Elementor\Plugin::init_components()
           wp-content/plugins/elementor/includes/plugin.php:635
           Elementor\Plugin::init()
           wp-includes/class-wp-hook.php:307
           WP_Hook::apply_filters()
           wp-includes/class-wp-hook.php:331
           WP_Hook::do_action()
           wp-includes/plugin.php:474
           do_action()
           wp-settings.php:587
           require_once()
           wp-config.php:104
           require_once()
           wp-load.php:50
           require_once()
           wp-admin/admin.php:34
           require_once()
           wp-admin/update-core.php:10
       ```
   
 * Below are the status of my WordPress:
 *     ```
       ### WordPress Environment ###
   
       WordPress address (URL): https://www.inspires.com.br
       Site address (URL): https://www.inspires.com.br
       WC Version: 6.5.1
       REST API Version: ✔ 6.5.1
       WC Blocks Version: ✔ 7.4.3
       Action Scheduler Version: ✔ 3.4.0
       Log Directory Writable: ✔
       WP Version: ❌ 5.9.2 - Há uma nova versão do WordPress disponível (6.0)
       WP Multisite: –
       WP Memory Limit: 512 MB
       WP Debug Mode: –
       WP Cron: ✔
       Language: pt_BR
       External object cache: ✔
   
       ### Server Environment ###
   
       Server Info: Apache/2.4.29 (Ubuntu)
       PHP Version: 7.4.28
       PHP Post Max Size: 512 MB
       PHP Time Limit: 300
       PHP Max Input Vars: 5000
       cURL Version: 7.58.0
       OpenSSL/1.1.1
       ```
   

Viewing 1 replies (of 1 total)

 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [4 years ago](https://wordpress.org/support/topic/error-on-updating-database/#post-15706066)
 * Looking at your site, you are an Elementor Pro v3.7.1 user. The developer can’t
   have a conversation with customers here. That’s not permitted for anyone.
 * For pro or commercial product support please contact the developer directly on
   their site. This includes any pre-sales topics as well.
 * [https://my.elementor.com/](https://my.elementor.com/)
 * As the developer is aware, commercial products are [not supported in these forums](https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products).
   I am sure they will have no problem supporting you there.

Viewing 1 replies (of 1 total)

The topic ‘Error on updating Database’ is closed to new replies.

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

## Tags

 * [database](https://wordpress.org/support/topic-tag/database/)
 * [update](https://wordpress.org/support/topic-tag/update/)

 * 1 reply
 * 1 participant
 * Last reply from: [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/error-on-updating-database/#post-15706066)
 * Status: not resolved