Hi,
I'm upgrading from 1.4.5.1 to 1.4.5.9 but I get this error :
"The Zenphoto filesystem character define is UTF‑8 [which seems wrong]
Error!
If your server filesystem character set is different from UTF‑8 and you create album or image filenames names containing characters with diacritical marks you may have problems with these objects.
Change the filesystem character set define to"
I have had this problem in the past but it doesn't seem to be an issue and it still allows me to upgrade. Should I be doing something to correct it?
My photos and folders are originally created in Windows 7 home prem edition before I SFTP them to my Ubuntu server. Is this whats causing the character set errors?
Any help greatly appreciated.
BTW how can I get involved from the front end I would like to contribute specifically to javascript side of things.
Comments
BTW how can I get involved from the front end I would like to contribute specifically to javascript side of things.
You can contribute via our GitHub repo using tickets and/or pull requests if you find bugs or have feature ideas.
Please also read:
http://www.zenphoto.org/news/general-contributor-guidelines
my file and folder names have spaces as well as "-" in them.
Is there a way to better check the filesystem character encoding and the database encoding to make sure of the encoding that was actually used in previous versions? Maybe a field in the database table that would effectively say what encoding has been used previously?
If not, maybe the wording could be similar to what we see in a new install; something like: "Zenphoto cannot reliably determine what has been used previously. We generally recommend that you use UTF-8, but you may change it if you know that you have used another encoding previously or if you see that accented and special characters are printed strangely on your screen.
@laingalistair
File and folder names with spaces, hyphens and underscores are not a problem. But accented letters, diphtongs (æ and œ) and especially punctuation (!?') will cause problem.
Zenphoto requires a special file to check that as indicated on the setup form to determine the file system encoding. Although on Mac OS it is UTF-8 it does always fail on my local MAMP installs. So I just ignore it.
The most hasslefree approach is to still follow the old recommendation to avoid all kinds of special chars to be on the save side always (remember I am German and we have some of those, too). Which is why the seo_zenphoto plugin tries to clear them if you upload or create new pages/articles like lots of other CMS do.