Quote:
Originally Posted by DragonByte Tech
If the page has stopped loading you can run the queries manually
Code:
alter table post add dbtech_thanks_cache mediumtext
Code:
alter table post add dbtech_thanks_disabledbuttons int(10) unsigned not null default '0'
Code:
alter table post add dbtech_thanks_requiredbuttons_content int(10) unsigned not null default '0'
Code:
alter table post add dbtech_thanks_requiredbuttons_attach int(10) unsigned not null default '0'
Code:
alter table thread add dbtech_thanks_disabledbuttons int(10) unsigned not null default '0'
Code:
alter table thread add dbtech_thanks_requiredbuttons_content int(10) unsigned not null default '0'
Code:
alter table thread add dbtech_thanks_requiredbuttons_attach int(10) unsigned not null default '0'
Remember to add your table prefix if you use it.
Fillip
|
The first 3 or so told me that they were already there, and then the rest ran successfully without issue. But I don't see it under manage products, nor anywhere to modify settings. What would be next if I ran these SQL queries manually?