You need to at least change:
define('DIR_WS_CATALOG', '/zen/');
define('DIR_WS_HTTPS_CATALOG', 'https:///');
To read:
define('DIR_WS_CATALOG', '/zen/');
define('DIR_WS_HTTPS_CATALOG', '/zen/');