<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/32/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Iomtosalop</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/32/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Iomtosalop"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/32/en/Special:Contributions/Iomtosalop"/>
	<updated>2026-04-16T12:06:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/32/en/index.php?title=error/moodle/nopermissions&amp;diff=46557</id>
		<title>error/moodle/nopermissions</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/32/en/index.php?title=error/moodle/nopermissions&amp;diff=46557"/>
		<updated>2008-11-10T15:28:20Z</updated>

		<summary type="html">&lt;p&gt;Iomtosalop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a general error that indicates the current user account does not have permission to do what you were attempting.&lt;br /&gt;
&lt;br /&gt;
One of the most likely causes is that you are trying to do something as a guest user (sombody who has not yet logged in to Moodle).&lt;br /&gt;
&lt;br /&gt;
This feature is part of the [[Roles]] framework introduced in Moodle 1.7.   If you believe that your roles for that user DO allow that action you were attempting, then you may have found a bug.  Congratulations!   Please help us by creating a new issue at http://tracker.moodle.org/browse/MDL and describing what you did in detail.&lt;br /&gt;
&lt;br /&gt;
[[Category:Roles|Error]]&lt;br /&gt;
[[Category:Error|Nopermissions]]&lt;br /&gt;
&lt;br /&gt;
[[eu:error/moodle/nopermissions]]&lt;br /&gt;
[[fr:error/moodle/nopermissions]]&lt;/div&gt;</summary>
		<author><name>Iomtosalop</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/32/en/index.php?title=Installing_AMP&amp;diff=9097</id>
		<title>Installing AMP</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/32/en/index.php?title=Installing_AMP&amp;diff=9097"/>
		<updated>2006-05-02T14:33:32Z</updated>

		<summary type="html">&lt;p&gt;Iomtosalop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Moodle is written in a scripting language called PHP and stores most of its data in a database. The recommended database is MySQL. Before installing Moodle you must have a working PHP installation and a working database to turn your computer into a functional web server platform. These packages can be tricky to set up for average computer users, so this page has been written to try to make this process as simple as possible for different platforms:&lt;br /&gt;
&lt;br /&gt;
== Hosting Service ==&lt;br /&gt;
&lt;br /&gt;
Unfortunately hosting services vary quite a lot in the way they work. Some will even install Moodle for you.&lt;br /&gt;
&lt;br /&gt;
Most will offer a web-based control panel to control your site, create databases and set up cron. Some may also offer terminal access via ssh, so that you can use the command shell to do things.&lt;br /&gt;
&lt;br /&gt;
You should work your way through the [[Installing Moodle|Installation guide]] and take each step at a time. Ask your hosting provider if you get stuck.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
The easiest way to do this is use the Apache server that Apple provides, and add PHP and MySQL using Marc Liyanage&#039;s packages. Both of the pages below come with good instructions that we won&#039;t duplicate here:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;PHP&#039;&#039;&#039;: Download from here: http://www.entropy.ch/software/macosx/php/&lt;br /&gt;
* &#039;&#039;&#039;MySQL&#039;&#039;&#039;: Download here: http://www.entropy.ch/software/macosx/mysql/&lt;br /&gt;
&lt;br /&gt;
Once these are installed the standard [[Installing Moodle|Installation guide]] should be fairly straightforward.&lt;br /&gt;
&lt;br /&gt;
Go here for a [[Step-by-step Guide for Installing Moodle on Mac OS X 10.4 Client]] (not server) Mac.&lt;br /&gt;
&lt;br /&gt;
== Red Hat Linux ==&lt;br /&gt;
&lt;br /&gt;
You should install all available RPM packages for Apache, PHP and MySQL. One package that people frequently forget is the php-mysql package which is necessary for PHP to talk to MySQL.&lt;br /&gt;
&lt;br /&gt;
Once these are installed the standard [[Installing Moodle|Installation guide]] should be fairly straightforward.&lt;br /&gt;
&lt;br /&gt;
A more detailed walkthrough is here: [[RedHat Linux installation]]&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
The easiest way to do this is use one of the complete install packages available from the Downloads page at Moodle.org. [http://download.moodle.org/?lang=en]&lt;br /&gt;
&lt;br /&gt;
Alternatively, use a package like EasyPHP that bundles all the software you need into a single Windows application.  Note that the EasyPHP 1.7 uses the following somewhat older versions:&lt;br /&gt;
&lt;br /&gt;
# apache 1.3.27 (currnet relases is 2.2.0)&lt;br /&gt;
# php 4.3.3 (current stable release is 5.1.3)&lt;br /&gt;
# mysql 4.0.15 (current release is 5.0.18)&lt;br /&gt;
# phpmyadmin 2.5.3&lt;br /&gt;
&lt;br /&gt;
It should be noted that these are not the current releases.  Also many menus for EasyPHP are still in French.  Here are the steps from start to finish for this approach, XAMPP or Windows 2003 with IIS: [[Windows installation]].&lt;br /&gt;
&lt;br /&gt;
==Testing PHP==&lt;br /&gt;
Once you have installed your web server and PHP you should be able to create a file (for example phpinfo.php in the document root) with the following in it:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;?phpinfo()?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should be able to open this file in a web browser by going to to the URL &#039;&#039;&#039;localhost/phpinfo&#039;&#039;&#039; and see a web page that has PHP status information in it such as [[phpinfo|this]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Installing Moodle]]&lt;br /&gt;
*[[Installation FAQ]]&lt;br /&gt;
*[[Upgrading Moodle]]&lt;br /&gt;
*[[Debian GNU/Linux installation]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Core]]&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
[[es:Instalación AMP]]&lt;/div&gt;</summary>
		<author><name>Iomtosalop</name></author>
	</entry>
</feed>