Course Request Manager icon

Course Request Manager

Maintained by Michael Milette
Do you struggle to manage requests for moodle courses from your users? No more!! Course Request Manager allows you to create custom request forms with mandatory or optional fields. The tool allows for quick approval of course requests and can automatically send users details of their new courses including enrollment keys etc. Simplify your admin role by installing this essential plugin!
Price option: Free

Supports Moodle 2.1-3.5 See all versions
Latest release: 7 years ago
Installations: 68
Downloads (last 90 days): 12

Frankenstyle name: block_cmanager
Blocks

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Thanks for that Guido! Changes have been made to the current release of cmanager for this.
Kyle.
I have the same error message. I assume you are not running Windows - the PATH attribute in blocks/cmanager/db/install.xml uses a backslash (\, used only by Windows) instead of the multi-platform slash (/) as the path separator. After replacing this in install.xml (line 2), the installation proceeded as expected.
Hi,
I'm unable to install CRM. I've got this error message:
-----------------
Debug info: Errors found in XMLDB file: PATH attribute does not match file directory: blocks/cmanager/db
Error code: ddlxmlfileerror
Stack trace:
line 352 of /lib/ddl/database_manager.php: ddl_exception thrown
line 368 of /lib/ddl/database_manager.php: call to database_manager->load_xmldb_file()
line 970 of /lib/upgradelib.php: call to database_manager->install_from_xmldb_file()
line 514 of /lib/upgradelib.php: call to upgrade_plugins_blocks()
line 1857 of /lib/upgradelib.php: call to upgrade_plugins()
line 694 of /admin/index.php: call to upgrade_noncore()
-----------------
Any idea?
Ricardo
event after adding $plugin->component = 'block_cmanager'; in moodle 3.3 their is no luck plugin not able to install
Hi!
On Moodle 3.2.5, when I try to 'approve' a request as Admin, I've got this error: "coursecat".Any idea to fix that?
Thanks you.
Benoit.
For the record, I made the change suggested by Daniel on May 3, 2016 and the installation occurred in 3.2 without any problem. I'm now testing the plugin, which I've never used before, so I'm also getting to know it.
Hi! Congratulations for the awesome plugin.
Do you plan to update for Moodle 3.1 and 3.3?
Thank you!
Help!
We are wanting to use this plugin, however upon clicking/using any of the links within the block regardless of where we set the block to appear on the page, the block expands at the far right of the screen making the format of the page/site and block pretty unreadable. We are using the adaptable theme with the latest version of Moodle.
Hi
I would like to add the file upload element to the plugin so that the person requesting a course can also upload a file on the second form. Could you please tell me which files to edit so that I can do this?
Thank you very much smile
hi guys I am tryign to install this plugin into my Moodle site but I am getting this error "Validating block_cmanager ... Error
[Error] Plugin does not declare its component name [null] Help with Plugin does not declare its component name
Installation aborted due to validation failure"
Can someone assist me on this please
Thanks in Advance
Hi James,
I plan to set aside some time for this in the next few weeks (moodle 3 updates etc). At the moment I have not tested BUT it should be fine with a simple change to the version.php file. Add the following line
$plugin->component = 'block_cmanager';
That should allow a version 3 install. IMPORTANT: Don't do this on a production server. Please test first. Usage at this time prior to a tested release is at your own risk.
Hello,
i was using this great plugin with moodle 2.8 with no issues.
i just upgrade to moodle 3.0.2.
Is someone tested it with moodle 3.x
Thank you
In this page:
http://my.site.com/blocks/cmanager/cmanager_admin_arch.php
When I try to delete a request, I went to this URL:
http://my.site.com/blocks/cmanager/deleteRequest.php?t=adminarch&&id=2
And got this error:
////////
Not Found
The requested URL /blocks/cmanager/deleteRequest.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
////////
(Also more than 10 phrases can't be found in language file to be translated, and around 10 other phrases although are translated, but again appeared in English in frontend)
Any idea will be appreciated.
Hi Deniel,
When I edit the block, there is a blockstring and I can't find it in phrases, also its field has "default value" inside. Would you mind helping me about this title and its field please?
Regards
Looking to port this plugin to 3.0 ??? I have no idea if it will kill my system later but I have added $plugin->component = 'block_cmanager'; in version.php and it fixed the error during update.