So I have a large 2d array that i serialize, but when I attempt to unserialize the array it just throws the same error to the point of nearly crashing firefox.
The error is:
Warning: unserialize() [function.unserialize]: Node no longer exists in /var/www/dev/wc_paul/inc/analyzerTester.php on line 24
I would include the entire serialized array that I echo out but last time I tried that on this form it crashed my firefox.
Does anyone have any idea why this might be happening?
I'm sure this is an array. However, it was originally an xml response from another server that I then pulled values from to build the array. If it can't be serialized I can accept that I guess.... but how should I go about saving it then?