I've uploaded a copy of a site to a new server via ftp, and ran into a problem where ftp ascii mode changed the contents of some files. This appears to have caused a js error - "uiKeys is undefined" as per http://forum.umbraco.org/yaf_postst9208_uiKeys-is-undefined.aspx
I've re-uploaded the files, but I'm still seeing errors due to incorrect linebreaks in umbraco/js/language.aspx - can I flush the cache to get this fixed? The last comment in the thread linked above mentions a solution - I don't know how to make that happen. Could someone elaborate please?
I had this problem now when I upgraded a site från version 3 to version 4 and had to rely on FTP. The solution i simpy to transfer the umbraco\config\lang folder as binary instead.
Clearing cache
I've uploaded a copy of a site to a new server via ftp, and ran into a problem where ftp ascii mode changed the contents of some files. This appears to have caused a js error - "uiKeys is undefined" as per http://forum.umbraco.org/yaf_postst9208_uiKeys-is-undefined.aspx
I've re-uploaded the files, but I'm still seeing errors due to incorrect linebreaks in umbraco/js/language.aspx - can I flush the cache to get this fixed? The last comment in the thread linked above mentions a solution - I don't know how to make that happen. Could someone elaborate please?
How about touching the web.config (download it and upload it or rename it and rename back)
/Jesper Ordrup
You may also want to regenerate the any content caching that you have (like umbraco.config).
Thanks,
Nik
I did try both of those things, without success.
It doesn't really matter now - the hosting has changed and everything will be reinstalled from scratch.
Thanks for your comments :)
I had this problem now when I upgraded a site från version 3 to version 4 and had to rely on FTP. The solution i simpy to transfer the umbraco\config\lang folder as binary instead.
I have the same problem, how do I do this?
transfer the umbraco\config\lang folder as binary instead.
There's an option in you ftp application to choose between auto, binary and ascii mode. Choose binary mode.
is working on a reply...