Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
upload.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2009 at 02:33 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
Comments
Comment #1
Wesley Tanaka commentedThis can be worked around if you are using MySQL by running this query:
ALTER TABLE dbprefix_files ADD KEY (filepath);
Comment #2
steven jones commentedLooks like this would still be an issue in the current D6 release.