Thank you for your reply
I believe the problem was the PHP version (5.6) . I have updated it to 7.2 and adjust the ini to handle 256M instead of the 64M it was set on
It seems all is good
Thank again
Hi there
Ok – I added define( ‘WP_MAX_MEMORY_LIMIT’, ‘128M’ ); to my wp-config.php and ini_set(‘memory_limit’, ‘128M’); to my wp-setting.php
And this seems to have helped take away the white screen
Im gonna carry on activating some of the other plugin to see if this has solved the problem
Thanks