Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Found a small fatal error in post Nov. 1 version backup.php


aerowood

Recommended Posts

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...