[symfony-users] Re: Fatal error: Cannot redeclare class...

2011-05-23 Thread Javier Garcia
Well, I just want to add that when I type .../paypal$ grep -R 'Client.php' *, and I'm getting this: PayPal/CallerServices.php://require_once 'PayPal/SOAP/Client.php'; PayPal/SOAP/Client.php:// $Id: Client.php,v 1.1.1.1 2006/02/19 PayPal/SOAP/WSDL.php: //require_once 'PayPal/SOAP/Client.php Javi

[symfony-users] Re: Fatal error: Cannot redeclare class BaseBrandsPeer

2010-05-15 Thread Mikay
Thanks, I found that a file named BaseBrandsPeer was outside of the om directory, somebody put there by mistake, so I removed it, then problem was solved. Thank you. On May 13, 3:37 pm, Tom Ptacnik to...@tomor.cz wrote: It means that you have the class BaseBrandsPeer already defined somewhere

[symfony-users] Re: Fatal error: Cannot redeclare class BaseBrandsPeer

2010-05-13 Thread Tom Ptacnik
It means that you have the class BaseBrandsPeer already defined somewhere else (in some file). You have to find it. On 11 kvě, 08:14, Mikay imi...@gmail.com wrote: Hi,guys I'm using symfony 1.0 with propel,and when I visit one page , I got this error,  Fatal error: Cannot redeclare class