"Directory does not exist"
Michael Beechey - November 24, 2008 - 22:42
| Project: | Flash Node |
| Version: | 6.x-3.0 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
After first installation things were OK until I tried to put an S3 URL in the Default Flash Path. Now, when I try and go back to 'flash' as the directory it won't accept it. Tried reset to default, and deleting and reinstalling module, can't get back to where I was. Help!!!

#1
I have the same problem. I foolishly tried to change the "Default flash path:" setting and now everything says "Directory does not exist" and I cannot change it back. Ever. Even after deleting, unistalling, clearing cache, reinstalling the flashnode module
#2
I have a temporary workaround for this issue using a dirty hack. I don't know PHP very well but I went into flashnode.module. In the function named _flashnode_check_settings() I commented out this line: file_check_directory($flashnode_path, FILE_CREATE_DIRECTORY, 'flashnode_default_path');
This line is the hyperactive one the one that always returns "Directory does not exist"
Please, Mr Greenfield this is a real bug and I think you need to fix this function: _flashnode_check_settings()