Can't Backup or Restore

Can't Backup or Restore

by Russ Duehr -
Number of replies: 11

I just moved Moodle from the development box to the production box.  I cannot perform either backup or restore.  I select the restore option from the zip file and select yes to continue.  I then get to the page that outlines the course and select yes to continue.  This brings me to a blank page with no options. 

I would appreciate any help on this matter.  And as always, I needed it to work yesterday!

Average of ratings: -
In reply to Russ Duehr

Re: Can't Backup or Restore

by Andy Tagliani -
Which moodle version and can you turn on the debugging in the admin section, come back with the error warnings if or when the system shows you.

Andy
In reply to Andy Tagliani

Re: Can't Backup or Restore

by Rich Schumaker -
I've got a similar problem. It may have started after a Hostgator server upgrade. I will be monitoring this post for suggestions.
In reply to Rich Schumaker

Re: Can't Backup or Restore

by Andy Tagliani -
Hi all

You must give the moodle users and supporters more information:
- Version
- Debugging messages
- New and clean Installation or upgrade
- When upgrade from which version, are 3rd party blocks or modules installed

This will be helpfull to all!
Andy
In reply to Andy Tagliani

Re: Can't Backup or Restore

by Guido van der Waals -

I'm using moodle 1.8.2+
upgrade from 1.7.11022007
standaard version

My backup was ok, but after restoring ....triest

Klaarmaken van de tabellen van de module

Je bent hier

· DAB

· / Klaarmaken van de tabellen van de module

This script generated 14 warnings - Scroll to the first warning

backupscorm


(mysql): CREATE TABLE mdl_scorm ( id BIGINT(10) unsigned NOT NULL auto_increment, course BIGINT(10) unsigned NOT NULL DEFAULT 0, name VARCHAR(255) NOT NULL DEFAULT '', reference VARCHAR(255) NOT NULL DEFAULT '', summary TEXT NOT NULL, version VARCHAR(9) NOT NULL DEFAULT '', maxgrade DOUBLE NOT NULL DEFAULT 0, grademethod TINYINT(2) NOT NULL DEFAULT 0, maxattempt BIGINT(10) NOT NULL DEFAULT 1, updatefreq TINYINT(1) unsigned NOT NULL DEFAULT 0, md5hash VARCHAR(32) NOT NULL DEFAULT '', launch BIGINT(10) unsigned NOT NULL DEFAULT 0, skipview TINYINT(1) unsigned NOT NULL DEFAULT 1, hidebrowse TINYINT(1) NOT NULL DEFAULT 0, hidetoc TINYINT(1) NOT NULL DEFAULT 0, hidenav TINYINT(1) NOT NULL DEFAULT 0, auto TINYINT(1) unsigned NOT NULL DEFAULT 0, popup TINYINT(1) unsigned NOT NULL DEFAULT 0, options VARCHAR(255) NOT NULL DEFAULT '', width BIGINT(10) unsigned NOT NULL DEFAULT 100, height BIGINT(10) unsigned NOT NULL DEFAULT 600, timemodified BIGINT(10) unsigned NOT NULL DEFAULT 0, CONSTRAINT PRIMARY KEY (id) )


1050: Table 'mdl_scorm' already exists

ADOConnection._Execute(CREATE TABLE mdl_scorm ( id BIGINT(10) unsigned NOT NULL auto_increment, course BIGINT(10) unsigned NOT NULL DEFAULT 0, ..., false) % line 889, file: adodb.inc.php ADOConnection.Execute(CREATE TABLE mdl_scorm ( id BIGINT(10) unsigned NOT NULL auto_increment, course BIGINT(10) unsigned NOT NULL DEFAULT 0, ...) % line 89, file: dmllib.php execute_sql(CREATE TABLE mdl_scorm ( id BIGINT(10) unsigned NOT NULL auto_increment, course BIGINT(10) unsigned NOT NULL DEFAULT 0, ..., true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Fout Scroll to next warning


(mysql): ALTER TABLE mdl_scorm COMMENT='each table is one SCORM module and its configuration'


Succes


(mysql): CREATE TABLE mdl_scorm_scoes ( id BIGINT(10) unsigned NOT NULL auto_increment, scorm BIGINT(10) unsigned NOT NULL DEFAULT 0, manifest VARCHAR(255) NOT NULL DEFAULT '', organization VARCHAR(255) NOT NULL DEFAULT '', parent VARCHAR(255) NOT NULL DEFAULT '', identifier VARCHAR(255) NOT NULL DEFAULT '', launch VARCHAR(255) NOT NULL DEFAULT '', scormtype VARCHAR(5) NOT NULL DEFAULT '', title VARCHAR(255) NOT NULL DEFAULT '', CONSTRAINT PRIMARY KEY (id) )


1050: Table 'mdl_scorm_scoes' already exists

ADOConnection._Execute(CREATE TABLE mdl_scorm_scoes ( id BIGINT(10) unsigned NOT NULL auto_increment, scorm BIGINT(10) unsigned NOT NULL DEFAUL..., false) % line 889, file: adodb.inc.php ADOConnection.Execute(CREATE TABLE mdl_scorm_scoes ( id BIGINT(10) unsigned NOT NULL auto_increment, scorm BIGINT(10) unsigned NOT NULL DEFAUL...) % line 89, file: dmllib.php execute_sql(CREATE TABLE mdl_scorm_scoes ( id BIGINT(10) unsigned NOT NULL auto_increment, scorm BIGINT(10) unsigned NOT NULL DEFAUL..., true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to next warning


(mysql): ALTER TABLE mdl_scorm_scoes COMMENT='each SCO part of the SCORM module'


Succes


(mysql): CREATE TABLE mdl_scorm_scoes_data ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL DEFAULT 0, name VARCHAR(255) NOT NULL DEFAULT '', value TEXT NOT NULL, CONSTRAINT PRIMARY KEY (id) )


1050: Table 'mdl_scorm_scoes_data' already exists

ADOConnection._Execute(CREATE TABLE mdl_scorm_scoes_data ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL D..., false) % line 889, file: adodb.inc.php ADOConnection.Execute(CREATE TABLE mdl_scorm_scoes_data ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL D...) % line 89, file: dmllib.php execute_sql(CREATE TABLE mdl_scorm_scoes_data ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL D..., true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to next warning


(mysql): ALTER TABLE mdl_scorm_scoes_data COMMENT='Contains variable data get from packages'


Succes


(mysql): CREATE TABLE mdl_scorm_scoes_track ( id BIGINT(10) unsigned NOT NULL auto_increment, userid BIGINT(10) unsigned NOT NULL DEFAULT 0, scormid BIGINT(10) NOT NULL DEFAULT 0, scoid BIGINT(10) unsigned NOT NULL DEFAULT 0, attempt BIGINT(10) unsigned NOT NULL DEFAULT 1, element VARCHAR(255) NOT NULL DEFAULT '', value LONGTEXT NOT NULL, timemodified BIGINT(10) unsigned NOT NULL DEFAULT 0, CONSTRAINT PRIMARY KEY (id) )


1050: Table 'mdl_scorm_scoes_track' already exists

ADOConnection._Execute(CREATE TABLE mdl_scorm_scoes_track ( id BIGINT(10) unsigned NOT NULL auto_increment, userid BIGINT(10) unsigned NOT NULL..., false) % line 889, file: adodb.inc.php ADOConnection.Execute(CREATE TABLE mdl_scorm_scoes_track ( id BIGINT(10) unsigned NOT NULL auto_increment, userid BIGINT(10) unsigned NOT NULL...) % line 89, file: dmllib.php execute_sql(CREATE TABLE mdl_scorm_scoes_track ( id BIGINT(10) unsigned NOT NULL auto_increment, userid BIGINT(10) unsigned NOT NULL..., true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to next warning


(mysql): ALTER TABLE mdl_scorm_scoes_track COMMENT='to track SCOes'


Succes


(mysql): CREATE TABLE mdl_scorm_seq_objective ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL DEFAULT 0, primaryobj TINYINT(1) NOT NULL DEFAULT 0, objectiveid BIGINT(10) unsigned NOT NULL DEFAULT 0, satisfiedbymeasure TINYINT(1) NOT NULL DEFAULT 1, minnormalizedmeasure FLOAT(11,4) unsigned NOT NULL DEFAULT 0.0000, CONSTRAINT PRIMARY KEY (id) )


1050: Table 'mdl_scorm_seq_objective' already exists

ADOConnection._Execute(CREATE TABLE mdl_scorm_seq_objective ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NUL..., false) % line 889, file: adodb.inc.php ADOConnection.Execute(CREATE TABLE mdl_scorm_seq_objective ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NUL...) % line 89, file: dmllib.php execute_sql(CREATE TABLE mdl_scorm_seq_objective ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NUL..., true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to next warning


(mysql): ALTER TABLE mdl_scorm_seq_objective COMMENT='SCORM2004 objective description'


Succes


(mysql): CREATE TABLE mdl_scorm_seq_mapinfo ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL DEFAULT 0, objectiveid BIGINT(10) unsigned NOT NULL DEFAULT 0, targetobjectiveid BIGINT(10) unsigned NOT NULL DEFAULT 0, readsatisfiedstatus TINYINT(1) NOT NULL DEFAULT 1, readnormalizedmeasure TINYINT(1) NOT NULL DEFAULT 1, writesatisfiedstatus TINYINT(1) NOT NULL DEFAULT 0, writenormalizedmeasure TINYINT(1) NOT NULL DEFAULT 0, CONSTRAINT PRIMARY KEY (id) )


1050: Table 'mdl_scorm_seq_mapinfo' already exists

ADOConnection._Execute(CREATE TABLE mdl_scorm_seq_mapinfo ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL ..., false) % line 889, file: adodb.inc.php ADOConnection.Execute(CREATE TABLE mdl_scorm_seq_mapinfo ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL ...) % line 89, file: dmllib.php execute_sql(CREATE TABLE mdl_scorm_seq_mapinfo ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL ..., true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to next warning


(mysql): ALTER TABLE mdl_scorm_seq_mapinfo COMMENT='SCORM2004 objective mapinfo description'


Succes


(mysql): CREATE TABLE mdl_scorm_seq_ruleconds ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL DEFAULT 0, conditioncombination VARCHAR(3) NOT NULL DEFAULT 'all', ruletype TINYINT(2) unsigned NOT NULL DEFAULT 0, action VARCHAR(25) NOT NULL DEFAULT '', CONSTRAINT PRIMARY KEY (id) )


1050: Table 'mdl_scorm_seq_ruleconds' already exists

ADOConnection._Execute(CREATE TABLE mdl_scorm_seq_ruleconds ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NUL..., false) % line 889, file: adodb.inc.php ADOConnection.Execute(CREATE TABLE mdl_scorm_seq_ruleconds ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NUL...) % line 89, file: dmllib.php execute_sql(CREATE TABLE mdl_scorm_seq_ruleconds ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NUL..., true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to next warning


(mysql): ALTER TABLE mdl_scorm_seq_ruleconds COMMENT='SCORM2004 rule conditions'


Succes


(mysql): CREATE TABLE mdl_scorm_seq_rulecond ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL DEFAULT 0, ruleconditionsid BIGINT(10) unsigned NOT NULL DEFAULT 0, refrencedobjective VARCHAR(255) NOT NULL DEFAULT '', measurethreshold FLOAT(11,4) NOT NULL DEFAULT 0.0000, operator VARCHAR(5) NOT NULL DEFAULT 'noOp', cond VARCHAR(30) NOT NULL DEFAULT 'always', CONSTRAINT PRIMARY KEY (id) )


1050: Table 'mdl_scorm_seq_rulecond' already exists

ADOConnection._Execute(CREATE TABLE mdl_scorm_seq_rulecond ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL..., false) % line 889, file: adodb.inc.php ADOConnection.Execute(CREATE TABLE mdl_scorm_seq_rulecond ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL...) % line 89, file: dmllib.php execute_sql(CREATE TABLE mdl_scorm_seq_rulecond ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL..., true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to next warning


(mysql): ALTER TABLE mdl_scorm_seq_rulecond COMMENT='SCORM2004 rule condition'


Succes


(mysql): CREATE TABLE mdl_scorm_seq_rolluprule ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL DEFAULT 0, childactivityset VARCHAR(15) NOT NULL DEFAULT '', minimumcount BIGINT(10) unsigned NOT NULL DEFAULT 0, minimumpercent FLOAT(11,4) unsigned NOT NULL DEFAULT 0.0000, conditioncombination VARCHAR(3) NOT NULL DEFAULT 'all', action VARCHAR(15) NOT NULL DEFAULT '', CONSTRAINT PRIMARY KEY (id) )


1050: Table 'mdl_scorm_seq_rolluprule' already exists

ADOConnection._Execute(CREATE TABLE mdl_scorm_seq_rolluprule ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NU..., false) % line 889, file: adodb.inc.php ADOConnection.Execute(CREATE TABLE mdl_scorm_seq_rolluprule ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NU...) % line 89, file: dmllib.php execute_sql(CREATE TABLE mdl_scorm_seq_rolluprule ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NU..., true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to next warning


(mysql): ALTER TABLE mdl_scorm_seq_rolluprule COMMENT='SCORM2004 sequencing rule'


Succes


(mysql): CREATE TABLE mdl_scorm_seq_rolluprulecond ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NOT NULL DEFAULT 0, rollupruleid BIGINT(10) unsigned NOT NULL DEFAULT 0, operator VARCHAR(5) NOT NULL DEFAULT 'noOp', cond VARCHAR(25) NOT NULL DEFAULT '', CONSTRAINT PRIMARY KEY (id) )


1050: Table 'mdl_scorm_seq_rolluprulecond' already exists

ADOConnection._Execute(CREATE TABLE mdl_scorm_seq_rolluprulecond ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NO..., false) % line 889, file: adodb.inc.php ADOConnection.Execute(CREATE TABLE mdl_scorm_seq_rolluprulecond ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NO...) % line 89, file: dmllib.php execute_sql(CREATE TABLE mdl_scorm_seq_rolluprulecond ( id BIGINT(10) unsigned NOT NULL auto_increment, scoid BIGINT(10) unsigned NO..., true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to next warning


(mysql): ALTER TABLE mdl_scorm_seq_rolluprulecond COMMENT='SCORM2004 sequencing rule'


Succes


(mysql): INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'view', 'scorm', 'name')


1062: Duplicate entry 'scorm-view' for key 2

ADOConnection._Execute(INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'view', 'scorm', 'name'), false) % line 889, file: adodb.inc.php ADOConnection.Execute(INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'view', 'scorm', 'name')) % line 89, file: dmllib.php execute_sql(INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'view', 'scorm', 'name'), true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to next warning


(mysql): INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'review', 'scorm', 'name')


1062: Duplicate entry 'scorm-review' for key 2

ADOConnection._Execute(INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'review', 'scorm', 'name'), false) % line 889, file: adodb.inc.php ADOConnection.Execute(INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'review', 'scorm', 'name')) % line 89, file: dmllib.php execute_sql(INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'review', 'scorm', 'name'), true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to next warning


(mysql): INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'update', 'scorm', 'name')


1062: Duplicate entry 'scorm-update' for key 2

ADOConnection._Execute(INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'update', 'scorm', 'name'), false) % line 889, file: adodb.inc.php ADOConnection.Execute(INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'update', 'scorm', 'name')) % line 89, file: dmllib.php execute_sql(INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'update', 'scorm', 'name'), true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to next warning


(mysql): INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'add', 'scorm', 'name')


1062: Duplicate entry 'scorm-add' for key 2

ADOConnection._Execute(INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'add', 'scorm', 'name'), false) % line 889, file: adodb.inc.php ADOConnection.Execute(INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'add', 'scorm', 'name')) % line 89, file: dmllib.php execute_sql(INSERT INTO mdl_log_display(module, action, mtable, field) VALUES ('scorm', 'add', 'scorm', 'name'), true) % line 1911, file: dmllib.php execute_sql_arr(Array[24]) % line 548, file: ddllib.php install_from_xmldb_file(/home/admin/domains/debergopweb.nl/public_html/moodle/mod/backupscorm/db/install.xml) % line 328, file: adminlib.php

Scroll to previous warning Fout Scroll to continue button

backupscorm tables could NOT be set up successfully!

In reply to Guido van der Waals

Re: Can't Backup or Restore

by Guido van der Waals -

After a new upgrade 1.8 (2007021520) restore is working very well.

Strange verrast: In the same time I had also problems with the the reset function and now it works also.

In reply to Andy Tagliani

Re: Can't Backup or Restore

by Glenn Eccard -

Not a problem at all. Well the version is 1.8 that was the name of the package I had downloaded. I am not sure what kind of debugging information you are looking for? I had moodle in a test environment and installed moodle on a different server using the backup from moodle. It only restored the users, and nothing else. Everything else we just re-entered. It was a clean installation then installing the moodle backup file. I am not sure what you mean by 3rd party blocks please explain.

Thanks

Glenn

In reply to Glenn Eccard

Re: Can't Backup or Restore

by Andy Tagliani -
Hello Glenn

Block Site Administration, there choose Server and Debugging. Now look right hand in the main window and choose in the dropdown filed "ALL: Show all reasonable PHP debug messages".

Now mark "Display debug messages" and go on your start page, if you have courses go in and look if there some error warnings. If yes, copy please and paste them here.

3rd party blocks or modules are non-standard block or modules, like block quickmail, module feedback, dialogue etc.
Andy
In reply to Andy Tagliani

Re: Can't Backup or Restore

by Glenn Eccard -

Ok I turned it on and since we haven't started classes I just went in to view the descriptions of classes etc. I didn't see any error messages at all. I will say on the test server the problem that was occuring was the only thing available when I did the back up was the front page option nothing else. Is it possible thats why I didn't get a full backup. I am not sure if the permissions being messed up caused the backup to not complete successfully?

Thanks

Glenn

In reply to Andy Tagliani

Re: Can't Backup or Restore

by Glenn Eccard -
On the new server I do get the following debug information when trying to run a backup.
Duplicate entry '1189118719-user-75' for key 2

INSERT INTO mdl_backup_ids ( BACKUP_CODE, TABLE_NAME, OLD_ID, INFO ) VALUES ( 1189118719, 'user', 75, 'needed' )
  • line 1425 of lib\dmllib.php: call to debugging()
  • line 71 of backup\backuplib.php: call to insert_record()
  • line 166 of backup\backup_check.html: call to user_check_backup()
  • line 124 of backup\backup.php: call to include_once()

Thanks

Glenn

In reply to Glenn Eccard

Re: Can't Backup or Restore

by Andy Tagliani -
Two questions Glenn

First, did you start a cron job (this question goes about to your question of the full backup) and from your last topic, when and where did you see this message?

Andy