<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Sharing_Cart%2FProject_Format_Errors</id>
	<title>Sharing Cart/Project Format Errors - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Sharing_Cart%2FProject_Format_Errors"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Sharing_Cart/Project_Format_Errors&amp;action=history"/>
	<updated>2026-05-07T00:58:24Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Sharing_Cart/Project_Format_Errors&amp;diff=5419&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Sharing_Cart/Project_Format_Errors&amp;diff=5419&amp;oldid=prev"/>
		<updated>2024-10-18T06:45:38Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:45, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Sharing_Cart/Project_Format_Errors&amp;diff=5418&amp;oldid=prev</id>
		<title>1&gt;Hinkelman в 05:06, 14 апреля 2010</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Sharing_Cart/Project_Format_Errors&amp;diff=5418&amp;oldid=prev"/>
		<updated>2010-04-14T05:06:15Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;What to do if you get fatal errors when using the Sharing Cart or Project Course Format&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
These errors are likely due to third party modules or incomplete installation of Moodle program files. Here is a sample error reported by one user of the Project Format when restoring a section of their course.&lt;br /&gt;
 &lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;Fatal error:&amp;#039;&amp;#039;&amp;#039; Uncaught exception &amp;#039;SharingCart_ModuleException&amp;#039; with message&lt;br /&gt;
 &amp;#039;Insertion failure&amp;#039; in /home/xxxx/public_html/course/format/project/shared&lt;br /&gt;
 /SharingCart_Restore.php:302 Stack trace: #0 /home/xxxx/public_html/course/format&lt;br /&gt;
 /project/shared/SharingCart_Restore.php(246): SharingCart_Restore-&amp;gt;restoreSection() &lt;br /&gt;
 #1 /home/xxxx/public_html/course/format/project/shared/SharingCart_Restore.php(133):&lt;br /&gt;
  SharingCart_Restore-&amp;gt;parseXml() #2 /home/xxxx/public_html/course/format/project&lt;br /&gt;
 /restorelib.php(579): SharingCart_Restore-&amp;gt;execute() #3 /home/xxxx/public_html/course&lt;br /&gt;
 /format/project/restore_execute.php(47): project_restore_execute(Object(stdClass), &lt;br /&gt;
 Object(stdClass), Object(stdClass), &amp;#039;&amp;#039;) #4 /home/xxxx/public_html/course/format&lt;br /&gt;
 /project/restore.php(154): include_once(&amp;#039;/home/xxxx/publ...&amp;#039;) #5 {main} thrown in &lt;br /&gt;
 /home/xxxx/public_html/course/format/project/shared/SharingCart_Restore.php on line 302&lt;br /&gt;
&lt;br /&gt;
Our programmer says he has seen this happen before, and it was something occurring outside of the Project Format/Sharing Cart which was breaking backup or restore.  The PF/SC both operate with the standard Moodle code for backup and restore.  In the previous case, we speculated that the it occurred due to one of the following reasons:&lt;br /&gt;
* an incomplete installation of the Moodle program code&lt;br /&gt;
* a database problem/corruption/incompatibility&lt;br /&gt;
* a third party module that is breaking backup or restore (may have no backup/restore function, or may not be up-to-date with 1.9.8&lt;br /&gt;
 &lt;br /&gt;
Most problems we have seen are related to the third one.  You might try doing some of the following:&lt;br /&gt;
* turn debugging on to &amp;#039;All&amp;#039; or &amp;#039;Developer&amp;#039; level and see what error messages you find&lt;br /&gt;
* try doing standard backup and restore of a course and see if the problem repeats itself&lt;br /&gt;
* see what type of database you are using and version number&lt;br /&gt;
* tell us what third party modules you are using and we can tell you our experience with them&lt;br /&gt;
* set up a new Moodle installation with no third party modules and set up PF/SC to see if it works--then add modules one by one, testing backup and restore&lt;/div&gt;</summary>
		<author><name>1&gt;Hinkelman</name></author>
	</entry>
</feed>