Code: Select all
UPDATE `oc_extension` SET `code` = 'default' WHERE `type` = 'theme';
UPDATE `oc_setting` SET `value` = 'default' WHERE `key` = 'config_theme';
Code: Select all
UPDATE `oc_extension` SET `code` = 'default' WHERE `type` = 'theme';
UPDATE `oc_setting` SET `value` = 'default' WHERE `key` = 'config_theme';
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Error: A theme has not been assigned to this store! And I cant see my latest themestraightlight wrote: ↑Fri Nov 17, 2017 5:25 amThis error should not appear when switching. In your PHPMyAdmin, in your Opencart database, launch the following queries in your query right-end side tab:
Note: Ensure to switch oc_ with your database table prefix name if you use another prefix for your Opencart database. Then, see if you can load the default theme on your store-front end side.Code: Select all
UPDATE `oc_extension` SET `code` = 'default' WHERE `type` = 'theme'; UPDATE `oc_setting` SET `value` = 'default' WHERE `key` = 'config_theme';
Code: Select all
UPDATE `oc_setting` SET `value` = '1' WHERE `key` = 'theme_default_status';
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Thank you, I will try in the morning, as it's late here. Thank you for all your help.straightlight wrote: ↑Fri Nov 17, 2017 5:41 amExecute the following in your PHPMyAdmin on the same location:
Same routine with the database table prefix. Then, clear all caches on your browser. Close browser, reopen and notice if the default theme then appears.Code: Select all
UPDATE `oc_theme_default_status` SET `value` = '1' WHERE `key` = 'theme_default_status';
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Thanks for the update.
Users browsing this forum: No registered users and 87 guests