thanks numeeja, have done stage 2 using fetch and checked the config. file and resent twice, which reads:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'ngadenne_pn');
/** MySQL database username */
define('DB_USER', '********');
/** MySQL database password */
define('DB_PASSWORD', '****************');
/** MySQL hostname */
define('DB_HOST', 'rumpus');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
/**#@+
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/
define('AUTH_KEY', '9IpyG^Gq]{Q{M#znWM%;lZ%1wk-F qeFfu*%kx4rS^*)itJ]>PhbZH]KiI|6jv');
define('SECURE_AUTH_KEY', ']-Iv0{Q<OEpKr%!IE9N:K*]@0-8|^h3Eyh5V$eNfQ3j:@Ou5y}G~l>N>P[8-feS<');
define('LOGGED_IN_KEY', 'R0hB3q1tic*^h[q1E4_,}v|k $Bz./-.sWq[bO-#7vLF/egvs/*|FjS(8sXO(C8H');
define('NONCE_KEY', 'adRZ?3SIq; [NM0|1XpU6}$;ah@+E_8JmW^39R8e.WL3-Y.@zwQBNJHti8;.KC');
/**#@-*/