Link to home
Start Free TrialLog in
Avatar of I-Land-NOC
I-Land-NOC

asked on

horde problems

I'm installing horde for the first time.  When I go to "http://localhost/horde" is does not ask me for my user name and pass. instead  it takes me straight to the index page. i have changed some of the error_log info so it is not displayed and logs it, but before i did that in the left hand conner of the browser it said "Last login:never".  listed below is some of my test info and some error messages. also i like to know where i could find better documenation on horde, imp, pear, etc.....

horde/test.php

Horde Version
 * Horde: 3.1.1

Horde Applications

    * Gollem: H3 (1.0.2)
    * Horde: 3.1.1
    * Imp: H3 (4.1) (run Imp tests)
    * Ingo: H3 (1.1)
    * Nag: H3 (2.1)
    * Turba: H3 (2.1)

PHP Version

    * View phpinfo() screen
    * View loaded extensions
    * PHP Version: 4.4.0-pl1-gentoo
    * PHP Major Version: 4.4
    * PHP Minor Version: 0
    * PHP Subminor Version: pl1-gentoo
    * 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: No
    * Mbstring Support: Yes
    * Mcrypt Support: Yes
    * MIME Magic Support (fileinfo): Yes
    * memcached Support (memcache): No
      The memcache PECL module is needed only if you are using the memcached SessionHandler. 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: Yes
    * safe_mode disabled: Yes
    * session.use_trans_sid disabled: Yes
    * session.auto_start disabled: Yes

File Uploads

    * file_uploads enabled: Yes
    * upload_max_filesize: 5M
    * post_max_size: 8M

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: 2
    * To unregister the session: click here

PEAR

    * PEAR Search Path (PHP's include_path):  /var/www/localhost/htdocs/horde/lib:.:/usr/share/php
    * PEAR: Yes
    * Recent PEAR: Yes
    * Mail: 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
    * Cache: Yes
    * XML_Serializer: Yes

horde/imp/test.php
IMP Version

    * IMP: H3 (4.1)

Other Horde Applications

    * gollem: Yes (Version: H3 (1.0.2))
    * ingo: Yes (Version: H3 (1.1))
    * nag: Yes (Version: H3 (2.1))
    * turba: Yes (Version: H3 (2.1))

PHP Version

    * View phpinfo() screen
    * View loaded extensions
    * PHP Version: 4.4.0-pl1-gentoo
    * PHP Major Version: 4.4
    * PHP Minor Version: 0
    * PHP Subminor Version: pl1-gentoo
    * PHP Version Classification: release
    * You are running a supported version of PHP.

PHP Module Capabilities

    * IMAP Support: Yes
    * OpenSSL Support: Yes

Miscellaneous PHP Settings

    * file_uploads enabled: Yes

Required IMP Configuration Files

    * config/conf.php: Yes
    * config/mime_drivers.php: Yes
    * config/prefs.php: Yes
    * config/servers.php: Yes

PEAR

    * PEAR Search Path (PHP's include_path):  /var/www/localhost/htdocs/horde/lib:.:/usr/share/php
    * PEAR: Yes
    * Recent PEAR: Yes
    * HTTP_Request: Yes
    * Auth_SASL: Yes



error messages
PHP Warning:  importconfig(/var/www/localhost/htdocs/horde/config/../mimp/config/conf.php): failed to open stream: No such file or directory in /var/www/localhost/htdocs/horde/lib/Horde/Registry.php on line 907

PHP Fatal error:  Call to undefined function:  getparam() in /var/www/localhost/htdocs/horde/imp/config/conf.php on line 195

PHP Notice:  Undefined index:  signup in /var/www/localhost/htdocs/horde/admin/user.php on line 24

PHP Notice:  Undefined index:  log in /var/www/localhost/htdocs/horde/lib/Horde.php on line 49








Avatar of Arty K
Arty K
Flag of Kazakhstan image

As I may suppose you haven't followed installation recommentations of horde.
Please read: /var/www/localhost/htdocs/horde/docs/INSTALL
And do step-by-step installation as described

You may find there:
5. Configure Horde::

     cd config/
     for f in *.dist; do cp $f `basename $f .dist`; done

Avatar of I-Land-NOC
I-Land-NOC

ASKER

i did follow the instructions  

cd config
for f in *.dist; do cp $f `basename $f .dist`; done

 also the docs in gentoo are in this dir /usr/share/doc/horde-3.1.1 after the emerge. the problem still exists.
ASKER CERTIFIED SOLUTION
Avatar of Arty K
Arty K
Flag of Kazakhstan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ok, i went back and deleted all directories and started over like you said to do, installing one package at a time. I guess i was having php and config/config.php issue of some kind. it would not write to the settings to the config.php. I was sure glad for the code generator at the bottom. I would to thank you for all you help.