![]() |
|
Not allowed characters - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Not allowed characters (/thread-3791.html) |
Not allowed characters - Slidey - 2008-09-18 Hi, after upgrade 1.1.5 to 1.2 all the Å‘ÅűŰúÚ letters are not allowed. I get "?" character. I've tried to edit desc with phpmyadmin, but i got Warning: #1366 Incorrect string value: '\xC5\xB1z' for column 'desc' at row 1 error. (word "t?z" -> "tűz"). The images what has éáüö... characters in name are not shown. Got error: MySQL Query ( SELECT * FROM How can i fix these problems? Slidey Not allowed characters - sbillard - 2008-09-18 http://www.zenphoto.org/2008/08/troubleshooting-zenphoto/#28 Not allowed characters - Slidey - 2008-09-19 Thank you sbillad, but it is just a half solution to not use these letters in filenames. remember 1.1.5 works correctly with it. Thank you, Not allowed characters - Slidey - 2008-09-19 Ok, i checked the tables closer. The table is utf-8, but desc, title are latin-swedish. After to change them to utf-8, the characters are shows correct. Not allowed characters - sbillard - 2008-09-19 The description and titles came from the filenames, thus they were Latin1. The problem is not so much in fixing the titles--that is easily done. It is that the filenames stored in the database will get truncates causing other problems. I choose to leave the issue visible by not fixing the titles so people will know that those characters are causing problems. Not allowed characters - Slidey - 2008-09-24 In the last few days, i didn't informed about bug on my site. So this "solution" is works for me. |