-> Allows creation of folders and allows further categorization of files by applying categories to files/folders/links.
-> Implements built in help buttons to aid in the effective use of the block.
-> Allows sharing of files/folders/links/categories with other course users.
-> By using the built-in admin settings, accessible by the site admin, admin can set upload sizes, directory sizes, permission settings for sharing to other course members and allowing to share to everyone on the site from the main page, an enabling the file manager in general. Settings can be set for the three types of users, eg: teachers, students, and admins
-> Users main File Manager page shows file/directory sizes, and shows how much space they have remaining if directory size is set or total space if set to 'unlimited'.
-> Can share files/links/folders/categories to users in the current course. Can view shared objects from the current course or sitewide.
-> Implements the built-in zip function to allow zipping of files and storing the zip into the moodle api. Unzipping a zipped file uploaded to the site will retain folder structures, etc. (Currently, this feature overwrites other files/folders without warning)
-> Increased file security to prevent unauthorized access to files.
Try this block out and let people know of any bugs(esp. file security)/feature requests/etc so this block can continue development!
-Michael Avelar
HSU Programmer
-> Adding an option to the admin page to require students shares to be approved by a site teacher.
-> (Possibly?) Giving admin's a page to search/view all users files for appropriate content and allow them to delete shares/files. Also possibly have a table for user specific banning, allowing the admin to ban users who repeatedly upload inappropriate/copyrighted content.
Any suggestions/comments greatly appreciated!
Thanks,
Michael Avelar
You asked for suggestions, so I was thinking it could be useful to be able to set the student allocation on an additive course by course basis.
I'm thinking of a scenario like this:
A site default per enrolled course is 5 mb per student
Photography course students get 100 mb
Music students get 35 mb
so if a student is enrolled on a normal course they get 5 mb
if a student is enrolled on 2 normal courses, they get 10 mb
if a student is enrolled on a photography course and 1 normal course they get 105 mb
the ability to set courses to have 0 effect on file privileges would also be good for all the induction & help courses that students can freely enrol on.
or maybe instead, have a per student allocation the way it exists now and have the ability to automatically increase it if they are enrolled on certain courses.
This isn't a critical need but would be useful for those few courses that have a genuine need for larger amounts of storage.
I have noticed following problems with the File Manager version 2005042200 (from the zip-file: file_manager_4-12-2006.zip).
I would like you to know that I had a problem with Create new Category function in the "Add a Link" page. It gave me a following error message Unknown parameter type: PARAM_APLHAEXT. This was fixed by removing line 16 ( $from = optional_param(from, NULL, PARAM_ALPHAEXT); ) from the cat_manage.php.
And it also seems that your are unable to make first time installation of the File Manager block to the Moodle 1.6 beta 5 version (it gives you errors on the tables).
Yours sincerely
MikkoYou will have to start from the beginning but if you have attempted to install you will have to go into the SQL db and DROP TABLE:
- $ prefix_fmanager_admin
- $ prefix_fmanager_shared
- $ prefix_fmanager_folders
- $ prefix_fmanager_categories
- $ prefix_fmanager_link
Next you will have to replace mysql.sql in your file_manager folder in the db folder.
here is the path
file_manager > db > mysql.sql
This is what I changed.
from this
INSERT INTO prefix_log_display VALUES ('fmanager', 'add', 'fmanager', 'name');
INSERT INTO prefix_log_display VALUES ('fmanager', 'update', 'fmanager', 'name');
INSERT INTO prefix_log_display VALUES ('fmanager', 'view', 'fmanager', 'name');
to this
INSERT INTO prefix_log_display (module,action,mtable,field) VALUES ('fmanager', 'add', 'fmanager', 'name');
INSERT INTO prefix_log_display (module,action,mtable,field) VALUES ('fmanager', 'update', 'fmanager', 'name');
INSERT INTO prefix_log_display (module,action,mtable,field) VALUES ('fmanager', 'view', 'fmanager', 'name');
Hope this works for you.
--
Luciano M. Rodriguez
Hi
I have just created a new installation of moodle (V1.6). I am still pretty new o moodle and have come to a problem i can't overcome. I use it in school and find the File Manager Block very useful (using 1.5.3) for students to be able to upload work and then access it from home.
Having installed the Block (latest version i think dated 4th April 2006) but i am getting problems - tables cannot be set up!!!
i have followed the message below but am unsure on the following sections in red:
You will have to start from the beginning but if you have attempted to install you will have to go into the SQL db and DROP TABLE:
- $ prefix_fmanager_admin
- $ prefix_fmanager_shared
- $ prefix_fmanager_folders
- $ prefix_fmanager_categories
- $ prefix_fmanager_link
**Note that prefix might say mdl in your database. Just use whatever it says in your SQL database.
i have managesd to do the following OK
Next you will have to replace mysql.sql in your file_manager folder in the db folder.
here is the path
file_manager > db > mysql.sql
This is what I changed.
from this
INSERT INTO prefix_log_display VALUES ('fmanager', 'add', 'fmanager', 'name');
INSERT INTO prefix_log_display VALUES ('fmanager', 'update', 'fmanager', 'name');
INSERT INTO prefix_log_display VALUES ('fmanager', 'view', 'fmanager', 'name');
to this
INSERT INTO prefix_log_display (module,action,mtable,field) VALUES ('fmanager', 'add', 'fmanager', 'name');
INSERT INTO prefix_log_display (module,action,mtable,field) VALUES ('fmanager', 'update', 'fmanager', 'name');
INSERT INTO prefix_log_display (module,action,mtable,field) VALUES ('fmanager', 'view', 'fmanager', 'name');
Any help greatfully received
Andy
-luciano
Hi Luciano
have finally managed to access the tables and file manager now works to a certain extent. though all text and buttons are surrounded by (see attachment). i am also getting the following error message:
Warning: file(/home/campsmo/public_html/moodle16/moodle/blocks/lang/block_lang.php): failed to open stream: No such file or directory in /home/campsmo/public_html/moodle16/moodle/lib/blocklib.php on line 25
any ideas would be greatfully received
Cheers
Andy
HI Michael
have installed en_utf8 language pack into moodledata/lang but made no difference!
Andy
I'm not sure if you have resolved this issue but I had exactly the same problem.
I have just got it to work properly by copying the block_file_manager.php file from the lang\en and copying it into lang\en_utf8 folder.
I want thank you for the suggestion in getting myFiles to work. I did as you said and all's well.
Regards,
Christian Blessing
International School of Latvia
Estoy intentando instalar el blocks file_manager_4-12-2006.zip. Sigo las instrucciones adjuntas, y una vez entro en moodle como administrador, al principio parece que todo va bien pero el final me sale el siguiente error: "Block file_manager tables could NOT be set up successfully!".
Da la impresión que hay una tabla (que desconozco cual es) que no puede crear, actualizar o insertar algún registro.
Tengo la versión 1.6.3 de moodle y está instalado sobre Linux.
¿Sabrías que está pasando?
Saludos,
Jorge
I installed File Manager Block.
but when i want to enable it, i received this message: "Could not insert the \ record".
How can i solve this problem. let me know what's wrong?!!
regards,
SOE.
Bye Andy
Thanks,
Mike
Hi Michael,
Have you managed to get any of those features you suggested (Giving admin's a page to search/view all users files for appropriate content for example) above to work yet.....????
I think a with the file manager block, the admin power to view any students' files to check if the content is appropriate, is a must!!!
Keep me updated!!!!
Thanks,
Andrea
I just installed this to test it out. I like it. I was wondering if there is a way to prevent the guest account from seeing the File Manager? Or am I missing something?
Thanks,
Craig
- Michael Avelar
Sounds good. Thank you.
Another feature that would be nice is the ability to allow only certian file types (.doc, ppt, pdf, jpg, etc...) or restrict specific types from upload (.exe, .php, .cmd, etc). I was looking around the forums and have not been able to find out how to do this with just the core moodle install, which has not been a big issue since only teachers have been uploading. Now that I might allow students to have a storage area I see a need for more protection. Has there been discussion about this somewhere and I missed it?
Thanks,
Craig
Michael,
Is it possible to share files by groups in addition to the existing functionality of sharing to users?
Thanks,
Chandru
Warning: mkdir(/var/www/html/tstmdl/moodledata/file_manager): Toegang geweigerd in /var/www/html/tstmdl/moodle/lib/moodlelib.php on line 3753 (Toegang geweigerd = Access denied)
How to solve? (With fpt I can make any directory).
Here at CSUS we are trying to figure out a way for audio files to be uploaded for use by music students while preventing students from being able to download & share them. My search of the forums turned up nothing closer than your announcement of 4/13, but maybe somewhere a faculty member or music librarian has looked into this. (I'm into the q just far enough to know that Fraunhofer is testing some MP3 technology to track uploads in peer-to-peer contexts using Watermarks--don't know whether that technology represents an answer here, or will in the future.)
Thanks for any help.
Julian
You could use an rtsp format in conjunction with a streaming server (quicktime, windows media, etc.), though that may be more difficult for your students to use (and of course savvy students can also copy audio and video from rtsp streamed files).
It is a bit harder for students to copy files that are played in the Moodle flash player, perhaps adding code into MyFiles or Matt Oquist's portfolio module so that student mp3s are played through the flash player and not show a link would be a sufficient solution. There is also a Moodle podcast module, I haven't tried it yet but it seems it might open the possibility of controlling file access with Apple's DRM?
I was just seeing which files were able to be uploaded and it seems the MS office suite is fine, PDF's will not upload as well as video and audio files. Do you know if this is specified somewhere in the moodle core files or is it specified some how in your files. I would lik eto add the ability to upload pdf's and audio.
Thanks in advance,
Deon
file_manager
Error
Error
Error
Error
Error
Error
Error
Error
Block file_manager tables could NOT be set up successfully!
Hi Geoff
I too had this problem and followed Luciano's instructions (Below) as well as updating the language package to UTF8 verison. My block now installs and can be added to a page but still appears to contain errors. Give it a go and please let me know how you get on.
Luciano's Instructions:
You will have to start from the beginning but if you have attempted to install you will have to go into the SQL db and DROP TABLE:
- $ prefix_fmanager_admin
- $ prefix_fmanager_shared
- $ prefix_fmanager_folders
- $ prefix_fmanager_categories
- $ prefix_fmanager_link
**Note that prefix might say mdl in your database. Just use whatever it says in your SQL database.
Next you will have to replace mysql.sql in your file_manager folder in the db folder.
here is the path
file_manager > db > mysql.sql
This is what I changed.
from this
INSERT INTO prefix_log_display VALUES ('fmanager', 'add', 'fmanager', 'name');
INSERT INTO prefix_log_display VALUES ('fmanager', 'update', 'fmanager', 'name');
INSERT INTO prefix_log_display VALUES ('fmanager', 'view', 'fmanager', 'name');
to this
INSERT INTO prefix_log_display (module,action,mtable,field) VALUES ('fmanager', 'add', 'fmanager', 'name');
INSERT INTO prefix_log_display (module,action,mtable,field) VALUES ('fmanager', 'update', 'fmanager', 'name');
INSERT INTO prefix_log_display (module,action,mtable,field) VALUES ('fmanager', 'view', 'fmanager', 'name');
Hope this works for you.
--
Luciano M. Rodriguez
Andy King
I have completed all of the above or this:
Dropped the following tables
- $ prefix_fmanager_admin
- $ prefix_fmanager_shared
- $ prefix_fmanager_folders
- $ prefix_fmanager_categories
- $ prefix_fmanager_link
from this
INSERT INTO prefix_log_display VALUES ('fmanager', 'add', 'fmanager', 'name');
INSERT INTO prefix_log_display VALUES ('fmanager', 'update', 'fmanager', 'name');
INSERT INTO prefix_log_display VALUES ('fmanager', 'view', 'fmanager', 'name');
to this
INSERT INTO prefix_log_display (module,action,mtable,field) VALUES ('fmanager', 'add', 'fmanager', 'name');
INSERT INTO prefix_log_display (module,action,mtable,field) VALUES ('fmanager', 'update', 'fmanager', 'name');
INSERT INTO prefix_log_display (module,action,mtable,field) VALUES ('fmanager', 'view', 'fmanager', 'name');
I then made sure that the language pack was installed correctly. Restarted my sql database and httpd service just for grins. And I still get hung up on the install numerous times. It stops on the last line if that is any significance to anyone I would like to know. I did also copy the block_file_manager.php file from the lang\en into lang\en_utf8 folder.
I did have filemanager running on 1.5.3, then upgraded to 1.6. Any suggestions?
Thanks a ton
What I did was to drop the fmanager tables (so that I could reinstall) and comment out the mdl_log_display lines from mysql.sql
Reinstall was a success and the block, as far as I can tell, works OK.
Are these mdl_log_display lines from mysql.sql necessary? No other block seemed to have an entry there, only modules. I don't know what this table is for.
Hope this helps.
p.s. I like the improvements to the block, particularly the combining of files/links. However, I feel that the language seems to suggest only (web)links are possible. I think I'll change the lang file to say something like 'files and links' instead of just 'links'
There was a similar problem which was resolved and the resolution link is placed here:
1. Ger's solution to this when it came up with the book module
2. http://moodle.org/mod/forum/discuss.php?d=37444#224759
Let me have your feedback.
Garry
As for improvements to the block I would like to see if it is possible to see the file manager block be visible to the administrator, or just make it easier to track what students have put up there on their files. I know you can go searching in the moodle dir for them, but their ids are numerical, which is a pain to track certain users.
Again, thanks for the help.
ztechguy
This last error says that you can't update the prefix_log_display table of your moodle database because they yet exist !
After having dropped the following tables
- $ prefix_fmanager_admin
- $ prefix_fmanager_shared
- $ prefix_fmanager_folders
- $ prefix_fmanager_categories
- $ prefix_fmanager_link
the prefix_log_display table of your moodle database,
(#NUMBER_ID# ,fmanager, add, fmanager, name)
(#NUMBER_ID+1#, fmanager, update, fmanager, name)
(#NUMBER_ID+2#, fmanager, view, fmanager, name )
and restart all the process.
That's all.
JF.
Re: File Manager Block (aka: My Files)--USE THIS SQL SCRIPT
Use this file with the File manager 2 in the CVS folder.
This has worked for me.
Change the SQL file in the CVS download located at Blocks/Filemanager/db
with the one attached.
Re: File Manager Block (aka: My Files)--USE THIS SQL SCRIPT
.Thanks,
Rob
Here are a few feature requests:
- The ability for an administrator (and teacher?) to view a student's files. This would enable monitoring of inappropriate material and correct use.
- Access to file manager from the 'My Moodle' page. If you files are accessible from whichever course page you are on then it makes sense to be able to get to them from My Moodle as well (and it seems like the most logical place to see them)
- The ability to remove access for particular users. Something like the modification of the Admin block that allows for black/grey/white lists (their terminology, not mine) for messaging
- restrict certain file types, e.g. exe
On my test server I had no course with id=5. I soon as I did the file manager worked - it just showed the course with id=5 in the breadcrumb (obviously)
http://moodle.nulc.ac.uk/blocks/file_manager/view.php?id=39
...because my user ID is 39. This isn't a problem if you have more courses than users, but if you have thousands of users then the user ID is likely to cause the URL to point to a non-existant course.
I've made a really horrible, temporary fix for this and put it in the attached file. As always, don't install this on live site unless you're really confident!
Our goal is to give students access to ability to move files for school from home to school beyond the ability to upload as file to be graded as permitted by some blocks and also store those files. We are seeking to replace services like Learning Station and Weblockz now School Web Lockers with the File Manager block or similar.
Thanks for your help!
Sally
http://learn.humboldt.edu/mod/forum/discuss.php?d=10633
Hi
Just downloaded and installed the File Manager block, excellent block! would it be possible for teaching staff sharing files and folders to insert documents from the shared file manager within say the SCORM module for example?
or, do the teaching staff still require uploading from within Moodle itself? I would think that this File Manager block would be more convenient for the likes of teaching staff uploading files within Moodle's modules etc!
Many thanks,
Ali.
Sorry, trying to read the manual I just get the message:
| You do not have permissions to view this post |
http://learn.humboldt.edu/mod/book/view.php?id=8791&chapterid=4246
"You can manage your files/links/folders here. If you are in a course, you can also
share files to other course members as well as upload files to an assignment."
I can see no way of uploading a file from a users 'file manager' to an assignment. It would be a really useful feature if only i could find out how to do it. It doesn't appear to be mentioned in the documentation.
Also the zip / unzip does not seem to work, well at least the unzip part, I can create zips of files I have uploaded. However I need to upload zips and then unzip them.
Any clues anyone?
Saludos,
Jorge
"This SQL relies on obsolete tables! Your code must be fixed by a developer."
Could I check if the block is being updated for 1.7?
I would like to see a update of the File Manger Block too.
..or if there is a other block with the same funktions for 1.7.
When I try to use File Manger in Moodle version 1.7 I get this message:
Notice: Use of undefined constant id - assumed 'id' in /blocks/file_manager/sharing.php on line 17
Notice: Use of undefined constant linkid - assumed 'linkid' in /blocks/file_manager/sharing.php on line 18
Notice: Use of undefined constant from - assumed 'from' in /blocks/file_manager/sharing.php on line 19
Notice: Use of undefined constant rootdir - assumed 'rootdir' in /blocks/file_manager/sharing.php on line 20
Notice: Undefined index: cbu in /blocks/file_manager/sharing.php on line 29
Share to others
|
Click on individual users, groups, or the |
Notice: Undefined variable: from in /blocks/file_manager/print_lib.php on line 390
Notice: Undefined variable: from in /blocks/file_manager/print_lib.php on line 391
Notice: Undefined variable: from in /blocks/file_manager/print_lib.php on line 392
array(5) { [0]=> array(4) { ["file"]=> string(49) "/lib/dmllib.php" ["line"]=> int(578) ["function"]=> string(17) "get_recordset_sql" ["args"]=> array(3) { [0]=> &string(50) "SELECT * FROM mdl_user_teachers WHERE course = '4'" [1]=> &string(0) "" [2]=> &string(0) "" } } [1]=> array(4) { ["file"]=> string(49) "/lib/dmllib.php" ["line"]=> int(546) ["function"]=> string(20) "get_recordset_select" ["args"]=> array(6) { [0]=> &string(13) "user_teachers" [1]=> &string(12) "course = '4'" [2]=> &string(0) "" [3]=> &string(1) "*" [4]=> &string(0) "" [5]=> &string(0) "" } } [2]=> array(4) { ["file"]=> string(49) "/lib/dmllib.php" ["line"]=> int(748) ["function"]=> string(13) "get_recordset" ["args"]=> array(7) { [0]=> &string(13) "user_teachers" [1]=> &string(6) "course" [2]=> &string(1) "4" [3]=> &string(0) "" [4]=> &string(1) "*" [5]=> &string(0) "" [6]=> &string(0) "" } } [3]=> array(4) { ["file"]=> string(68) "/blocks/file_manager/print_lib.php" ["line"]=> int(420) ["function"]=> string(11) "get_records" ["args"]=> array(3) { [0]=> &string(13) "user_teachers" [1]=> &string(6) "course" [2]=> &string(1) "4" } } [4]=> array(4) { ["file"]=> string(66) "/blocks/file_manager/sharing.php" ["line"]=> int(191) ["function"]=> string(29) "fm_print_share_course_members" ["args"]=> array(3) { [0]=> &string(1) "4" [1]=> &int(4) [2]=> &int(0) } } }
| This SQL relies on obsolete tables! Your code must be fixed by a developer. |

We're also using the File Manager here in Norway.
Have you heard anything?
No I haven't heard anything yet.
Is there anyone working on fitting My Files to be working i version 1.7?
I put a step-by-step guide on how to get MyFiles to run on Moodle 1.7 here:
http://moodle.org/mod/forum/discuss.php?d=31943&parent=296270
Matthias
I got tired of waiting for the block to be updated for 1.7 so I thought I would just jump in and help.
I have attached the new code for 1.7+. I have done some testing and it appears to functional with the new permisions structure if anyone wants to clean it up any, Go for it. I hope this helps, I know it will be helpful for my school.
I installed on a Mac OS X server and all is well. Did the same on a linux server (with the same data and modules) and ran into a problem.
1. the option to add blocks to the site page disappeared (still there for course pages)
2. When debugging is turned on in the linux install, a number of variables do not appear to be visible. I did add the lang file to the en_utf8 folder. See below.
Notice: Use of undefined constant id - assumed 'id' in /usr/local/apache2/htdocs/moodle/blocks/file_manager/admin_settings.php on line 6
Notice: Use of undefined constant maxbytes - assumed 'maxbytes' in /usr/local/apache2/htdocs/moodle/blocks/file_manager/admin_settings.php on line 7
Notice: Use of undefined constant maxdir - assumed 'maxdir' in /usr/local/apache2/htdocs/moodle/blocks/file_manager/admin_settings.php on line 8
Notice: Use of undefined constant sharetoany - assumed 'sharetoany' in /usr/local/apache2/htdocs/moodle/blocks/file_manager/admin_settings.php on line 9
Notice: Use of undefined constant allowsharing - assumed 'allowsharing' in /usr/local/apache2/htdocs/moodle/blocks/file_manager/admin_settings.php on line 10
Notice: Use of undefined constant enablefmanager - assumed 'enablefmanager' in /usr/local/apache2/htdocs/moodle/blocks/file_manager/admin_settings.php on line 11
Notice: Use of undefined constant tab2 - assumed 'tab2' in /usr/local/apache2/htdocs/moodle/blocks/file_manager/admin_settings.php on line 12
Notice: Use of undefined constant tab - assumed 'tab' in /usr/local/apache2/htdocs/moodle/blocks/file_manager/admin_settings.php on line 13
Notice: Trying to get property of non-object in /usr/local/apache2/htdocs/moodle/lib/weblib.php on line 4049
I had added ClamAV and Update Link (document) to 1.6. Do you want my code? Or should I add it to yours and post here?
Greg
It's on http://tracker.moodle.org/browse/CONTRIB-25
I think you might make the chance better that something is done by voting on the page there.
So go there and put in a vote.
John Harald
Don't ask me how, but this is what i did.
I went to Site Administrator and chose the Miscellaneous option.
Went to the XMLDB editor, found blocks/filemanager/db
Pressed create
And then went to the Administration windows and it installed just like that.
I think I can see some logic here but I'm not able to explain it.
Whatever... it works... I'm happy once again
Please read info on myfiles plugin page.
Before you move file_manager to block folder change 3 last lines in db/mysql.sql
from:
INSERT INTO prefix_log_display VALUES ('fmanager', 'add', 'fmanager', 'name');
INSERT INTO prefix_log_display VALUES ('fmanager', 'update', 'fmanager', 'name');
INSERT INTO prefix_log_display VALUES ('fmanager', 'view', 'fmanager', 'name');
to:
INSERT INTO prefix_log_display VALUES ( '','fmanager', 'add', 'fmanager', 'name');
INSERT INTO prefix_log_display VALUES ('','fmanager', 'update', 'fmanager', 'name');
INSERT INTO prefix_log_display VALUES ('','fmanager', 'view', 'fmanager', 'name');
I've got it installed Ok following previous posts instructions, but I'm running on an Oracle db so all I get when I try to enable anything is:
"The Link Manager has been Disabled!"
andf when I try to enable it:
"Could not insert the \ record."
RC
I managed to install this great file manager module in Moodle 1.7, changing the last 3 lines in db/mysql. The block installed itself, but now every word in it has .. around it. ? There are no capitals either, it's even called filemanager at the block sections. Anyone else had this problem?
All the functions seem to be working correct.
There's a picture below..
any ideas anyone?
thanks for the fast reply John! I'll check it out.
Yes it's dutch indeed.
Dutch version online!
Place it in your /lang/nl_utf8/-directory in moodle for a full dutch version of the filemanager (it's called Gegevensbeheer now).
Have fun
New to Moodle and had the same problem. I had put "lang" files in the "en" folder. I later moved them to "en_utf8" folder and it fixed the problem.
Hope this help you.
ok, esta es la traduccion al español para el bloque de My Files, la acabo de hacer, para usarla deben tener instalado el paquete de idioma español internacional, solo copien el archivo en la carpeta es_utf8 dentro de la carpeta lang, esta carpeta puede lo mismo estar en la carpeta moodle que en la carpeta moodledata solo busquenla. espero les sirva.
ATT:
Jose Miguel Flores Montoya
Saludos
Vladimir
I put a step-by-step guide on how to get MyFiles to run on Moodle 1.7 here:
http://moodle.org/mod/forum/discuss.php?d=31943&parent=296270
Hopefully some of the steps will become obsolete in the near future, it would be nice if this popular module was really easy and straight-forward to install.
Matthias
- transferred the 'lang' content into moodle/lang
- copied the blocks/filemanager to moodle/blocks
- as admin -> 'Administration': 'Admin...' and got all success, checked the database that all the tables are created
- Under 'Administration->Configuration'->'Blocks' can see 'File Manager'
BUT wenn I edit a course, "file manager" does NOT appear in the drop-down list of activities.
What have I missed?
That was an eye-opener. Many thanks!
I've got the same problem as Simon Bryan, I can't unzip a previously uploaded zip file. The unziped files has 0 length and no name.
Although the first screen shows up the correct file names, sizes and dates after the process there's no usable file in the directory (see the screen).
Thanks
Ricardo