@bapcsuk To enable/disable debug mode in WordPress you have to edit the file wp_config.php. Open it with your text/code editor of choice and change this line (it should be line 80 or so):
define( ‘WP_DEBUG’, false );
to this
define( ‘WP_DEBUG’, true );
Now notices, wornings and errors will be shown on the page.