Posted by ianalis on November 16, 2007 at 8:21am
Jump to:
| Project: | Disk Node |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | mooffie |
| Status: | closed (fixed) |
Issue Summary
I'm running drupal 5.2 on an apache httpd 2.0 server.
To replicate:
1. create/edit a disk node
2. Click the "Browse files"
3. Click the "Info" link in one of the files
4. Select a move/copy/delete tab
5. Click the corresponding button
Result:
Nothing happens. There's no message after loading the page. The action was not performed.
I did this while logged in as the first user (user 1).
Comments
#1
I can confirm that bug, it happened no matter what user logged on.
#2
I see the problem. The Drupal 5.0 version looks for '$form_values', but since these forms aren't created with FAPI, we have to resort to the old $_POST intead. Assigning to me.
#3
Fixed. But these forms will be revamped "sometime soon".
(Note: this module is packaged only "daily", so you'll have to wait to see the changes.)
#4
Automatically closed -- issue fixed for two weeks with no activity.