aerowood Posted November 18, 2002 Posted November 18, 2002 There appears to be a small error in the post Nov. 1 CVS file: admin/backup.php that prevents a proper database restore (Someone complained about this elsewhere, I'll try to reply to that thread too.) Code line 245 is osc_db_query("drop table if exists address_book, address_format, banners, banners_history, categories, categories_description, configuration, configuration_group, counter, counter_history, countries, currencies, customers, customers_basket, customers_basket_attributes, customers_info, languages, manufacturers, manufacturers_info, orders, orders_products, orders_status, orders_status_history, orders_products_attributes, orders_products_download, products, products_attributes, products_attributes_download, prodcts_description, products_options, products_options_values, products_options_values_to_products_options, products_to_categories, reviews, reviews_description, sessions, specials, tax_class, tax_rates, geo_zones, whos_online, zones, zones_to_geo_zones"); and should be: tep_db_query("drop table if exists address_book, address_format, banners, banners_history, categories, categories_description, configuration, configuration_group, counter, counter_history, countries, currencies, customers, customers_basket, customers_basket_attributes, customers_info, languages, manufacturers, manufacturers_info, orders, orders_products, orders_status, orders_status_history, orders_products_attributes, orders_products_download, products, products_attributes, products_attributes_download, prodcts_description, products_options, products_options_values, products_options_values_to_products_options, products_to_categories, reviews, reviews_description, sessions, specials, tax_class, tax_rates, geo_zones, whos_online, zones, zones_to_geo_zones"); Hope this helps. Wayne A. Powell webSherpa
Guest Posted November 18, 2002 Posted November 18, 2002 I've just fixed this in CVS. Thanks for the feedback! http://cvs.sourceforge.net/cgi-bin/viewcvs...r1=1.54&r2=1.55
Recommended Posts
Archived
This topic is now archived and is closed to further replies.