Path issues
| Project: | Quickfile |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | Distorted Designs |
| Status: | active |
Jump to:
Here is my info
Drupal 5.1
Configuration file Protected
File system Writable (public download method)
GD library bundled (2.0.28 compatible)
MySQL database 4.1.21
PHP 4.4.6
Unicode library PHP Mbstring Extension
Web server Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b
Here is my Issue
No matter what I put in the file path I get an error. I get a 404 error popup before I can even finish typing. I have used absolute path outside of drupal folder. I have used path inside the folder. I get through typing 3 letters and I get the error. I close it and get through 6 more letters and it pops up again. If I get through the whole path and try preview and I get an error that says there is no argument (); on line 2882 in quickfile.module I don't know what to do at this point.

#1
Anybody???
#2
I have been having the same problem. I am switching to Drupal's ecommerce files (with anon purchasing) until this is fixed or explained.
#3
I used relative path and it works fine. If your drupal installation is in the web server root, create a directory named quickfiles and use
../quickfilesas the quickfile storage.#4
I'm having this issue also. Anyone come up with a resolution
Thanks
Phil
#5
Here is the solution which worked for me:
1) In your "files" directory, create a new folder called, "quickfiles".
http://www.site.com/files/quickfiles
2) FTP a file ("sample.pdf") to your /files/quickfiles directory.
3) In your web browser, navigate to your Drupal Admin and click on Quickfile.
4) In the settings it asks you for, "Directory for quickfiles:". Enter the text: files/quickfiles/
5) In your Drupal Admin, select, "Create Content" and select Quickfile.
6) It will ask for a, "File path:". Enter the text: sample.pdf
It should work.