<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jpdemory &#187; moodle</title>
	<atom:link href="http://blog.jpdemory.com/tag/moodle/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.jpdemory.com</link>
	<description>Ressources informatiques</description>
	<lastBuildDate>Mon, 02 Jan 2012 12:24:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Page blanche en installant Moodle sous XAMPP</title>
		<link>http://blog.jpdemory.com/60</link>
		<comments>http://blog.jpdemory.com/60#comments</comments>
		<pubDate>Sat, 29 Mar 2008 22:35:44 +0000</pubDate>
		<dc:creator>Jean-Philippe DEMORY</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[moodle]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.jpdemory.org/blog/?p=60</guid>
		<description><![CDATA[En essayant d&#8217;installer Moodle sous XAMPP, j&#8217;ai une page blanche après avoir saisie les paramètres de configuration de la base de données. En consultant le forum de Moodle j&#8217;ai obtenu la réponse suivante : Il faut remplacer la ligne : } else if (($fh = @fopen($INSTALL['wwwrootform'].'/'. $INSTALL['admindirname'].'/environment.xml', 'r')) !== false) { par } else if [...]]]></description>
			<content:encoded><![CDATA[<p>En essayant d&#8217;installer Moodle sous XAMPP, j&#8217;ai une page blanche après avoir saisie les paramètres de configuration de la base de données.  En consultant le forum de Moodle j&#8217;ai obtenu la réponse suivante :</p>
<p>Il faut remplacer la ligne :</p>
<pre lang="php">} else if (($fh = @fopen($INSTALL['wwwrootform'].'/'.
$INSTALL['admindirname'].'/environment.xml', 'r')) !== false) {</pre>
<p>par</p>
<pre lang="php">} else if (($fh = @fopen($INSTALL["'".'wwwrootform'].'/'.
$INSTALL['admindirname']."/environment.xml'", 'r')) !== false) {</pre>
<p>dans le fichier install.php</p>
<p>A noter le problème de quote&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jpdemory.com/60/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

