Sensei
- Join Date:
- Jan 2004
- Posts:
- 63,513
- Plugin Contributions:
- 177
Fatal error - site down
countrycupboard:
**Fatal error: Call to undefined function cfg_select_option()**That happens when someone attempts to remove table-prefixes in their database by exporting the database content, doing a blind global search-and-replace of "zen_" to "", and then importing the data.
There are hundreds of records in the configuration and product_type_layout tables that have zen_cfg_xxxxxxxx() functions defined to them. If you've renamed those as part of your search-and-replace, you've shot yourself in the foot, and will have to fix them all manually.