#8413 closed Patch (fixed)
File type association does not work
Reported by: | amp | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | File type association | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | 6.1.7601 |
Description
Although in windows, PHP files are associated correctly with Dreamweaver, when open/edit or view/edit are clicked in local site and remote site browsers respectively, the file association does not work and an error is displayed. (FileZilla V. 3.6.0.2_win32)
Attachments (4)
Change History (10)
by , 12 years ago
follow-up: 2 comment:1 by , 12 years ago
I'm not able to reproduce the error message you are seeing. Would it be possible for you to export the contents of register keys "HKEY_CURRENT_USER\Software\Classes" and "HKEY_LOCAL_MACHINE\SOFTWARE\Classes" as .reg files and attach them to this ticket?
These keys contains settings for file associations and will hopefully help me reproduce the problem.
comment:2 by , 12 years ago
Unfortunately, the size of exported files for those paths are much more than 256 KB uploading limit. Even compression of the files didn't help. If it is possible indicate deeper paths in the registry.
follow-up: 4 comment:3 by , 12 years ago
Please try the following instructions which will limit the amount of data:
- Navigate to HKEY_CLASSES_ROOT within the registry
- Look for a key called ".php"
- Export this key.
- Note the data of the "Default" value for this key. For me this is "php_auto_file" but this will probably not be the same for you.
- There should be a key present with the same name as the data of the value found in step 4 ("php_auto_file" in my example). Locate and export this key as well.
by , 12 years ago
Attachment: | HKEY_CLASSES_ROOT(.php).reg added |
---|
by , 12 years ago
Attachment: | HKEY_CLASSES_ROOT(phpfile).reg added |
---|
by , 12 years ago
Attachment: | 8413.patch added |
---|
comment:5 by , 12 years ago
Type: | Bug report → Patch |
---|
amp: Thank you for attaching the files. It allowed me to reproduce the problem.
Attached is a patch which solves the problem for me.
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the patch gronsaken. I've opted for a different solution that better handles paths containing # and commas.
Error Message