Hi,
Thank you for reporting the issue. In order to better understand the error, we would need to view the detailed error message. Could you please enable WordPress debugging?
You can do this by following these steps:
1. Open your wp-config.php file.
2. Add or update the following lines of code:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
This will log the errors to a debug file (wp-content/debug.log) without displaying them on the website. Once you’ve done that, please send us the error details from the debug log, and we’ll take it from there.