error/mnet/auth imapnotinstalled: Difference between revisions

From MoodleDocs
(spanish to English)
No edit summary
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

Revision as of 15:56, 17 April 2011

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