From: Matthew M. <ma...@tu...> - 2003-02-17 18:00:43
|
As noted earlier, we are working on removing Notices and Warnings from phpWebSite. One has got me stumped however. Hopefully you guys can help. if (isset($variable)) $varArray = unserialize($variable); This sometimes gives me the message: Notice: unserialize() failed at offset 0 of 5 bytes in <filename> <line number> The array is created and looks fine. I have tried 'trim'-ing the string. I have looked at the serialized string (looks good). When searching in Google, many people were complaining this was a bug, but I didn't fine a definative answer. Any ideas? Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |