Larkin Wizard
Joined: 25 Mar 2003 Posts: 1113 Location: USA
|
Posted: Fri May 16, 2008 3:24 pm
[2.25] Corruption of data still very much possible |
...though I'm not sure exactly how I've managed it, I'm afraid. It seems to be caused by actions I take in the PE, but there could be some script command that's causing my classes to become cross-linked.
Here's one thing that I think is symptomatic:
I re-created one of my modules and wanted to put back the old UID value, to try and keep the other packages that rely on it happy. I edited the package XML to paste in the old UID, but when I hit save, I got an error message saying that '=' was expected at about line 6084, column 21. When I looked at the line, I saw something like this:
Code: |
<class name="""" id="84"/>
|
Removing the errant (and empty) class from the XML made it save correctly, but it ROYALLY screwed over all my other loaded packages. So, time to rebuild everything yet again... *sigh* |
|