7.2 Verify System Configurations

Following script helps in listing the CMS specific System Configurations:

SELECT * FROM digx_fw_config_var_b WHERE prop_id LIKE '%CMS%' OR prop_id LIKE '%OBCM%';

Ensure correct values are maintained against the above properties.

This maintenance can be done from the System Configuration admin screen or directly in DB schema.