Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter supportocubessrl

    (@supportocubessrl)

    I think I’ve found the error:

    [07-Oct-2025 08:27:05 UTC] PHP Fatal error: Uncaught Error: Undefined constant Elementor\Core\Base\Document::CACHE_META_KEY in /var/www/portal/wp-content/plugins/tablepress/models/model-table.php:632
    Stack trace: 0 /var/www/portal/wp-content/plugins/tablepress/models/model-table.php(332): TablePress_Table_Model->_flush_caching_plugins_caches() 1 /var/www/portal/wp-content/plugins/tablepress/controllers/controller-admin_ajax.php(130): TablePress_Table_Model->save() 2 /var/www/portal/wp-includes/class-wp-hook.php(324): TablePress_Admin_AJAX_Controller->ajax_action_save_table() 3 /var/www/portal/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 4 /var/www/portal/wp-includes/plugin.php(517): WP_Hook->do_action() 5 /var/www/portal/wp-admin/admin-ajax.php(192): do_action() 6 {main}thrown in /var/www/portal/wp-content/plugins/tablepress/models/model-table.php on line 632

    It seems that a constant from Elementor—which we use on our WordPress portal—is being called, but it appears that this constant does not exist or is not defined. This issue has arisen after the latest update.

    Thread Starter supportocubessrl

    (@supportocubessrl)

    The error occurs in admin-ajax.php when saving or editing a table in TablePress.
    The changes are successfully applied, but the browser still returns a 500 Internal Server Error.
    I also checked the WordPress debug logs, and there is nothing related to TablePress or admin-ajax.php.

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