I have multiple copies of my public site on my local server for development purposes. Each of these, of course, has a different url. Understandably, when I import my public database into a local system (with all references to the url changed) I lose my cForm settings and I am making the assumption that this is because the length of the url is now different which in effect corrupts the serialised option data.
I did see that the settings 'backup' text file is not php serialised so I hoped that by replacing all url references in a copy of that and then importing it locally my settings may be restored but this does not appear to be the case.
Can you recommend any method that I might adopt that would enable syncing across multiple domian names?
Thanks
( Nice forum by the way :) )