You could also download the symfony 1.2 library and "install" that into the project that needs it then change the ProjectConfiguration.class.php file to point at your manually installed library instead of using the PEAR one. In fact, this is the recommended method for using symfony with projects as it removes the problems that you are experiencing.
On Tue, Jan 18, 2011 at 11:02 PM, Llew <[email protected]> wrote: > Hi All, > > I recently moved from a CentOS 5 box that our programmer set symphony > up on to a new server since the hardware is starting to die, and the > programmer has left the company. Since testing it on the new box I > have come up against many problems that googling really hasn't > resolved. The problem im stuck on now is : > > [error] [client x.x.x.x] PHP Fatal error: Cannot redeclare class > Swift in /usr/share/pear/symfony/vendor/swiftmailer/classes/Swift.php > on line 19 > > I confirmed it the old server was using Symphony 1.2.6, but our new > server is using 1.4.8 . Im about at my wits end with this, and was > hoping you could shed some light on this error's origins, and a > possible resolution. > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc identi.ca: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
