Multisite buggy
-
Works great for the most part, but recently I’ve noticed that some sites that are created in our multisite environment don’t create the necessary tables, so the plugin gives an error. We are able to get around this by manually running
CREATE TABLE
pwp_100_dynamic_widgets
(
id
int(11) NOT NULL AUTO_INCREMENT,
widget_id
varchar(60) DEFAULT NULL,
maintype
varchar(50) DEFAULT NULL,
name
varchar(40) DEFAULT NULL,
value
longtext,
PRIMARY KEY (id
),
KEYwidget_id
(widget_id
,maintype
)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8;where 100 is our site id. Not sure what’s gunking this up, or if it’s another plugin on our site, but just wanted you to be aware of this happening.
- The topic ‘Multisite buggy’ is closed to new replies.