Sorry, Service Is Temporarily Unavailable

Can anyone help.

Web home page is up but when a product is clicked we get this message. Sorry, service is temporarily unavailable.

View the page source of the "Sorry, service is temporarily unavailable." page to see what the error is.

Thank you - Looks like we have now had help and the problem has been sorted - not sure what it was - once I find out I will post on here in case it can help others out

Hello.

In config.local.php set

ini_set('display_errors', 1);

and in file config.php please find "DEVEL" and replace

//define('DEVELOPMENT', true);

on

define('DEVELOPMENT', true);

and try again your operation.

Please show result.

Best regards

Robert.