View Single Post
  #22  
Old 02-27-2014, 05:07 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: new store stuck in maintenance

This problem is caused by the bug in our attribute system.

In order to fix the problem you should delete all product attributes via MySQL.

For that you need to clean up the following tables:
| xlite_attribute_group_translations |
| xlite_attribute_groups |
| xlite_attribute_option_translations |
| xlite_attribute_options |
| xlite_attribute_translations |
| xlite_attribute_values_checkbox |
| xlite_attribute_values_select |
| xlite_attribute_values_text |
| xlite_attributes |
| xlite_product_variant_attribute_value_checkbox |
| xlite_product_variant_attribute_value_select |
| xlite_product_variants_attributes

and rebuild the cache. After that you will be able to upgrade to 5.0.11 where this bug is fixed.
Reply With Quote