[symfony-devs] Re: sfErrorLoggerPlugin problem with sfMixer

2006-10-25 Thread Marco Barberis
Hi Fabien,yes now it works fine! ThanksThe links (if you wnat add something or explain better..):[php] http://bugs.php.net/bug.php?id=39253 (php) [zend] http://www.zend.com/forums/index.php?t=msg&th=2204&start=0On 10/25/06, Fabien POTENCIER <[EMAIL PROTECTED]> wrote: In changeset 2522, I remov

[symfony-devs] Re: sfErrorLoggerPlugin problem with sfMixer

2006-10-25 Thread Fabien POTENCIER
In changeset 2522, I removed the usage of the sfMixer::callMixins() call in symfony core and replaced it with more verbose code that must work with Zend Optimizer. Can you confirm it works now? Fabien moreweb wrote: > First answer: isn't a php problem. :-/ > > On Oct 25, 2:56 pm, "moreweb" <

[symfony-devs] Re: sfErrorLoggerPlugin problem with sfMixer

2006-10-25 Thread Fabien POTENCIER
Can you give us the link to the ticket? Thanks, Fabien moreweb wrote: > First answer: isn't a php problem. :-/ > > On Oct 25, 2:56 pm, "moreweb" <[EMAIL PROTECTED]> wrote: >> Hi, >> I've opened a ticket on bugs.php.net and a thread on Zend Optimizer >> forum.. > > > > > > --~--~-~

[symfony-devs] Re: sfErrorLoggerPlugin problem with sfMixer

2006-10-25 Thread moreweb
First answer: isn't a php problem. :-/ On Oct 25, 2:56 pm, "moreweb" <[EMAIL PROTECTED]> wrote: > Hi, > I've opened a ticket on bugs.php.net and a thread on Zend Optimizer > forum.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[symfony-devs] Re: sfErrorLoggerPlugin problem with sfMixer

2006-10-25 Thread moreweb
Hi, I've opened a ticket on bugs.php.net and a thread on Zend Optimizer forum.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to symfony-devs@googlegro

[symfony-devs] Re: sfErrorLoggerPlugin problem with sfMixer

2006-10-25 Thread Fabien POTENCIER
The problem is if we don't have the object, thee mixer cannot work. So, I don't think we can fix the problem easily. Fabien moreweb wrote: > Yep! Thanks Olivier! > I've disabled Zend Optimizer and now it works... with this I've > disabled all Zend addons (Platform, Optimizer, etc..)!! Grr! > B

[symfony-devs] Re: sfErrorLoggerPlugin problem with sfMixer

2006-10-25 Thread moreweb
Yep! Thanks Olivier! I've disabled Zend Optimizer and now it works... with this I've disabled all Zend addons (Platform, Optimizer, etc..)!! Grr! But I've Zend Optimizer "on" on my web space! I think that I must install php 5.1.2 for ubuntu, xdebug and apc... (for dev environment). Must I close

[symfony-devs] Re: sfErrorLoggerPlugin problem with sfMixer

2006-10-25 Thread Fabien POTENCIER
Hi, I have no problem with APC. But it's good to know ;-) Fabien Olivier Verdier wrote: > I experienced the same problem (on Mac OS X, MAMP) and it was due to > various optimizer (e-acelerator and Zend optimizer). Once i > deactivated those, the problem seemed to be gone. > > Le 25 oct. 06

[symfony-devs] Re: sfErrorLoggerPlugin problem with sfMixer

2006-10-25 Thread Olivier Verdier
I experienced the same problem (on Mac OS X, MAMP) and it was due to various optimizer (e-acelerator and Zend optimizer). Once i deactivated those, the problem seemed to be gone. Le 25 oct. 06 à 12:22, Fabien POTENCIER a écrit : > > The problem is that your traces does not have an 'object' e

[symfony-devs] Re: sfErrorLoggerPlugin problem with sfMixer

2006-10-25 Thread Marco Barberis
Hi Fabien,PHP 5.1.6-0.dotdeb.2 (cli) (built: Aug 31 2006 17:18:42)Copyright (c) 1997-2006 The PHP GroupZend Engine v2.1.0, Copyright (c) 1998-2006 Zend TechnologiesThanks On 10/25/06, Fabien POTENCIER <[EMAIL PROTECTED]> wrote: The problem is that your traces does not have an 'object' entry for$tra

[symfony-devs] Re: sfErrorLoggerPlugin problem with sfMixer

2006-10-25 Thread Fabien POTENCIER
The problem is that your traces does not have an 'object' entry for $traces[1]... which is weird. What is your php version? Fabien moreweb wrote: > Hi, > is this ( http://www.symfony-project.com/trac/ticket/1038 ) my problem > only? > > Bye > > > > > > --~--~-~--~~---