Quote Originally Posted by frank18 View Post
Fresh 1.5.1 installation on local server - no other add ons.

Server OS: Linux 3.11.0-20-generic
PHP Version: 5.5.3-1ubuntu2.3 (Zend: 2.5.0)
HTTP Server: Apache/2.4.6 (Ubuntu)

When selecting Admin> Configuration > Westminster New Template Configuration this error keeps appearing in the logs:



It occurs simply by selecting 'Westminster New Template Configuration' - no other 'clicks' .....
I just found a few mistakes in the installer file. Try fixing these to see if it fixes the problem. In YOUR_ADMIN/includes/installers/westminster_new/1.0.php change line 237 to:

Code:
('Home Page Slideshow', 'WES_SLIDER_STATUS', 'true', 'Activate Home Page Slideshow', " . $configuration_group_id . ", 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
and line 243 to:

Code:
 ('EZ Pages in Header Menu', 'SHOW_EZ_PAGES_MENU', 'true', 'Shows the menu option for EZ pages/important links in the header menu', " . $configuration_group_id . ", 3, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');");



Thanks,

Anne