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

CommentFileSizeAuthor
#7 swfupload.module.patch1.31 KBrobloach
#4 swfupload_display.gif4.78 KBRowanw

Comments

robloach’s picture

Status: Active » Postponed (maintainer needs more info)

There 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

Rowanw’s picture

Version: 5.x-1.x-dev » 5.x-1.1

I'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?

Rowanw’s picture

Category: support » bug
Priority: Normal » Critical

Looks like this is a case-sensitivity issue.

Investigating...

Rowanw’s picture

Component: Documentation » Code
Status: Postponed (maintainer needs more info) » Active
StatusFileSize
new4.78 KB

I 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)

robloach’s picture

Could you get 5.x-1.x-dev and see if the issue still exists? I know this came up earlier.

drupalbrax’s picture

in line 11 of the file swfupload.module:

rename swfupload.swf and swfupload.js in case-sensitive Letters.

Here ist revised Line:

  if (!file_exists($path .'/SWFUpload.swf') || !file_exists($path .'/SWFUpload.js')) {
robloach’s picture

Status: Active » Needs review
StatusFileSize
new1.31 KB

Does this help?

drupalbrax’s picture

In my case helped that!

fuquam’s picture

Where 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"

pph_devo’s picture

The SWFUpload Homepage has downloads on it: http://www.swfupload.org/

To install the SWFUpload Core

cd sites/all/modules/swfupload/swfupload
wget http://swfupload.googlecode.com/files/SWFUpload-Core%20v2.1.0.Release.zip
unzip SWFUpload-Core\ v2.1.0.Release.zip
cp SWFUpload\ v2.1.0\ Core/FlashDevelop/swfupload.js .
cp SWFUpload\ v2.1.0\ Core/FlashDevelop/Flash9/swfupload_f9.swf swfupload.swf

Hope this helps.

boris mann’s picture

Status: Needs review » Closed (fixed)

Closing old issues in prep for new code.