Chris Smith | 23 May 2013 17:10
Picon

Whups 3.0 Mail Filter

Hi,

Again, thanks for all your hard work with Horde, it's so very much
appreciated- hopefully soon I'll be able to contribute a theme back to you!

I recently posted a bug report recently against Whups 3.0-git about its
handling of the mail filter (/usr/bin/whups-mail-filter), although I was
disappointed not to receive a reply (even a rejection for being an idiot!).

Does anyone have the whups-mail-filter running from whups 3.0 (H5 stable)
correctly? I note that I can't reply to emails sent from bugs.horde.org, so
I guess the Horde projects itself currently doesn't use this feature?

The problem I was having involved the mail filter refusing to load a list
of the application's queues- I've since stripped apart what's happening,
and wonder if anyone could please give me a hand?

What happens:
Run: /usr/bin/whups-mail-filter --queue-id 6
Error:
====================

Fatal Error:
--queue-name or --queue-id must specify a valid and public queue. Available
queues:

1. Horde_Cli->fatal() /usr/bin/whups-mail-filter:180

====================

(Continue reading)

Rui Carneiro | 22 May 2013 19:51

Using Memcache with the new Horde_HashTable

I am kind of lost after all the changes on the cache configs
(horde-5.1.0beta2). My old installation was running Memcache with the
following configs:

$conf['sessionhandler']['type'] = 'Memcache';
$conf['sessionhandler']['memcache'] = true;
$conf['memcache']['hostspec'] = array('127.0.0.1');
$conf['memcache']['port'] = array('11211');
$conf['memcache']['weight'] = array();
$conf['memcache']['persistent'] = false;
$conf['memcache']['compression'] = false;
$conf['memcache']['large_items'] = true;
$conf['memcache']['enabled'] = true;

Now, with hashtable, i tried this:

$conf['sessionhandler']['type'] = 'Hashtable';
$conf['sessionhandler']['hashtable'] = true;
$conf['hashtable']['params']['hostspec'] = array('127.0.0.1');
$conf['hashtable']['params']['port'] = array('11211');
$conf['hashtable']['params']['weight'] = array();
$conf['hashtable']['params']['persistent'] = false;
$conf['hashtable']['params']['compression'] = false;
$conf['hashtable']['params']['large_items'] = true;
$conf['hashtable']['driver'] = 'Memcache';

Unfortunately i can't authenticate with the new configs and I have
no useful logs to help me debug this.

Any help would be appreciated :)
(Continue reading)

Abonnement listes | 21 May 2013 14:32
Picon
Favicon

CAS driver included in Horde


Hello,

Horde has many different kinds of authentication drivers available but  
not for CAS SSO. Horde code must be patched to make it work ( more  
precisely IMP & Sieve code ).

As CAS is a widely deployed SSO solution, why CAS driver is not  
officially supported in Horde ?

Thanks.

SSRI Team.
IT Services.
Pantheon Assas University ( Paris 2 )

--

-- 
dev mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

Michael Wisniewski | 14 May 2013 18:34

Calendar.app fails to load Kronolith Calendar

Hi!

I'm running on...

Calendar (kronolith) 4.1.0-git

and trying to configure Calendar.app on OSX to use the "CalDAV  
Subscription URL".  When configuring the app, I choose "CalDav" as the  
Account Type, and the "Server Address" is...

https://<foo>/webmail/rpc.php/calendars/wisniewski/calendar:Ii<something>2/

When it is "Verifying Account", I get an error that displays "Server  
with Secure Communication Unavailable", and this is in my apache  
logs....

19<ip>9 - wisniewski [14/May/2013:11:32:30 -0500] "PROPFIND  
/webmail/rpc.php/calendars/wisniewski/calendar%3A<something>2/  
HTTP/1.1" 207 1387 "-" "Mac OS X/10.8.3 (12D78) Calendar/1648"

When I turned the Horde debug logs on, nothing in there shows anything  
as failed, or anything that would make it sound like it's bad.

Does anybody else out there run OSX and have their calendar sync with  
CalDav to Horde?  Are you experiencing issues too?

Thanks!
mike

--

-- 
(Continue reading)

Michael Wisniewski | 14 May 2013 16:15

Updating Configuration Fails

Hi!  When trying to 'update configuration' for the Horde app, I get a  
blank screen in the web browser and the following in the Apache error  
log....

[Tue May 14 09:11:36 2013] [error] [client <foo>] PHP Fatal error:   
Call to a member function hasChildNodes() on a non-object in  
/usr/src/horde/horde/framework/Core/lib/Horde/Config.php on line 203,  
referer: https://<foo>/webmail/admin/config/

I'm running...

horde-5.1.0beta2

Is there a way to run this at the command line or by hand?  I've also  
tried to start fresh and that doesn't seem to make a difference.

Thanks!
Mike

--

-- 
dev mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

probid themes templates | 9 May 2013 18:06
Picon

Can I use Horde in a commercial application?

I would like to develop a commercial php script. I'm planning to use
Horde's API for some parts of my software. I won't close horde's source
codes, of course. But I will have to close my application's codes. Which
direction should I go? I don't wanna have legal issue
--

-- 
dev mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

Michael Wisniewski | 7 May 2013 15:09

Check for newer versions broke

When visiting the gear -> administration -> configuration -> "Check  
for newer versions", a blank screen comes back.  In my apache error  
log, I receive this error message....

[Tue May 07 08:01:48 2013] [error] [client 50.23.65.43] PHP Fatal  
error:  Call to undefined method PEAR_Error::getName() in  
/usr/src/horde/horde/horde/admin/config/index.php on line 82, referer:  
https://www.<foo>/webmail/admin/config/

This could be something I'm doing wrong, but not sure.  I know that  
this button has worked in the past, but don't know what happened.  I'm  
running the version of Horde (horde) 5.1.0-git.  Being that this is  
the dev version, I'm thinking that this functionality is disabled to  
force the user/admin to use git.  Just thought I'd ask though...

Thanks!
Mike

--

-- 
dev mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

Michael M Slusarz | 25 Apr 2013 05:53
Favicon
Gravatar

Incorrect usage of Horde_Db_Adapter in Factories

There are a bunch of factories (e.g. ActiveSyncState, Cache, Lock,  
Perms, Prefs, Token) that use this call:

$this->_injector->getInstance('Horde_Db_Adapter')

to obtain the Horde_Db object.  However, this doesn't appear to be  
correct since this will ALWAYS return the Db object of the "base"  
horde configuration - it won't honor any overwritten configurations  
(i.e. via <configsql> tags in conf.xml files).

Shouldn't we instead be using something like:

$this->_injector->getInstance('Horde_Core_Factory_Db')->create($app, $package)

in order to use these overwritten configurations (e.g. Auth, SessionHandler)?

michael

___________________________________
Michael Slusarz [slusarz <at> horde.org]

--

-- 
dev mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

Michael Wisniewski | 24 Apr 2013 19:50

Spam Reporting

Hi!

I was going through trying to setup the git version and noticed that  
the "Spam Reporting" section in the "Message and Spam" configuration  
within Mail has disappeared.  This is where you can set  
"$conf[spam][program]".  Was this moved elsewhere, has it just not  
been implemented yet, or is there a better way to accomplish this?

Thanks!

--

-- 
dev mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

Michael Wisniewski | 22 Apr 2013 02:34

problem with 'mail' tab

Hi!

I don't know if this belongs here or on the general mailing list, but  
thought I would check here first.  I checked out the git version 5.1.0  
of Horde and Mail 6.1.0.  After setting things up, I cannot get Horde  
to get my mail working for the life of me.  The tabs at the top for  
Calendar, Address Book, Tasks, Notes, admin work fine.  When clicking  
on "Mail", it just redirects me to the main page.  If I manually type  
in "webmail.new/imp", I get redirected to  
"/webmail.new/dynamic.php?page=mailbox" and if I type in  
"webmail.new/imp/dynamic.php?page=mailbox", it just gets stuck at the  
"Loading" for message folders and that's it.  I also have the horde  
debug file enabled, but it doesn't give any help or hints on what the  
issue is.

Since the other tabs work fine, I think things are configured properly  
with the file paths.  I thought I would check in here first and see if  
it's something that's broke or something that I'm doing wrong.

Thanks!

--

-- 
dev mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

Michael J Rubinsky | 20 Apr 2013 02:28
Favicon
Gravatar

Undefined index in Horde_Imap_Client_Cache_Backend_Cache::

Getting this in my logs while syncing now.

NOTICE: HORDE [horde] PHP ERROR: Undefined index: uidvalid [pid 53687  
on line 256 of  
"/usr/local/horde/horde/framework/Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Cache.php"]
-- 
mike

The Horde Project (www.horde.org)
mrubinsk <at> horde.org
Attachment: application/pgp-keys, 2200 bytes
Attachment (smime.p7s): application/pkcs7-signature, 6062 bytes
--

-- 
dev mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

Gmane