Sorry, Service Unavailable

Hi,

I'm getting this error message 'Service unavailable'. The website seems to be working correctly but it only displays when I click on a product. The same occurs in the admin panel if I click on a vendor. Any idea what the problem is and how to resolve it?

https://nauticalmarkets.com/engineering/equipment/air-conditioning/frigomar-scu16vfd/

Many thanks

have you tried clearing cache and turn off user friendly URLs,

go back to the basics and, see if it works piece by piece. Clearing cache usually works for me

Hello

Did you try development mode ?

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);

Best regards

Robert

have you tried clearing cache and turn off user friendly URLs,

go back to the basics and, see if it works piece by piece. Clearing cache usually works for me

Thanks. Tried that but unfortunately it didnt work

Hello

Did you try development mode ?

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);

Best regards

Robert

I tried setting the display errors to 1 and then when I add the // to the line on the config file it changes the page to a series of code. So Ive changed it back now

I did just install the latest update today

Upgrade 4.12.2.SP2 - 4.13.1

And also SP 1 and SP2

But I dont know if this was occurring before the update or not.

And now the file changes detector is showing this which I havent seen before. Not sure if its related.

Some of your core files have been changed. This may become a problem when upgrading Multi-Vendor as changes in these files may be lost.

			/
			app
			addons
			vendor_locations
			schemas
			block_manager
			 blocks.post.php
			design
			themes
			responsive
			templates
			addons
			geo_maps
			hooks
			products
			 product_detail_bottom.pre.tpl

Hello

Show what you see in devel mode.

Best regards

Robert