Roundcube: Difference between revisions
From DWIKI
(Created page with "=FAQ= ==REQUEST CHECK FAILED== check INSTALL/requirements") |
m (→FAQ) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Links= | |||
*[https://github.com/roundcube/roundcubemail/wiki/Configuration Configuration] | |||
=FAQ= | =FAQ= | ||
==REQUEST CHECK FAILED== | ==REQUEST CHECK FAILED== | ||
check INSTALL/requirements | check INSTALL/requirements | ||
==Uncaught Error: Call to undefined method Net_SMTP::starttls() == | |||
On Debian i fixed this using | |||
pear install Net_SMTP | |||
==Oops... something went wrong!== | |||
===Nothing in logs/=== | |||
Problably blew up before that code got loaded, checke apache/nginx/php-fpm logs. | |||
[[Category:Mail]] |
Latest revision as of 10:43, 10 September 2023
Links
FAQ
REQUEST CHECK FAILED
check INSTALL/requirements
Uncaught Error: Call to undefined method Net_SMTP::starttls()
On Debian i fixed this using
pear install Net_SMTP
Oops... something went wrong!
Nothing in logs/
Problably blew up before that code got loaded, checke apache/nginx/php-fpm logs.