Unable to open a class

Unable to open a class

by Sandra Hines -
Number of replies: 2

Participants are locked out of the class. Everything I see says it should be open. We just upgraded to the latest version after being hacked into and everything destroyed.

Also, the resources are not available.

Average of ratings: -
In reply to Sandra Hines

Re: Unable to open a class

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
What do you see? What are the error messages (if any)? What exactly happens? A screen dump may be useful.

Have you got backups? If everything is trashed, rebuilding from the ground up may be the best/safest option.
In reply to Howard Miller

Re: Unable to open a class

by Sandra Hines -

It says, " This course is currently unavailable to students."

and when I go to Admin.. I get

quiz


(mysql): CREATE TABLE mdl_quiz ( id int(10) unsigned NOT NULL auto_increment, course int(10) unsigned NOT NULL default '0', name varchar(255) NOT NULL default '', intro text NOT NULL default '', timeopen int(10) unsigned NOT NULL default '0', timeclose int(10) unsigned NOT NULL default '0', optionflags int(10) unsigned NOT NULL default '0', penaltyscheme int(4) unsigned NOT NULL default '0', attempts smallint(6) NOT NULL default '0', attemptonlast tinyint(4) NOT NULL default '0', grademethod tinyint(4) NOT NULL default '1', decimalpoints int(4) NOT NULL default '2', review int(10) unsigned NOT NULL default '0', questionsperpage int(10) NOT NULL default '0', shufflequestions tinyint(4) NOT NULL default '0', shuffleanswers tinyint(4) NOT NULL default '0', questions text NOT NULL default '', sumgrades int(10) NOT NULL default '0', grade int(10) NOT NULL default '0', timecreated int(10) unsigned NOT NULL default '0', timemodified int(10) unsigned NOT NULL default '0', timelimit int(2) unsigned NOT NULL default '0', password varchar(255) NOT NULL default '', subnet varchar(255) NOT NULL default '', popup tinyint(4) NOT NULL default '0', delay1 int(10) NOT NULL default '0', delay2 int(10) NOT NULL default '0', PRIMARY KEY (id), KEY course (course)) TYPE=MyISAM COMMENT='Main information about each quiz'  
1050: Table 'mdl_quiz' already exists
                  

Error


(mysql): CREATE TABLE mdl_question_answers ( id int(10) unsigned NOT NULL auto_increment
and much more...