[horde] Horde (git) install problem

Louis-Philippe Allard lp.allard.1 at gmail.com
Sat Feb 5 18:55:51 UTC 2011


Progressing  but not quite there!...

Disabling the memcache functions in the conf file of horde seems to get rid
of this problem.  I will need to investigate this further. For now, I can
configure the other options in horde but either I dont understand the way
horde function, or there is a glitch somewhere as after I generated the
config file, I am presented a login window.

I am using external email (Gmail) as my email provider.  In the options
under the Authentication tab, I selected IMAP and entered the data as per
GMail's instructions found at
http://mail.google.com/support/bin/answer.py?hl=en&answer=78799

Entering my email's credentials (like if I was logging on Gmail.com
directly) results in incorrect username/password error message.  I don't get
it.

Basically: when using IMAP as the auth backend, is Horde using my Gmail
credentials to validate my access to the system?  If so does it mean that
once logged in the system I will be online with Gmail?   Whats the best way
of using an external email service provider such as hotmail/gmail/yahoo...
with horde?  Only email has to be external, everything else, contacts,
calendar, etc to be on the local server.  Otherwise I would be using Google
accounts instead of horde.

This project has a LOT of potential and I am very curious to put it to
action, but the documentation needs a major overhaul.

Thanks!


On Fri, Feb 4, 2011 at 9:52 PM, Louis-Philippe Allard <lp.allard.1 at gmail.com
> wrote:

> Hey Michael,  many thanks for replying!  I am sorry, I misinterpreted the
> "Making Development Repos Web-Accessible" section of the web page... Now I
> have setup everything and was configuring horde via the admin interface at
> first login.  At the end of the process, I clicked on the "Generate config
> file" (or whatever it was, something similar) and it said that I did not
> have permissions to write at /var/www/htdocs/horde/config/conf.php so I
> logged as root and changed the permissions of the whole tree to my webserver
> user (apache:apache) and clicked on the generate config file button once
> more but got this strange message about memcache:
>
> Any idea whats going on?
>
> And it goes on and on and on.......
> A fatal error has occurredMissing memcache object
>
>  1. Horde_Registry::appInit() /var/www/htdocs/horde-git/horde/index.php:14
>
>  2. Horde_Registry->__construct() /var/www/htdocs/horde-git/framework/Core/lib/Horde/Registry.php:231
>  3. Horde_Registry->_loadApplications() /var/www/htdocs/horde-git/framework/Core/lib/Horde/Registry.php:420
>
>  4. Horde_Registry->_loadCache() /var/www/htdocs/horde-git/framework/Core/lib/Horde/Registry.php:521
>  5. Horde_Injector->getInstance() /var/www/htdocs/horde-git/framework/Core/lib/Horde/Registry.php:1595
>  6. Horde_Injector->createInstance() /var/www/htdocs/horde-git/framework/Injector/lib/Horde/Injector.php:248
>
>  7. Horde_Injector_Binder_Factory->create() /var/www/htdocs/horde-git/framework/Injector/lib/Horde/Injector.php:213
>  8. Horde_Core_Factory_Cache->create() /var/www/htdocs/horde-git/framework/Injector/lib/Horde/Injector/Binder/Factory.php:111
>
>  9. Horde_Core_Factory_Cache->_getStorage() /var/www/htdocs/horde-git/framework/Core/lib/Horde/Core/Factory/Cache.php:63
> 10. Horde_Cache_Storage_Memcache->__construct() /var/www/htdocs/horde-git/framework/Core/lib/Horde/Core/Factory/Cache.php:93
>
> DetailsThe full error message is logged in Horde's log file, and is shown
> below only to administrators. Non-administrative users will not see error
> details.
>
> InvalidArgumentException Object
> (
>     [message:protected] => Missing memcache object
>     [string:private] =>
>     [code:protected] => 0
>
>     [file:protected] => /var/www/htdocs/horde-git/framework/Cache/lib/Horde/Cache/Storage/Memcache.php
>     [line:protected] => 49
>     [trace:private] => Array
>         (
>             [0] => Array
>
>                 (
>                     [file] => /var/www/htdocs/horde-git/framework/Core/lib/Horde/Core/Factory/Cache.php
>                     [line] => 93
>                     [function] => __construct
>
>                     [class] => Horde_Cache_Storage_Memcache
>                     [type] => ->
>                     [args] => Array
>                         (
>                             [0] => Array
>
>                                 (
>                                     [enabled] =>
>                                     [lifetime] => 86400
>                                     [compress] => 1
>                                     [logger] => Horde_Core_Log_Logger Object
>
>                                         (
>                                             [_levels:private] => Array
>                                                 (
>                                                     [0] => EMERG
>
>                                                     [1] => ALERT
>                                                     [2] => CRIT
>                                                     [3] => ERR
>                                                     [4] => WARN
>
>                                                     [5] => NOTICE
>                                                     [6] => INFO
>                                                     [7] => DEBUG
>                                                 )
>
>                                             [_handlers:private] => Array
>                                                 (
>                                                     [0] => Horde_Log_Handler_Syslog Object
>
>
>
> On Fri, Feb 4, 2011 at 8:43 PM, Michael M Slusarz <slusarz at horde.org>wrote:
>
>> Quoting Louis-Philippe Allard <lp.allard.1 at gmail.com>:
>>
>>  I was using horde 3.3.11 but had a problem with IMP 4.3.9 that came with
>>> it.  Using the IMP mailing list I was suggested to upgrade to IMP 5 that
>>> is
>>> curently packaged with the next release of Horde (V4).  I initially
>>> posted
>>> in the IMP mailinglist but I recognize that the current problem I have
>>> belongs to the general horde mailinglist.
>>>
>>> Basically, I downloaded Horde 4 with the new IMP 5 using the command
>>>
>>> git clone --depth 1 git://github.com/horde/horde
>>>
>>> and got the whole tree.  I moved the existing horde installation out of
>>> my
>>> server's path and copied the horde-git tree to the path.  When I go to
>>>
>>> http://$SERVER_IP/horde/horde/
>>> test.php
>>>
>>> I get a red message error saying:
>>> Could not find Horde's framework libraries in the following path(s):
>>> /var/www/htdocs/horde/horde/lib:.:/usr/lib/php. Please read
>>> horde/docs/INSTALL for information on how to install these libraries.What
>>> did i do wrong?  I followed the steps in horde/docs/INSTALL but cant
>>> figure
>>> why it is not working...
>>>
>>
>> http://horde.org/source/git.php
>>
>> Particularly, the entire section on "Making Development Repos
>> Web-Accessible".
>>
>> michael
>>
>> --
>> ___________________________________
>> Michael Slusarz [slusarz at horde.org]
>>
>>
>> --
>> Horde mailing list
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>
>
>


More information about the horde mailing list