Don't know if this is a bug or not.
From what I can see, the 1.3.6 upgrade sql (mysql_upgrade_zencart_135_to_136.sql) adds the admin configuration switch:
Code:
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) values ('Define Page-Not-Found Status', 'DEFINE_PAGE_NOT_FOUND_STATUS', '1', 'Enable the Defined Page-Not-Found Text from define-pages?<br />0= Define Text OFF<br />1= Define Text ON', '25', '67', now(), now(), NULL, 'zen_cfg_select_option(array(\'0\', \'1\'),');
BUT
I can't find this switch anywhere in the v1.3.6 sql install (mysql_zencart.sql)
Have searched the forums and found this insert was recommended as a solution to 'Page-Not-Found not showing content provided via the Define Pages editor' (see Confirmed bugs and workarounds in v1.3.5 here )
A small detail no doubt, but thought it might be useful to report it anyway
Bookmarks