Advertisement
Guest User

Untitled

a guest
Jul 18th, 2017
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. Debug info: MySQL server has gone away
  2. UPDATE mdl_files SET contenthash = ?, filesize = ?,
  3. status = ? , timemodified = ?
  4. WHERE referencefileid = ?
  5. [array (
  6. 0 => 'b6820ae9f43c2944d5f44a2d513fb43e2a9f4ff6',
  7. 1 => 369928658,
  8. 2 => 0,
  9. 3 => 1499785384,
  10. 4 => 19,
  11. )]
  12. Error code: dmlwriteexception
  13. Stack trace:
  14. line 489 of /lib/dml/moodle_database.php: dml_write_exception thrown
  15. line 1069 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
  16. line 2322 of /lib/filestorage/file_storage.php: call to mysqli_native_moodle_database->execute()
  17. line 921 of /lib/filestorage/stored_file.php: call to file_storage->update_references()
  18. line 595 of /repository/filesystem/lib.php: call to stored_file->set_synchronized()
  19. line 575 of /lib/filestorage/stored_file.php: call to repository_filesystem->sync_reference()
  20. line 650 of /lib/filestorage/stored_file.php: call to stored_file->sync_external_file()
  21. line 538 of /lib/filestorage/file_system.php: call to stored_file->get_filesize()
  22. line 211 of /lib/filestorage/stored_file.php: call to file_system->mimetype_from_storedfile()
  23. line 798 of /lib/filestorage/stored_file.php: call to stored_file->update()
  24. line 424 of /lib/filelib.php: call to stored_file->set_source()
  25. line 316 of /mod/scorm/mod_form.php: call to file_prepare_draft_area()
  26. line 490 of /mod/scorm/mod_form.php: call to mod_scorm_mod_form->data_preprocessing()
  27. line 142 of /course/modedit.php: call to mod_scorm_mod_form->set_data()
  28. Błąd odczytu z bazy danych
  29. Debug info: MySQL server has gone away
  30. SELECT
  31. bi.id,
  32. bp.id AS blockpositionid,
  33. bi.blockname,
  34. bi.parentcontextid,
  35. bi.showinsubcontexts,
  36. bi.pagetypepattern,
  37. bi.requiredbytheme,
  38. bi.subpagepattern,
  39. bi.defaultregion,
  40. bi.defaultweight,
  41. COALESCE(bp.visible, 1) AS visible,
  42. COALESCE(bp.region, bi.defaultregion) AS region,
  43. COALESCE(bp.weight, bi.defaultweight) AS weight,
  44. bi.configdata
  45. , ctx.id AS ctxid, ctx.path AS ctxpath, ctx.depth AS ctxdepth, ctx.contextlevel AS ctxlevel, ctx.instanceid AS ctxinstance
  46.  
  47. FROM mdl_block_instances bi
  48. JOIN mdl_block b ON bi.blockname = b.name
  49. LEFT JOIN mdl_block_positions bp ON bp.blockinstanceid = bi.id
  50. AND bp.contextid = ?
  51. AND bp.pagetype = ?
  52. AND bp.subpage = ?
  53. LEFT JOIN mdl_context ctx ON (ctx.instanceid = bi.id AND ctx.contextlevel = ?)
  54.  
  55. WHERE
  56. (bi.parentcontextid IN (?, ?) OR (bi.showinsubcontexts = 1 AND bi.parentcontextid IN (?,?,?)))
  57. AND bi.pagetypepattern IN (?,?,?,?,?)
  58. AND (bi.subpagepattern IS NULL OR bi.subpagepattern = ?)
  59.  
  60. AND b.visible = 1
  61. AND (bi.requiredbytheme = 0)
  62.  
  63. ORDER BY
  64. COALESCE(bp.region, bi.defaultregion),
  65. COALESCE(bp.weight, bi.defaultweight),
  66. bi.id
  67. [array (
  68. 0 => 32,
  69. 1 => 'mod-scorm-mod',
  70. 2 => '',
  71. 3 => 80,
  72. 4 => 32,
  73. 5 => 1,
  74. 6 => '21',
  75. 7 => '3',
  76. 8 => '1',
  77. 9 => 'mod-scorm-mod',
  78. 10 => 'mod-scorm-mod-*',
  79. 11 => 'mod-scorm-*',
  80. 12 => 'mod-*',
  81. 13 => '*',
  82. 14 => '',
  83. )]
  84. Error code: dmlreadexception
  85. Stack trace:
  86. line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
  87. line 1114 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
  88. line 783 of /lib/blocklib.php: call to mysqli_native_moodle_database->get_recordset_sql()
  89. line 1542 of /lib/pagelib.php: call to block_manager->load_blocks()
  90. line 975 of /lib/pagelib.php: call to moodle_page->starting_output()
  91. line 1087 of /lib/outputrenderers.php: call to moodle_page->set_state()
  92. line 2685 of /lib/outputrenderers.php: call to core_renderer->header()
  93. line 395 of /lib/setuplib.php: call to core_renderer->fatal_error()
  94. line ? of unknownfile: call to default_exception_handler()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement