gjkathome Posted February 8 Share Posted February 8 Since upgrading to 6.4.7, code I had which used cc_unserialize() to process the product_options field in the CubeCart_order_inventory table no longer works. Has the encoding of this field changed? (I'm afraid I don't remember what version I upgraded from). Graham Quote Link to comment Share on other sites More sharing options...
gjkathome Posted February 8 Author Share Posted February 8 Turns out the field is base64 encoded. base64_decode() fixed the problem. I don't know whether this change has to do with CubeCart or some other component of my system. Quote Link to comment Share on other sites More sharing options...
bsmither Posted February 8 Share Posted February 8 The change occurred between CC629 and CC640. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.