Can't Get Face to Face to Install

Can't Get Face to Face to Install

by Jim Cook -
Number of replies: 1

I am setting a new Moodle server.  I had Face to Face installed and working last week but then I had to rebuild the Moodle installation.  Now I can't get Moodle to launch the install of Face to Face.  I have added the additional code to the lib.php:

if (!empty($CFG->enablegroupings) && !empty($mod->groupingid) && has_capability('moodle/course:managegroups', get_context_instance(CONTEXT_COURSE, $course->id))) {
                    if (!isset($groupings)) {
                        $groupings = groups_get_all_groupings($course->id);
                    }
                    echo " <span class=\"groupinglabel\">(".format_string($groupings[$mod->groupingid]->name).')</span>';
                }
                } elseif ($mod->modname == 'facetoface') {
                    include_once($CFG->dirroot.'/mod/facetoface/lib.php');
                    echo facetoface_print_coursemodule_info($mod);
    
            } else { // Normal activity

When I launch Moodle nothing (extra) happens to build the tables, etc.  Any help will be appreciated!

THANKS

Jim

Average of ratings: -
In reply to Jim Cook

Re: Can't Get Face to Face to Install

by Simon Coggins -
Hi Jim,

If you're still having trouble, can you confirm that you visited the Site Administration > Notifications page after you put the files in the mod/ directory? This will run the database upgrade and make the module available.

Once that's done you should see it appear in Site Admin > Plugins > Activities > Manage Activities

Simon