I fixed your error by adding another stripslashes but I can not understand what is causing that.
I mean your server's magic_quotes_gpc is OFF which means your server should not be adding slashes. Not sure if its a specific bug in your specific php version but thats what I found. Your server is adding slashes when it is not theoretically suppose to be.