Moodle Plugins directory: Repository File Manager | Moodle.org
Repository File Manager
Blocks ::: block_repo_filemanager
Maintained by
Tim Williams
Part of set Course files.
This block contains a Moodle 2+ re-write of the Moodle 1.x file manager.
Latest release:
418 sites
55 downloads
24 fans
Current versions available: 3
The primary purpose of this block is to provide file management capabilities for the 'Course files area' repository. However, this block is also capable of interfacing with the Moodle 2+ Files API to provide limited file browsing capabilities for some other repository types. It is hoped to further develop the management capabilities so that files held in other repository types can be managed through this block.
Useful links
Contributors
Tim Williams (Lead maintainer)
Please login to view contributors details and/or to contact them
$str = etc... "input type="hidden" name="MAX_FILE_SIZE" value="'. $maxbytes etc
like this:
$str='';
The value of $maxbytes was very high (as expected due to our moodle configurations) but it caused the problem anyway. This should not cause problems since in our site this block is meant for admins only.
Please update your plugin for Moodle v3.0
While installating I get errors [all text with debugging option on]:
Plugin block_repo_filemanager does not declare valid $plugin->component in its version.php.
line 328 of /lib/classes/plugin_manager.php: call to debugging()
line 348 of /lib/classes/plugin_manager.php: call to core_plugin_manager->load_present_plugins()
line 217 of /lib/classes/plugininfo/base.php: call to core_plugin_manager->get_present_plugins()
line 143 of /lib/classes/plugininfo/base.php: call to core\plugininfo\base->load_disk_version()
line 97 of /lib/classes/plugininfo/base.php: call to core\plugininfo\base::make_plugin_instance()
line 408 of /lib/classes/plugin_manager.php: call to core\plugininfo\base::get_plugins()
line 368 of /lib/classes/plugin_manager.php: call to core_plugin_manager->get_plugins_of_type()
line 442 of /lib/classes/update/checker.php: call to core_plugin_manager->get_plugins()
line 459 of /lib/classes/update/checker.php: call to core\update\checker->load_current_environment()
line 239 of /lib/classes/update/checker.php: call to core\update\checker->prepare_request_params()
line 124 of /lib/classes/update/checker.php: call to core\update\checker->get_response()
line 542 of /admin/index.php: call to core\update\checker->fetch()
$plugin->component = "block_repo_filemanager";
To version.php.
In moodle 2.9 in the execution of the plugin do not appear the buttons to the foot like the actions in each line.
I use ubuntu 16.04 and probe with firefox chrome.
Any information to correct such problem will be very useful.
Thank you!!
Could you provide a bit more information, I'm not sure I understand what the problem is. Also are you on Firefox, Chrome or both, your message is not clear on this point.
For reference you also need the Course Files Area repository plugin installed and active for this block to be of use, if you don't have this installed don't expect it to do much. The management capabilities only work for files stored in the Course Files Area, everything else is "browse only" so there will be no action buttons.
Debug info: Object of class stdClass could not be converted to string
Error code: codingerror
Stack trace:
line 412 of /lib/setuplib.php: coding_exception thrown
line 729 of /blocks/repo_filemanager/index.php: call to default_error_handler()
line 594 of /blocks/repo_filemanager/index.php: call to displayfiledir()
line 428 of /blocks/repo_filemanager/index.php: call to displaydir()
Thoughts?
On Moodle 3.5, I've install the two plugins Repository File Manager and Course Files Area.
For the plugin Course Files Area I've enable set "Allow Internal use".
When I upload a file in Course Files Area, ie with a block in the Home page, this file is not visible in the Course Files Area of the Moddle file picker in others courses.
is this normal ?
Best regrads.
I've got the plugin installed on my Moodle instance (3.11.6). While the plugin allows me to see the contents of the repositories, I don't have any other information along with the filename. No size/option to download etc.