Closed (won't fix)
Project:
FileField Sources Plupload
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2012 at 14:17 UTC
Updated:
22 Oct 2012 at 08:39 UTC
I've enabled the FileField Sources Plupload module and the corresponding feature in my file field settings.
When i visit a node editing page, i see this:
Notice: Undefined offset: 0 in theme_file_upload_help() (line 930 of /var/aegir/platforms/drupal-7.15/modules/file/file.field.inc).
When i upload a bunch of files, i see this:
- Notice: Undefined offset: 0 in theme_file_upload_help() (line 930 of /var/aegir/platforms/drupal-7.15/modules/file/file.field.inc).
- Notice: Undefined offset: 0 in filefield_sources_plupload_element_value() (line 142 of /var/aegir/platforms/drupal-7.15/sites/all/modules/filefield_sources_plupload/filefield_sources_plupload.module).
- Notice: Undefined offset: 0 in filefield_sources_plupload_element_value() (line 142 of /var/aegir/platforms/drupal-7.15/sites/all/modules/filefield_sources_plupload/filefield_sources_plupload.module).
- Warning: Missing argument 2 for file_validate_extensions() in file_validate_extensions() (line 1678 of /var/aegir/platforms/drupal-7.15/includes/file.inc).
- Notice: Undefined variable: extensions in file_validate_extensions() (line 1681 of /var/aegir/platforms/drupal-7.15/includes/file.inc).
- Notice: Undefined variable: extensions in file_validate_extensions() (line 1683 of /var/aegir/platforms/drupal-7.15/includes/file.inc).
- Only files with the following extensions are allowed: .
- Warning: Missing argument 2 for file_validate_extensions() in file_validate_extensions() (line 1678 of /var/aegir/platforms/drupal-7.15/includes/file.inc).
- Notice: Undefined variable: extensions in file_validate_extensions() (line 1681 of /var/aegir/platforms/drupal-7.15/includes/file.inc).
- Notice: Undefined variable: extensions in file_validate_extensions() (line 1683 of /var/aegir/platforms/drupal-7.15/includes/file.inc).
No files are uploaded. Thus, the module is unusable.
Status report is green:
Plupload library: 1.5.4
Help!
Comments
Comment #1
dungeon_dave commentedIf you have also installed the
Allow All File Extensionsmodule, you might have a look at :http://drupal.org/node/1815632
Thanks
-David
Comment #2
lolmaus commentedYeah, i did have the
Allow All File Extensionsinstalled.Comment #3
atlea commented