<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: teachPress</title>
	<atom:link href="http://www.mtrv.kilu.de/teachpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mtrv.kilu.de</link>
	<description>Verloren im Web</description>
	<lastBuildDate>Thu, 18 Mar 2010 17:18:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bala</title>
		<link>http://www.mtrv.kilu.de/teachpress/comment-page-1/#comment-105</link>
		<dc:creator>Bala</dc:creator>
		<pubDate>Thu, 18 Mar 2010 17:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mtrv.kilu.de/?page_id=581#comment-105</guid>
		<description>I am not able to make publications in my wordpress blog using teachpress. Why I enter all the details in the new publication and press create. I get a blank webpage and status is shown as Done. I dont see any publications being added to the publications menu. 

In addition there is warning: &quot;Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/juluribk/public_html/wp-content/plugins/teachpress/addpublications.php on line 224&quot;

I am using latest version of wordpress and teachpress. I have installed directly form the wordpress plugin webpages by direct installation.

Appreciate your help.</description>
		<content:encoded><![CDATA[<p>I am not able to make publications in my wordpress blog using teachpress. Why I enter all the details in the new publication and press create. I get a blank webpage and status is shown as Done. I dont see any publications being added to the publications menu. </p>
<p>In addition there is warning: &#8220;Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/juluribk/public_html/wp-content/plugins/teachpress/addpublications.php on line 224&#8243;</p>
<p>I am using latest version of wordpress and teachpress. I have installed directly form the wordpress plugin webpages by direct installation.</p>
<p>Appreciate your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michi</title>
		<link>http://www.mtrv.kilu.de/teachpress/comment-page-1/#comment-59</link>
		<dc:creator>michi</dc:creator>
		<pubDate>Thu, 17 Dec 2009 23:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mtrv.kilu.de/?page_id=581#comment-59</guid>
		<description>Hi, it&#039;s a bug in the sql-statement - so it has nothing to do with your system. I will fix this with teachPress 0.40 (Release in the next two weeks). Until then, you can use the following fix:

Go to teachpress.php, function add_student_manuell and replace this in line 548:
&lt;strong&gt;$eintragen = sprintf(&quot;INSERT INTO &quot; . $teachpress_stud . &quot; (`wp_id`, `vorname`, `nachname`, `studiengang`, `urzkurz`, `gebdat`, `email`, `fachsemester`, `matrikel`) VALUES (&#039;$wp_id&#039;, &#039;$vorname&#039;, &#039;$nachname&#039;, &#039;$studiengang&#039;, &#039;$urzkurz&#039; , &#039;$gebdat&#039;, &#039;$email&#039;, &#039;$matrikel&#039;)&quot;, &lt;/strong&gt;
with:
&lt;strong&gt;$eintragen = sprintf(&quot;INSERT INTO &quot; . $teachpress_stud . &quot; (`wp_id`, `vorname`, `nachname`, `studiengang`, `urzkurz`, `gebdat`, `email`, `fachsemester`, `matrikel`) VALUES (&#039;$wp_id&#039;, &#039;$vorname&#039;, &#039;$nachname&#039;, &#039;$studiengang&#039;, &#039;$urzkurz&#039;, &#039;$gebdat&#039;, &#039;$email&#039;, &#039;$fachsemester&#039;, &#039;$matrikel&#039;)&quot;, &lt;/strong&gt;

EDIT: Bug is fixed with Version 0.40.0!</description>
		<content:encoded><![CDATA[<p>Hi, it&#8217;s a bug in the sql-statement &#8211; so it has nothing to do with your system. I will fix this with teachPress 0.40 (Release in the next two weeks). Until then, you can use the following fix:</p>
<p>Go to teachpress.php, function add_student_manuell and replace this in line 548:<br />
<strong>$eintragen = sprintf(&#8220;INSERT INTO &#8221; . $teachpress_stud . &#8221; (`wp_id`, `vorname`, `nachname`, `studiengang`, `urzkurz`, `gebdat`, `email`, `fachsemester`, `matrikel`) VALUES (&#8216;$wp_id&#8217;, &#8216;$vorname&#8217;, &#8216;$nachname&#8217;, &#8216;$studiengang&#8217;, &#8216;$urzkurz&#8217; , &#8216;$gebdat&#8217;, &#8216;$email&#8217;, &#8216;$matrikel&#8217;)&#8221;, </strong><br />
with:<br />
<strong>$eintragen = sprintf(&#8220;INSERT INTO &#8221; . $teachpress_stud . &#8221; (`wp_id`, `vorname`, `nachname`, `studiengang`, `urzkurz`, `gebdat`, `email`, `fachsemester`, `matrikel`) VALUES (&#8216;$wp_id&#8217;, &#8216;$vorname&#8217;, &#8216;$nachname&#8217;, &#8216;$studiengang&#8217;, &#8216;$urzkurz&#8217;, &#8216;$gebdat&#8217;, &#8216;$email&#8217;, &#8216;$fachsemester&#8217;, &#8216;$matrikel&#8217;)&#8221;, </strong></p>
<p>EDIT: Bug is fixed with Version 0.40.0!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T Mortensen</title>
		<link>http://www.mtrv.kilu.de/teachpress/comment-page-1/#comment-58</link>
		<dc:creator>T Mortensen</dc:creator>
		<pubDate>Wed, 16 Dec 2009 17:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mtrv.kilu.de/?page_id=581#comment-58</guid>
		<description>Michael, fantastic plugin! One thing, when I try and add students manually and click &quot;Create&quot; it says that the student has been added but when I go click on the list of students there are none listed and it did not save the student entry. Any ideas?

Using this on an internal blog with Windows XP environment. I&#039;ve tried several different web browsers with the same result. Many thanks in advance for any help you can give.</description>
		<content:encoded><![CDATA[<p>Michael, fantastic plugin! One thing, when I try and add students manually and click &#8220;Create&#8221; it says that the student has been added but when I go click on the list of students there are none listed and it did not save the student entry. Any ideas?</p>
<p>Using this on an internal blog with Windows XP environment. I&#8217;ve tried several different web browsers with the same result. Many thanks in advance for any help you can give.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michi</title>
		<link>http://www.mtrv.kilu.de/teachpress/comment-page-1/#comment-52</link>
		<dc:creator>michi</dc:creator>
		<pubDate>Sat, 05 Dec 2009 13:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mtrv.kilu.de/?page_id=581#comment-52</guid>
		<description>Hi Joet,
have you insert &lt;!--LVS--&gt; in your page by using the visual or the html editor mode? It&#039;s very important to use the html-mode for inserting the HTML-tags, because the &quot;normal&quot; visual mode destroys the tags.</description>
		<content:encoded><![CDATA[<p>Hi Joet,<br />
have you insert &lt;!&#8211;LVS&#8211;&gt; in your page by using the visual or the html editor mode? It&#8217;s very important to use the html-mode for inserting the HTML-tags, because the &#8220;normal&#8221; visual mode destroys the tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joet Singh</title>
		<link>http://www.mtrv.kilu.de/teachpress/comment-page-1/#comment-51</link>
		<dc:creator>Joet Singh</dc:creator>
		<pubDate>Fri, 04 Dec 2009 19:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mtrv.kilu.de/?page_id=581#comment-51</guid>
		<description>Michael, first want to thanks you for taking the time to do this plugin.  I have recently downloaded and installed the teachpress.  but I am having issues in seting up the frontend pages.  When I create a page with &lt;!--LVS--&gt;, the page does not display application, it just displays &lt;!--LVS--&gt;.  Any ideas what is going on?  Thanks in advance</description>
		<content:encoded><![CDATA[<p>Michael, first want to thanks you for taking the time to do this plugin.  I have recently downloaded and installed the teachpress.  but I am having issues in seting up the frontend pages.  When I create a page with <!--LVS-->, the page does not display application, it just displays <!--LVS-->.  Any ideas what is going on?  Thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
