By fluoro (not verified) - Posted on June 17th, 2010
It still doesn't work for me. I've made a fresh installation of TextMate 1.5.9 (1510) with FTP_SSH_v2.3.tmbundle.zip on my Snow Leopard 10.6.2 and I always get:
Remote settings file not found.tm_dialog: property list invalid for format { ... }
I've followed the two fix on Let's Make It Go (http://www.letsmakeitgo.com/blog/textmate-ftp-ssh-bundle-snow-leopard-fix/35/) replacing variables_order = “GPCS” with variables_order = “GPCSE” and doing a global find and replace of the regular expression \$_ENV\['([A-Z_]+)'\] with getenv('$1')
It still doesn't work for me. I've made a fresh installation of TextMate 1.5.9 (1510) with FTP_SSH_v2.3.tmbundle.zip on my Snow Leopard 10.6.2 and I always get:
Remote settings file not found.tm_dialog: property list invalid for format { ... }
I've followed the two fix on Let's Make It Go (http://www.letsmakeitgo.com/blog/textmate-ftp-ssh-bundle-snow-leopard-fix/35/) replacing variables_order = “GPCS” with variables_order = “GPCSE” and doing a global find and replace of the regular expression \$_ENV\['([A-Z_]+)'\] with getenv('$1')
No way.
What else should I try?
Thank you