@erickpersoniv I’m afraid that the log file does not show any errors that would cause this issue.
Please could you enable WordPress debug mode on the site, by adding the following to your wp-config.php file:
define( 'WP_DEBUG', true );
The technical difficulties error should be replaced by a more specific error message (and/or the error will be logged in the wp-content/debug.log
file). Please could you send us a copy of that error message?
@mborland From your description, it appears that the restoration failed to restore the user database table.
In this case, I would recommend restoring the database backup manually.
To do so, download the database backup file from your server/remote storage (file ending ‘-db.gz’). This can then be imported into your database directly via phpMyAdmin or similar.
@startumproject Please could you also enable debug mode for the site and send us any resulting error message?