1
In a test on the WF Download 3.21 module it was found that it allowed me to upload a test file. It showed the file in the proper category. But when I went to press the download link, it returns this 404 (website changed here by me):
The requested URL The requested URL /ion/modules/wfdownloads//modules/wfdownloads/singlefile.php was not found on this server. was not found on this server.
Note the double path. If I edit this in the browser bar to
http://www.mysite/xoopsroot/modules/wfdownloads/singlefile.php and enter
it does a 404 not found on that.
Examining the uploads locations at the XOOPS root and module levels, the file that the modules user interface said was there is not. Neither is it in the protected path.
The file also shows as existing and approved in modules admin home panel. Module dependencies are checked green all systems go.