selectshop.at Posted March 18, 2018 Share Posted March 18, 2018 If you are having this error by trying to delete the native pictures from themeconfigurator on PS 1.6.1.18, so this is a BUG. If you further activate debug mode you will get the following error: [PrestaShopDatabaseException] Table 'xxxxxx.ps_ps_themeconfigurator' doesn't exist xxxx stands for your shop-name. For to debug this error apply this workaround: Open the file modules/themeconfigurator/themeconfigurator.php. On line 397, you have: Db::getInstance()->delete(DB_PREFIX.'themeconfigurator', 'id_item = '.(int)$id_item); Replace with: Db::getInstance()->delete('themeconfigurator', 'id_item = '.(int)$id_item); Then save the file. 1 Link to comment Share on other sites More sharing options...
Leizu Silk Posted April 6, 2018 Share Posted April 6, 2018 Thank you this resolved the problem! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now