I'm working on a PHP script, and it has a foreach inside of a while, but for some reason the first foreach runs, but the second one shoots out there error "Missing end boundary in multipart body". Anybody have any idea what this means? Unfortunately it doesn't show what line it's coming from or anything And doesn't have anything in the error logs. I think it's coming from the Google API. I was thinking maybe I had to unset all variables, but it doesn't appear to be helping so far.
What PHP script is this? If this is a custom code, what API functions are you using? Besides that, it would be best to have the actual page code (along with includes) if its a small app.
After a quick Google search, it seems this error appears when there's a buffer issue or a problem with unchecked uploads using the mac value and not returning proper info. We'd need to see the code to help fix this error, I'm afraid.