I experimented a bit. I can make a clone of the template if I remove both memory-related widgets (Memory usage, Swap usage). Then it can be cloned. Put one such widget back - no clone for ya. The message is the same, the numbers change according to the placement of widgets. Maybe it's indeed some database thing I long forgot about?
Ad Widget
Collapse
Error when cloning stock template in 6.05
Collapse
This topic has been answered.
X
X
-
Using the very hand utility called `mysql-schema-diff` I compared my upgraded MySQL schema with that of a freshly installed 6.05 server. I made the changes to make them identical, except for the row format (I left all tables as `dynamic`). Et voila, it started to work. I can Full Clone and customize my templates without issues. An interesting tidbit is that only some indices were dropped or created anew on the old schema. Apparently the 6-series installer is a bit sloppy in that regard - or maybe it's intentional so custom DB changes are left intact for the user.
Special thanks to Markku for keeping up and offering some suggestions.- Selected Answer
Comment
Comment