Hallo @michelles00 ,
please post your debug.log here. Please follow this instruction:
- Use an FTP client or File Manager in your hosting panel.
- Open the
wp-config.php
file.
- Look for this line:
define('WP_DEBUG', false);
- Change it to:
define('WP_DEBUG_LOG', true);
- Save the file and try again.
- If an error log appears in wp-content/debug.log, share the details with your web host or a developer.
muslimgap.com/wp-content/debug.log
You will see a lot of database errors according to which your database user has no authorization to insert data records. I would recommend that you clarify this with your hoster’s support.
I would also recommend deactivating the debug log again and deleting the file. It contains potentially sensitive data for your project that no one outside should be able to see.