Voting

: two plus zero?
(Example: nine)

The Note You're Voting On

hadley8899 at gmail dot com
5 years ago
For the people who are getting the error

PHP Notice: unserialize(): Error at offset 191 of 285 bytes in ...

and are getting the data from a database, Make sure that you have the database set the the correct encoding, I had the database set as latin1_swedish_ci and all of the data looked perfect, Infact when i copied it into a online unserialize it worked fine. I changed the collation to utf8mb4_unicode_ci and all worked fine.

<< Back to user notes page

To Top