<?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: How to Install Moodle Learning Platform in Ubuntu 20.04	</title>
	<atom:link href="https://www.tecmint.com/install-moodle-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-moodle-in-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 25 Jul 2022 07:42:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: elistair		</title>
		<link>https://www.tecmint.com/install-moodle-in-ubuntu/comment-page-1/#comment-1850554</link>

		<dc:creator><![CDATA[elistair]]></dc:creator>
		<pubDate>Mon, 25 Jul 2022 07:42:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39655#comment-1850554</guid>

					<description><![CDATA[My CSS and JavaScript files are not loaded, and I am getting a 404 errors...]]></description>
			<content:encoded><![CDATA[<p>My CSS and JavaScript files are not loaded, and I am getting a 404 errors&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: anonymous		</title>
		<link>https://www.tecmint.com/install-moodle-in-ubuntu/comment-page-1/#comment-1613952</link>

		<dc:creator><![CDATA[anonymous]]></dc:creator>
		<pubDate>Wed, 20 Oct 2021 13:00:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39655#comment-1613952</guid>

					<description><![CDATA[Hi, I installed the model successfully. Then I uploaded a new photo from the &lt;strong&gt;Edit&lt;/strong&gt; settings section and the &lt;strong&gt;Frontpage&lt;/strong&gt; summary section. (As in the photo below)

&lt;code&gt;https://ibb.co/WBNt90x&lt;/code&gt;

But when I open the home page of my model site, the uploaded image is not displayed.

&lt;code&gt;https://ibb.co/g6FvtDZ&lt;/code&gt;

I want to display a custom photo on the model home screen for users. How can I fix this problem?]]></description>
			<content:encoded><![CDATA[<p>Hi, I installed the model successfully. Then I uploaded a new photo from the <strong>Edit</strong> settings section and the <strong>Frontpage</strong> summary section. (As in the photo below)</p>
<p><code>https://ibb.co/WBNt90x</code></p>
<p>But when I open the home page of my model site, the uploaded image is not displayed.</p>
<p><code>https://ibb.co/g6FvtDZ</code></p>
<p>I want to display a custom photo on the model home screen for users. How can I fix this problem?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-moodle-in-ubuntu/comment-page-1/#comment-1447854</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 09 Mar 2021 07:45:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39655#comment-1447854</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-moodle-in-ubuntu/comment-page-1/#comment-1447433&quot;&gt;Janardan&lt;/a&gt;.

@Janardan

NGINX will return a 502 Bad Gateway error if it can&#039;t successfully proxy a request to PHP-FPM, via:
&lt;pre&gt;
fastcgi_pass           unix:/run/php/php7.4-fpm.sock;
&lt;/pre&gt;
Ensure that PHP-FPM is running.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-moodle-in-ubuntu/comment-page-1/#comment-1447433">Janardan</a>.</p>
<p>@Janardan</p>
<p>NGINX will return a 502 Bad Gateway error if it can&#8217;t successfully proxy a request to PHP-FPM, via:</p>
<pre>
fastcgi_pass           unix:/run/php/php7.4-fpm.sock;
</pre>
<p>Ensure that PHP-FPM is running.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Janardan		</title>
		<link>https://www.tecmint.com/install-moodle-in-ubuntu/comment-page-1/#comment-1447433</link>

		<dc:creator><![CDATA[Janardan]]></dc:creator>
		<pubDate>Mon, 08 Mar 2021 14:13:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39655#comment-1447433</guid>

					<description><![CDATA[Unable to do Moodle Installation via Web as it says 502 bad gateway. Please help]]></description>
			<content:encoded><![CDATA[<p>Unable to do Moodle Installation via Web as it says 502 bad gateway. Please help</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: walter		</title>
		<link>https://www.tecmint.com/install-moodle-in-ubuntu/comment-page-1/#comment-1419398</link>

		<dc:creator><![CDATA[walter]]></dc:creator>
		<pubDate>Wed, 20 Jan 2021 21:29:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39655#comment-1419398</guid>

					<description><![CDATA[Using Ubuntu. I have followed all the instructions, but I keep getting this:

&quot;Moodle requires the iconv PHP extension. Please install or enable the iconv extension.&quot;

When I try to install &lt;strong&gt;php-iconv&lt;/strong&gt;, I get this:
&lt;pre&gt;
# apt install php-iconv
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting &#039;php7.4-common&#039; instead of &#039;php-iconv&#039;
php7.4-common is already the newest version (7.4.3-4ubuntu2.4).
0 upgraded, 0 newly installed, 0 to remove and 26 not upgraded.
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Using Ubuntu. I have followed all the instructions, but I keep getting this:</p>
<p>&#8220;Moodle requires the iconv PHP extension. Please install or enable the iconv extension.&#8221;</p>
<p>When I try to install <strong>php-iconv</strong>, I get this:</p>
<pre>
# apt install php-iconv
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'php7.4-common' instead of 'php-iconv'
php7.4-common is already the newest version (7.4.3-4ubuntu2.4).
0 upgraded, 0 newly installed, 0 to remove and 26 not upgraded.
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
