[horde] MODE setting missing on login page.

P.V.Anthony pvantony at singnet.com.sg
Mon Sep 15 09:31:57 UTC 2014


Hi,

Just upgraded to Horde webmail 5.2.2. Upgrade went well. Updated the 
database schema and the config files.

Unfortunately on the login page there is no "Mode" option. Once logged 
in, it goes to minimal mode. If the url is manual changed to basic.php, 
it works. Tried manually changing the url to dynamic, the imp left menu 
has the word "loading" and no folders.

The address book, tasks and notes apps seems to be working.

What I am I doing wrong?

I am using CentOS 6.5 64bit. The web server is nginx 1.6.1. Php is 5.4.32.

Here is the config for nginx.

--------- start ----------------

location /horde {
                 root /var/www/apps/;
                 index index.php;

      location ~ \.php {
         try_files $uri =404;
         fastcgi_param PHP_VALUE "cgi.fix_pathinfo=1";
         fastcgi_split_path_info ^(.+\.php)(/.+)$;
         fastcgi_param PATH_INFO $fastcgi_path_info;
         fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
         fastcgi_pass 127.0.0.1:9000;
         fastcgi_param HTTPS on;
         fastcgi_index index.php;
         fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
         include /etc/nginx/fastcgi_params;
                 }

               }

----------- end ----------------

Need advice on how to get horde webmail to work. Please help.

P.V.Anthony


More information about the horde mailing list