I’m building a multilanguage website with Laravel4. In the database i have column named “content” that contains serialized values for multiple languages. For example: a:3:{s:2:"gb";s:15:"This is English";s:2:"es";s:5:"Hola!";s:2:"si";s:19:"Slovenija je zakon!";} The serialized array contains of: Language abbreviation, taken from Session Content that comes from the input field Now when I add new language to the database [...]
The post Function unserialize offset error appeared first on BlogoSfera.