Closed (fixed)
Project:
Web File Manager
Version:
6.x-2.11
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2009 at 15:47 UTC
Updated:
4 Oct 2009 at 00:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
nhck commentedUhm, right click and choose rename?
Comment #2
nhck commentedOkay, I understand now - w/ the most recent copy from cvs this is broken:
Fatal error: Call to undefined function webfm_rename() in /var/www/fresh/sites/all/modules/webfm/webfm.module on line 1136
Fatal error: Call to undefined function webfm_mkdir() in /var/www/fresh/sites/all/modules/webfm/webfm.module on line 1080
webfm_file.inc doesn't seem to be included? I don't know why that happens?
Comment #3
cweagansIt appears that the last commit that affected that file was the views integration. Looking at the diff, it looks like the require_once statement was removed. I'll make a quick patch and commit here in a moment.
Comment #4
cweagansI don't have a dev installation handy at the moment and don't have the time today or tomorrow to check and see if this patch addresses the problem. Would somebody kindly test this out?
Comment #5
nhck commentedthis works now - I hope this fixes your problem mhkc.
Comment #6
cweagansCommitted to HEAD. Thanks!