supportocubessrl
Forum Replies Created
-
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 632It 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.
The error occurs in
admin-ajax.phpwhen 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 oradmin-ajax.php.