despite i have installed the SWFUpload library following the instruction on the status report i still get the message of:
You must install the minimalistic SWFUpload library to sites/all/modules/swfupload/swfupload.
the module on nodes visible but does not function (upload or view the uploaded file) after file selected and submitted
currently the dir. structure is
sites/all/modules
/swfupload
/swfupload
/SWFUpload-min/
SWFUpload.js
SWFUpload.swf
license.txt
but i still get the status message as above
am i misunderstood the instruction? it would be nice also if there is an install.txt for the module for a precise instructions
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | swfupload.module.patch | 1.31 KB | robloach |
| #4 | swfupload_display.gif | 4.78 KB | Rowanw |
Comments
Comment #1
robloachThere is an install.txt.... http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/swfupload/I...
The file structure should be:
modules/swfupload/swfupload.module
modules/swfupload/swfupload/README.txt
modules/swfupload/swfupload/SWFUpload.js
modules/swfupload/swfupload/SWFUpload.swf
Comment #2
Rowanw commentedI'm getting the same issue, as far as I can tell my directory structure is correct.
sites / all / modules / swfupload
images
swfupload
callbacks.js
INSTALL.txt
swfupload.css
swfupload.info
swfupload.install
swfupload.module
sites / all / modules / swfupload / swfupload
.cvsignore
license.txt
README.txt
SWFUpload.js
SWFUpload.swf
In the status report it says I need to install the library, which is clearly there already. I added the library after installation, does the module need to be reinstalled completely with the library in place?
Comment #3
Rowanw commentedLooks like this is a case-sensitivity issue.
Investigating...
Comment #4
Rowanw commentedI renamed everything that had uppercase characters and changed them to lowercase (including the library files) which got rid of the error, but the module still seems buggy. See attached screen shot.
Versions:
Drupal 5.2
PHP 5.2.4
Webserver: Apache/2.2.3 (CentOS)
Comment #5
robloachCould you get 5.x-1.x-dev and see if the issue still exists? I know this came up earlier.
Comment #6
drupalbrax commentedin line 11 of the file swfupload.module:
rename swfupload.swf and swfupload.js in case-sensitive Letters.
Here ist revised Line:
Comment #7
robloachDoes this help?
Comment #8
drupalbrax commentedIn my case helped that!
Comment #9
fuquam commentedWhere do you get those files for the minimalistic SWFUpload? I get this error
"Site Temporarily Unavailable
We apologize for the inconvenience. Please contact the webmaster/ tech support immediately to have them rectify this.
error id: "bad_httpd_conf"
Comment #10
pph_devo commentedThe SWFUpload Homepage has downloads on it: http://www.swfupload.org/
To install the SWFUpload Core
Hope this helps.
Comment #11
boris mann commentedClosing old issues in prep for new code.