Duplication breaks when column can’t be found
-
The duplication process would throw me an error when I was trying to clone a sub-site because it could not find a table that didn’t exist.
Log:
[08/Aug/2018:17:08:42] ERROR SQL ON : SHOW COLUMNS FROMwpMain_29_wpmain_29_commentmeta
I’m not sure why it was looking for this table but I was able to create a workaround by editing lib/data.php and adding an if statement at line 138 to check if $col is set. I’m now able to clone my sites without the process breaking.
Any chance this solution (or something else that deals with this) could be rolled out in the next update?
Thanks!
- The topic ‘Duplication breaks when column can’t be found’ is closed to new replies.