error/mnet/auth imapnotinstalled: Difference between revisions

From MoodleDocs
(spanish to English)
m (added link to spanish translation of page)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


For ubuntu user, installing php5-imap may fix the problem
For ubuntu user, installing php5-imap may fix the problem
* sudo apt-get install php5-imap
<pre> sudo apt-get install php5-imap</pre>


For more information visit http://php.net/imap
For more information visit http://php.net/imap
Line 9: Line 9:
[[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