Fixed: JFolder : Path is not a folder error when uploading
Posted: 16 Oct 2015, 15:08
Hi there, thought I'd share a potential issue and how I fixed it. Might need an update to fix properly?
Bascially, there was an error showing when using the file chooser in the upload. JFolder Path is not a folder.
The issue was that the folder name was "H&S" and the folder it said it couldn't detect was ".../H". The issue was that Phoca Download file chooser doesn't seem to cope with "&" in the file path - it cuts it off at that point and returns this error.
So my solution was to rename folder to "H-S" and use NoNumber DBReplacer to change filenames (file paths) to the new URL.
Bascially, there was an error showing when using the file chooser in the upload. JFolder Path is not a folder.
The issue was that the folder name was "H&S" and the folder it said it couldn't detect was ".../H". The issue was that Phoca Download file chooser doesn't seem to cope with "&" in the file path - it cuts it off at that point and returns this error.
So my solution was to rename folder to "H-S" and use NoNumber DBReplacer to change filenames (file paths) to the new URL.