Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: error/mnet/auth imapnotinstalled.

error/mnet/auth imapnotinstalled: Difference between revisions

From MoodleDocs
m (categories)
m (added link to spanish translation of page)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Este error indica que no existe la funcion imap_open de PHP, eso se debe a que es necesario configurar PHP con la opcion --with-imap.
This error indicates that there is an error when trying to call imap_open PHP function, that is because you need to configure PHP with the option --with-imap.
Para más informacion visite http://php.net/imap
 
For ubuntu user, installing php5-imap may fix the problem
<pre> sudo apt-get install php5-imap</pre>
 
For more information visit http://php.net/imap
 


[[Category:Error|MNET]]
[[Category:Error|MNET]]
[[Category:MNET|Error]]
[[Category:MNet|Error]]
 
[[es:error/mnet/auth imapnotinstalled]]

Latest revision as of 19:45, 10 August 2014

This error indicates that there is an error when trying to call imap_open PHP function, that is because you need to configure PHP with the option --with-imap.

For ubuntu user, installing php5-imap may fix the problem

 sudo apt-get install php5-imap

For more information visit http://php.net/imap