From bo at tilda.com.au Thu Oct 30 17:54:34 2003 From: bo at tilda.com.au (Bo Daley) Date: Thu Oct 30 17:07:57 2003 Subject: [ulaform] handle arrays in mailto.php Message-ID: <1067565274.1w6yovnx1otc@horde.tilda.internal.com.au> hi all, this patch allows the mailto driver to handle values supplied in an array structure (like fields of type 'Multiple Selection' or 'Set'). Previously data in these fields was appearing in the generated emails as 'Array'. bo. -------------- next part -------------- A non-text attachment was scrubbed... Name: mailto.php.diff Type: text/diff Size: 1346 bytes Desc: not available Url : http://lists.horde.org/archives/ulaform/attachments/20031031/f738fe86/mailto.php.bin From chuck at horde.org Thu Oct 30 19:37:32 2003 From: chuck at horde.org (Chuck Hagenbuch) Date: Thu Oct 30 19:40:25 2003 Subject: [ulaform] handle arrays in mailto.php In-Reply-To: <1067565274.1w6yovnx1otc@horde.tilda.internal.com.au> References: <1067565274.1w6yovnx1otc@horde.tilda.internal.com.au> Message-ID: <1067571452.38p2cim0uqdc@marina.horde.org> Quoting Bo Daley : > this patch allows the mailto driver to handle values supplied in an array > structure (like fields of type 'Multiple Selection' or 'Set'). Previously > data in these fields was appearing in the generated emails as 'Array'. Committed, thanks! -chuck -- Charles Hagenbuch, Born right the first time. From kettgun at yahoo.com Sat Nov 1 05:37:48 2003 From: kettgun at yahoo.com (Ketut Gunawan) Date: Sat Nov 1 05:38:08 2003 Subject: [ulaform] Ulaform-Framework...Crash... In-Reply-To: Message-ID: <20031101133748.54151.qmail@web12004.mail.yahoo.com> I installed Ulaform but not successful. File test.php prompted me the following messages: -------------- The Horde_Util package was not found. If PHP\'s error_reporting setting is high enough, there should be error messages printed above that may help you in debugging the problem. If you are simply missing these files, then you need to get the framework module from Horde CVS, and install the packages in it with the install-packages.php script ----------------------- I then installed framework in horde/framework and executed file install-packages.php. This execution consumed a lot of resources (memeory?) and caused the server crashed. What's wrong? Can I instal without framework? How? __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ From chuck at horde.org Sat Nov 1 05:37:17 2003 From: chuck at horde.org (Chuck Hagenbuch) Date: Sat Nov 1 05:40:06 2003 Subject: [ulaform] Ulaform-Framework...Crash... In-Reply-To: <20031101133748.54151.qmail@web12004.mail.yahoo.com> References: <20031101133748.54151.qmail@web12004.mail.yahoo.com> Message-ID: <20031101083717.inwvaiskgos0cs4s@marina.horde.org> Quoting Ketut Gunawan : > I then installed framework in horde/framework and > executed file install-packages.php. This execution > consumed a lot of resources (memeory?) and caused the > server crashed. What's wrong? Your server is screwed up and can't handle installing PEAR packages. > Can I instal without framework? How? No. -chuck -- Charles Hagenbuch, Born right the first time. From kettgun at yahoo.com Sat Nov 1 10:24:56 2003 From: kettgun at yahoo.com (Ketut Gunawan) Date: Sat Nov 1 10:25:03 2003 Subject: [ulaform] Framework problem In-Reply-To: Message-ID: <20031101182456.29164.qmail@web12002.mail.yahoo.com> Sorry, I missed the heading. I make a new one. >From your reply, I think the problem is on PEAR program (CMIIW). In my test.php of Horde/IMP it shows that my PEAR is not recent enough. If the PEAR program is updated with the most recent one, what is the function of framework? I am scared to reinstal framework :-) kettgun > > I then installed framework in horde/framework and > > executed file install-packages.php. This execution > > consumed a lot of resources (memeory?) and caused > the > > server crashed. What's wrong? > > Your server is screwed up and can't handle > installing > PEAR packages. > > > Can I instal without framework? How? > > No. > > -chuck __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ From chuck at horde.org Sat Nov 1 10:32:03 2003 From: chuck at horde.org (Chuck Hagenbuch) Date: Sat Nov 1 10:34:51 2003 Subject: [ulaform] Framework problem In-Reply-To: <20031101182456.29164.qmail@web12002.mail.yahoo.com> References: <20031101182456.29164.qmail@web12002.mail.yahoo.com> Message-ID: <20031101133203.xgle8j4oc8w8w4k0@marina.horde.org> Quoting Ketut Gunawan : > >From your reply, I think the problem is on PEAR > program (CMIIW). In my test.php of Horde/IMP it shows > that my PEAR is not recent enough. If the PEAR program > is updated with the most recent one, what is the > function of framework? It provides the core library functionality for Horde. > I am scared to reinstal framework :-) Then don't use CVS HEAD applications. -chuck -- Charles Hagenbuch, Born right the first time.