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';
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
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';
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
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';
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Thanks for the update.
Users browsing this forum: No registered users and 20 guests