Different place_detail table structures?
-
Author of content sharing plugin Broadcast here.
When Broadcast copies places between blogs in the network, it also copies the data from the place_detail database table, else the places won’t work properly.
I see that the table structure is different on different blogs, I think from using different GD plugins. Since I use a mysql query to copy over the place_detail query to copy over the data, it fails if the table structure does not match.
Do you have any suggestions as to how to handle the copying of the place_detail data?
Inserting an empty row (except for the post ID and location ID) won’t work because other non-standard columns require default values.
The topic ‘Different place_detail table structures?’ is closed to new replies.