I'm having an interesting problem with the file manager.
When I try to browse any sub-folders within the upload folder, I'm unable to. It seems to just reload the page.
I've selected the check box "Enable advanced mode?" - Lets you gain access to whole cmsms filesystem, not just /uploads/ (if allowed)
This allows me to browse to any folder, but I'd like to restrict my users to the uploads directory or any subdirectory within uploads. Any suggestions?
What I'm running.
CMS Version
1.6.5
Installed Modules
CMSMailer
1.73.14
FileManager
1.0.1
MenuManager
1.6.2
ModuleManager
1.3.1
News
2.10.3
nuSOAP
1.0.1
Printing
1.0.3
Search
1.6.1
ThemeManager
1.1.1
TinyMCE
2.5.4
Problem with File Manager and browsing [Solved]
-
- Forum Members
- Posts: 43
- Joined: Thu Mar 13, 2008 8:16 pm
Problem with File Manager and browsing [Solved]
Last edited by idledragon on Tue Oct 13, 2009 4:46 pm, edited 1 time in total.
Re: Problem with File Manager and browsing
Backup. Uninstall File Manager. Remove File Manager. Reinstall.
Include a screenshot.
Replicate on XAMPP.
Allow someone to take a look.
Include a screenshot.
Replicate on XAMPP.
Allow someone to take a look.
Re: Problem with File Manager and browsing
check plugin file_list (file-list-table) on http://dev.cmsmadesimple.org/projects/file-list-table
-
- Forum Members
- Posts: 43
- Joined: Thu Mar 13, 2008 8:16 pm
Re: Problem with File Manager and browsing [Solved]
I think this was this issue.
So I don't have access to edit my config.php and had someone else edit it. He inadvertently put backslashes where he shouldn't.
/uploads/images/
instead of
/uploads/images
in my config.php...I notice some interesting URLs when I checked my system information and that led me to check.
I'm not sure which one fixed it or if this was even this issue, but I had him correct them all and it seems to have fixed the issue.
So I don't have access to edit my config.php and had someone else edit it. He inadvertently put backslashes where he shouldn't.
/uploads/images/
instead of
/uploads/images
in my config.php...I notice some interesting URLs when I checked my system information and that led me to check.
I'm not sure which one fixed it or if this was even this issue, but I had him correct them all and it seems to have fixed the issue.