installation problems with scorm

installation problems with scorm

by diego pasetto -
Number of replies: 0

Can anyone help me with this subject down here...???
During the installation it is happening...

scorm


(postgres7): CREATE TABLE mdl_scorm ( id SERIAL PRIMARY KEY, course integer NOT NULL default '0', name varchar(255) NOT NULL default '', reference varchar(255) NOT NULL default '', maxgrade real NOT NULL default '0', grademethod integer NOT NULL default '0', launch integer NOT NULL default '0', summary text NOT NULL default '', browsemode integer NOT NULL default '0', auto integer NOT NULL default '0', width integer NOT NULL default '800', height integer NOT NULL default '600', timemodified integer NOT NULL default '0')  

Warning: pg_exec(): Query failed: ERRO: relação "mdl_scorm_id_seq" já existe in /home/pasetto/public_html/moodle/lib/adodb/drivers/adodb-postgres64.inc.php on line 723
-1: ERRO: relação "mdl_scorm_id_seq" já existe
         
   
 

Erro


(postgres7): CREATE INDEX mdl_scorm_course_idx ON mdl_scorm (course) 


Average of ratings: -