Closed (fixed)
Project:
Web File Manager
Version:
6.x-2.12
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
12 Mar 2010 at 17:34 UTC
Updated:
11 Jul 2015 at 02:47 UTC
Jump to comment: Most recent
Comments
Comment #1
cgmonroe commentedHaven't tried this brand new version yet... but here's some quick thoughts:
Is the webfm.admin.inc file at the location specified (relative to your drupal root) ? I know it's in the 2.12 release tar.gz because I just DL-ed and checked.
If it's there, does it have the correct file permissions set? E.g. readable by the id your web server is running under?
Comment #2
Anonymous (not verified) commentedthe file "webfm.admin.inc is" is located in /modules/webfm/webfm.admin.inc and has 644 permission
Comment #3
nhck commentedThank you for reporting this :-)
However I cannot confirm this bug.
Could you provide us with the path you are trying to access? Maybe you can check if it owned by the correct user, e.g. compare the owners of the webfm.admin.inc file with those of a module that is working correctly. Also you should try to reupload webfm.admin.inc - maybe it got broken during the process?
For now I am setting this to a support request, if thats okay with you?
Thank you again.
Comment #4
Anonymous (not verified) commentedthe problem appears when the WEBFM folder is in /modules/webfm
and disappears when the WEBFM folder is in /sites/all/modules/webfm
Comment #5
nhck commentedFrom your error message: require_once() [function.require]: Failed opening required sites/all/modules/webfm/webfm.admin.inc I take it that your module was first installed in sites/all/modules/webfm/ but with the upgrade moved to modules/webfm ? Have you run http://yoursite.com/update.php and emptied your cache? In my opinion this is more a problem with drupal thinking that the file is still at sites/all/modules/webfm/webfm.admin.inc.
If this is correct - could you confirm this or try to recreate this effect? If it happens again could you try to fix it by flushing your cache. You can do this from your admin/performance menu.
Thank you very much for helping out :-)
Comment #6
Anonymous (not verified) commentedyou're right. I haven't cleared the cache, I've just run update.php. Sorry for this newbie mistake. Everything works now.