DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
Solution :
http://admin.webhostingdevelopment.com/viewtopic.php?f=99&t=120
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
Solution :
http://admin.webhostingdevelopment.com/viewtopic.php?f=99&t=120
How to forcefully redirect squirrelmail to https
Go to installation directory
cd /var/www/html/squirrelmail-1.4.22/
vi .htaccess
DirectoryIndex index.php <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://%{SERVER_NAME}/squirrelmail/src/login.php [L,R=303] </IfModule>
Getting folowing error in horde :
Error: There was an error sending your message: Failed to open sendmail [/usr/sbin/sendmail] for execution.
Solution :
1) Try commenting out php disable_functions.
Most probably it will be : ‘popen’