Page 1 of 1
Delete categories in Admin panel error
Posted: Sat Feb 07, 2009 10:45 pm
by Christian
File:
admin/model/catalog/category.php
Line 34:
$this->delete($result['category_id']);
to..
$this->deleteCategory($result['category_id']);
Re: Delete categories in Admin panel error
Posted: Sun Feb 08, 2009 7:01 am
by Daniel
i've added this fix in the next release.
Re: Delete categories in Admin panel error
Posted: Tue Feb 10, 2009 8:46 am
by CChris
While deleting a product in v1.1:
Error: Table 'cchris_webshop.product_to_option' doesn't exist
Error No: 1146
DELETE FROM product_to_option WHERE product_id = '42'
Maybe just a missing table in the install-files ?
Greets,
CChris
Re: Delete categories in Admin panel error
Posted: Tue Feb 10, 2009 10:26 am
by csleepg
seem like newer giving more problem ... I have been upgrade the version time to time ..

but still have lots of bugs
Re: Delete categories in Admin panel error
Posted: Tue Feb 10, 2009 7:07 pm
by Daniel
i'll release another version with the fix tonight.