- September 1, 2008
- 21,578
- 8,227
- Home Country
- New Zealand
Got Workbench loaded. The value is "no" and I guess it needs to be "yes". I can't seem to work out how to change it.
It does need to be "yes". You can run the following query to update it:
Code:
UPDATE setting SET value = 'yes' WHERE tag = 'createtaginfoxml';
Of course that won't get you XML files back for the last however-many months though. I'll have to think about that one...