-
Notifications
You must be signed in to change notification settings - Fork 16
Description
The SpinupWP plugin is giving a 500 error with WordPress 6.8. After downgrading back to WordPress 6.7.2 the Breakdance plugin works correctly again.
Error details:
Breakdance\Lib\Vendor\Whoops\Exception\ErrorException: Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>spinupwp</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /sites/qa.helpmewp.co.za/files/wp-includes/functions.php on 6121
Request details:
Response Code: 500
Request Time: Tue, 22 Apr 2025 11:26:49 GMT
Request Type: POST
Request URL: https://{site}/wp-admin/admin-ajax.php?_breakdance_doing_ajax=yes&_ajax_nonce=445c5560fa
Body:
{
"action": "breakdance_load_document",
"id": 1
}
If the SpinupWP plugin is disabled, the Breakdance plugin works correctly again.
