Re: [fw-general] Favicon and robots.txt errors

2008-10-06 Thread Matthew Ishii
Thank you all for your assistence, I actually just added the "robots.txt" and the "favicon.ico" to the httaccess file, and also made the path to the favicon file in the HTML tag that specifies its location, and it solved both issues. Thanks for the assistance. On Sun, Oct 5, 2008 at 11:39 AM, Jas

Re: [fw-general] NTLM Auth For grabbing data.

2008-10-06 Thread Goran Dodig
Maybe your best bet is to use curl for that (--ntlm option in CLI). Run curl --version on your system to see if it has NTLM capabilities - curl has to be compiled with SSL support for this to work. For using a curl extension see this article: Using cURL and libcurl with PHP . Good luck! Goran

Re: [fw-general] NTLM Auth For grabbing data.

2008-10-06 Thread Bryce Lohr
I'm not aware of any PHP implementation of the NTLM auth scheme, but I'd be keen to know if one is out there as well. Regards, Bryce Lohr DJ Necrogami wrote: Content-Length 1656 Content-Typetext/html Server Microsoft-IIS/6.0 WWW-AuthenticateNegotiate NTLM X-Powered-ByASP.NET

Re: [fw-general] Lucene Optimize Memory Exhausted

2008-10-06 Thread eventhough
I've increased the memory_limit to 128M and it seems to be okay now. Thanks eventhough wrote: > > Hello, > > I am getting this fatal error when I try to optimize my index: > > Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to > allocate 42 bytes) > > I am currently inde

Re: [fw-general] Zend_Loader_PluginLoader problems

2008-10-06 Thread Matthew Weier O'Phinney
-- Bart McLeod <[EMAIL PROTECTED]> wrote (on Monday, 06 October 2008, 09:10 PM +0200): > Hi all, > > I had similar problems today with my custom view helpers. They are in > the location where ZF is looking for them, but it can't load them. I > thought I sent a mail to the list about it, but it

Re: [fw-general] Zend_Loader_PluginLoader problems

2008-10-06 Thread Bart McLeod
Hi all, I had similar problems today with my custom view helpers. They are in the location where ZF is looking for them, but it can't load them. I thought I sent a mail to the list about it, but it probably got rejected. The only thing I could think of is the directory separator... I can see

Re: [fw-general] Zend_Loader_PluginLoader problems

2008-10-06 Thread Pieter Kokx
Hi Codiac, Can you give me the include path? And are you sure that the incubator is not in the include path? Regards, Pieter Kokx MaakSite.net PHP Developer Codiac schreef: > Matthew, > > It's probably my setup but I'm still experiencing problems. I'm not using > the incubator and I'm trying

Re: [fw-general] Zend_Loader_PluginLoader problems

2008-10-06 Thread Codiac
Matthew, It's probably my setup but I'm still experiencing problems. I'm not using the incubator and I'm trying to load the Zend_View_Helper_Translate. It works fine for the login page, but after that it somehow goes wrong. Here's a little more info. #0 C:\Documents and Settings\Mijn documenten\

[fw-general] Router and routes

2008-10-06 Thread keith Pope
Hi, I am trying to describe the behavior of the router and its routes. Am I correct in saying that: The route chain is called in reverse order to the order in which you add them. Chaining routes enables you to add another route chain to a route. I was thinking of providing a diagram something l

[fw-general] NTLM Auth For grabbing data.

2008-10-06 Thread DJ Necrogami
Content-Length 1656 Content-Typetext/html Server Microsoft-IIS/6.0 WWW-AuthenticateNegotiate NTLM X-Powered-ByASP.NET MicrosoftSharePointTeamServices 12.0.0.6023 I'm needing to authenticate against that with php. Is this possible? I can manually provide the details but the http a

Re: [fw-general] Get ZF components as zips separately from themain distro

2008-10-06 Thread Matthew Weier O'Phinney
-- Giorgio Sironi <[EMAIL PROTECTED]> wrote (on Monday, 06 October 2008, 06:37 PM +0200): > 2008/10/6 Wil Sinclair <[EMAIL PROTECTED]>: > > I'll go one step farther than Matthew and say that we *strongly > > encourage* community members to cover the corner cases of distribution > > for ZF. For exam

RE: [fw-general] Re: Why can't I comment on issues in Jira?

2008-10-06 Thread Wil Sinclair
I'll look in to the creating issues, u. . . issue, later today. In general I need to refactor our entire grouping paradigm, since groups of groups were added in the latest version of JIRA, and they would help us keep things much simpler than they are now. ,Wil > -Original Message-

Re: [fw-general] Get ZF components as zips separately from themain distro

2008-10-06 Thread Giorgio Sironi
2008/10/6 Wil Sinclair <[EMAIL PROTECTED]>: > I'll go one step farther than Matthew and say that we *strongly > encourage* community members to cover the corner cases of distribution > for ZF. For example, we've long asserted that a component-by-component > PEAR channel will not be something that w

RE: [fw-general] Get ZF components as zips separately from themain distro

2008-10-06 Thread Wil Sinclair
I'll go one step farther than Matthew and say that we *strongly encourage* community members to cover the corner cases of distribution for ZF. For example, we've long asserted that a component-by-component PEAR channel will not be something that we'll be taking on at Zend, but it is an example of a

Re: [fw-general] Get ZF components as zips separately from the main distro

2008-10-06 Thread Matthew Weier O'Phinney
-- drj201 <[EMAIL PROTECTED]> wrote (on Monday, 06 October 2008, 06:59 AM -0700): > > I wouldnt use this but I can see why it might be useful. Do Zend allow you to > distribute the Framework in this way however? Maybe they dont allow the > distribution of individual components?! ZF is BSD license

Re: [fw-general] Zend_Form File element toggle between image

2008-10-06 Thread drj201
Edward Haber wrote: > > > 2) And as a second question: I can't find any way to do this. Is there > any way to just insert a random blob or row of HTML in your form like: > > Label > Label > Label > > Hi look at me! > > Label > Label > > Is there any wa

Re: [fw-general] Get ZF components as zips separately from the main distro

2008-10-06 Thread drj201
I wouldnt use this but I can see why it might be useful. Do Zend allow you to distribute the Framework in this way however? Maybe they dont allow the distribution of individual components?! Will it be updated regularly? Jani Hartikainen wrote: > > Hi all > > I wrote an app which parses depe

[fw-general] Get ZF components as zips separately from the main distro

2008-10-06 Thread Jani Hartikainen
Hi all I wrote an app which parses dependencies for PHP classes and uploaded it to my site. Currently, I've added Zend Framework 1.6 stable release to it, so you can use it to get single ZF components along with all their dependencies without having to get the whole framework You can che