You are not logged in.
Pages: 1
Topic closed
There has been a change in SQL structure for two tables in BigTree 4.0 beta 3. You'll want to execute the following SQL commands on an older installation to avoid any quirks:
ALTER TABLE `bigtree_callouts` ADD COLUMN `display_default` varchar(255) NULL AFTER `description`;
ALTER TABLE `bigtree_callouts` ADD COLUMN `display_field` varchar(255) NULL AFTER `display_default`;
ALTER TABLE `bigtree_module_actions` ADD COLUMN `level` int(11) NOT NULL AFTER `class`;
Offline
Pages: 1
Topic closed