|
Prev: cannot start lisa daemon
Next: squirrelmail+sendmail
From: Jacob Friis Larsen on 31 May 2005 05:00 Having installed Horde i'm unable to login. Should I create a user in the db? Thanks, Jacob
From: Roberto C. Sanchez on 31 May 2005 12:30 On Tue, May 31, 2005 at 10:58:42AM +0200, Jacob Friis Larsen wrote: > Having installed Horde i'm unable to login. > Should I create a user in the db? > Jacob, Sarge or Woody? horde3 or horde2? Have you read every document in /usr/share/doc/horde?/? Carefully? Twice? I have installed horde on a few machines. It is crucial that you read the docs becuase there are many manual steps you need to take. If you still have problems, post specificly what they are to the list and I'll do my best to help you out. -Roberto -- Roberto C. Sanchez http://familiasanchez.net/~sanchezr
From: Jacob Friis Larsen on 1 Jun 2005 03:40 On 5/31/05, Roberto C. Sanchez <roberto(a)familiasanchez.net> wrote: > On Tue, May 31, 2005 at 10:58:42AM +0200, Jacob Friis Larsen wrote: > > Having installed Horde i'm unable to login. > > Should I create a user in the db? > > Hi Roberto. > Sarge or Woody? horde3 or horde2? Have you read every document in > /usr/share/doc/horde?/? Carefully? Twice? I have installed horde on a > few machines. It is crucial that you read the docs becuase there are > many manual steps you need to take. If you still have problems, post > specificly what they are to the list and I'll do my best to help you > out. Debian Sarge, Horde3 Yes, I've read it the docs. Now I'm trying with Horde3. If I go to http://mydomain/horde/ it says "The requested URL /horde/horde3/login.php was not found on this server." Below is my horde.conf which I got from Horde2. I didn't find one for Horde3. # cat /etc/apache/conf.d/horde.conf Alias /horde /usr/share/horde3 <Directory /usr/share/horde3> Options FollowSymLinks AllowOverride Limit order allow,deny allow from all <IfModule mod_php4.c> php_flag magic_quotes_gpc Off php_flag track_vars On php_value session.save_path "/var/lib/horde2" php_value include_path ..:/etc/horde/horde3:/usr/share/php:/usr/share/pear:/usr/share/horde3 php_flag session.use_trans_sid Off </IfModule> <IfModule mod_php5.c> php_flag magic_quotes_gpc Off php_flag track_vars On php_value session.save_path "/var/lib/horde2" php_value include_path ..:/etc/horde/horde3:/usr/share/php:/usr/share/pear:/usr/share/horde3 php_flag session.use_trans_sid Off </IfModule> </Directory>
From: Jacob Friis Larsen on 1 Jun 2005 03:50 BTW. Here's output from test.php Horde Version - Horde: 3.0.4 Horde Applications - Horde: 3.0.4 - Imp: H3 (4.0.2) (run Imp tests<http://office.webcom.dk/horde/horde3/imp/test.php> ) - Kronolith: H3 (2.0.3) - Nag: H3 (2.0.1) - Turba: H3 (2.0.2) (run Turba tests<http://office.webcom.dk/horde/horde3/turba/test.php> ) PHP Version - View phpinfo() screen<http://office.webcom.dk/horde/test.php?mode=phpinfo&url=%2Fhorde%2Ftest.php> - View loaded extensions<http://office.webcom.dk/horde/test.php?mode=extensions&url=%2Fhorde%2Ftest.php> - PHP Version: 4.3.10-15 - PHP Major Version: 4.3 - PHP Minor Version: 10 - PHP Subminor Version: 15 - PHP Version Classification: release - *You are running a supported version of PHP.* PHP Module Capabilities - Ctype Support: *Yes* - DOM XML Support: *Yes* - FTP Support: *Yes* - GD Support: *Yes* - Gettext Support: *Yes* - Iconv Support: *Yes* - IMAP Support: *Yes* - LDAP Support: *Yes* - Mbstring Support: *Yes* - MCAL Support: *No* - Mcrypt Support: *Yes* - MIME Magic Support (fileinfo): *No* *The fileinfo PECL module or the mime_magic PHP extension (see below) will most likely provide faster MIME Magic lookups than the built-in Horde PHP magic code. See horde/docs/INSTALL for information on how to install PECL/PHP extensions.* - MIME Magic Support (mime_magic): *Yes* - MySQL Support: *Yes* - OpenSSL Support: *Yes* - PostgreSQL Support: *No* - Session Support: *Yes* - XML Support: *Yes* - Zlib Support: *Yes* Miscellaneous PHP Settings - magic_quotes_runtime disabled: *Yes* - memory_limit disabled: *No* *If PHP's internal memory limit is turned on and if not set high enough Horde will not be able to handle large data items (e.g. large mail attachments in IMP). If possible, you should disable the PHP memory limit by recompiling PHP without the "--enable-memory-limit" flag. If this is not possible, then you should set the value of memory_limit in php.ini to a sufficiently high value (Current value of memory_limit: 8M).* - file_uploads enabled: *Yes* - safe_mode disabled: *Yes* - session.use_trans_sid disabled: *Yes* - session.auto_start disabled: *Yes* Required Horde Configuration Files - config/conf.php: *Yes* - config/mime_drivers.php: *Yes* - config/nls.php: *Yes* - config/prefs.php: *Yes* - config/registry.php: *Yes* PHP Sessions - Session counter: 1 - To unregister the session: click here<http://office.webcom.dk/horde/test.php?mode=unregister> PEAR - *PEAR Search Path (PHP's include_path)*: /usr/share/horde3/lib:.:/etc/horde/horde3:/usr/share/php:/usr/share/pear:/usr/share/horde3 - PEAR: *Yes* - Recent PEAR: *Yes* - Mail_RFC822: *Yes* - Mail_Mime: *Yes* - Log: *Yes* - DB: *Yes* - Net_Socket: *Yes* - Date: *Yes* - Auth_SASL: *Yes* - HTTP_Request: *Yes* - File: *Yes* - Net_SMTP: *Yes* - Services_Weather: *Yes* [image: Valid XHTML 1.0!] <http://validator.w3.org/check/referer>
From: Roberto C. Sanchez on 2 Jun 2005 12:10
Jacob, Sorry for the long delay in replying. On Wed, Jun 01, 2005 at 09:39:05AM +0200, Jacob Friis Larsen wrote: > On 5/31/05, Roberto C. Sanchez <roberto(a)familiasanchez.net> wrote: > > On Tue, May 31, 2005 at 10:58:42AM +0200, Jacob Friis Larsen wrote: > > > Having installed Horde i'm unable to login. > > > Should I create a user in the db? > > > > > Hi Roberto. > > > Sarge or Woody? horde3 or horde2? Have you read every document in > > /usr/share/doc/horde?/? Carefully? Twice? I have installed horde on a > > few machines. It is crucial that you read the docs becuase there are > > many manual steps you need to take. If you still have problems, post > > specificly what they are to the list and I'll do my best to help you > > out. > > Debian Sarge, Horde3 > Yes, I've read it the docs. > Now I'm trying with Horde3. > If I go to http://mydomain/horde/ it says "The requested URL > /horde/horde3/login.php was not found on this server." > > Below is my horde.conf which I got from Horde2. I didn't find one for Horde3. > > # cat /etc/apache/conf.d/horde.conf > Alias /horde /usr/share/horde3 > > <Directory /usr/share/horde3> > Options FollowSymLinks > AllowOverride Limit > order allow,deny > allow from all > <IfModule mod_php4.c> > php_flag magic_quotes_gpc Off > php_flag track_vars On > php_value session.save_path "/var/lib/horde2" > php_value include_path > .:/etc/horde/horde3:/usr/share/php:/usr/share/pear:/usr/share/horde3 > php_flag session.use_trans_sid Off > </IfModule> > <IfModule mod_php5.c> > php_flag magic_quotes_gpc Off > php_flag track_vars On > php_value session.save_path "/var/lib/horde2" > php_value include_path > .:/etc/horde/horde3:/usr/share/php:/usr/share/pear:/usr/share/horde3 > php_flag session.use_trans_sid Off > </IfModule> > </Directory> Here is what I have: <VirtualHost _default_:443> DirectoryIndex index.html index.htm index.shtml index.php index.php3 DocumentRoot /usr/share/horde3 Alias /horde /usr/share/horde3/ Alias /horde/ /usr/share/horde3/ Alias /horde3/ /usr/share/horde3/ You may want to give those a shot. -Roberto -- Roberto C. Sanchez http://familiasanchez.net/~sanchezr |