Are you certain you are getting the exact same errors when creating a new graph?
The captcha problem is probably due to the issue with png images on OSX Intel. That would also prevent the graph generation from working.
As far as the Storable problem, there isn't going to be a way to retrieve that data on the Intel machine. We do need to remove the use of storable.
Are you certain you are getting the exact same errors when creating a new graph?[/quote] Yes I'm 100% sure. Do you think this will get fixed in
This has been fixed in 7.4.3.
You will still need to re-create your Graph configurations if they're broken though, but now they will actually stay stored.
Closing as resolved.
If the only problem is the byte-order problem, then using "nfreeze" instead of "freeze" with Storable should work fine (rather than re-writing the serialization to use JSON).
I'm not sure how that would work during an upgrade, though.