11 Jul 2013, 11:33
I am curious, why did you name your folder "Chinese+Train+"? Did you actually add the + characters, or do they represent spaces? If so, why is there any empty space after the "Train"? In any case, you should avoid + characters and even empty space characters in folder names. Why? Because your server will often use + in url as an alias for empty space, and in any case it may create errors. Furthermore, some servers simply throw errors on"+" characters in url regardless.
When creating folders from the Imagevue admin, we enforce no spaces and no standard latin characters. This to avoid server problems. You should name folders with multiple words, either with - or _. For example "chinese_train". Then, from the Imagevue admin, you can give a folder TITLE "Chinese Trains" which is stored in XML with any characters so there will not be any problems.