[symfony-users] Re: upgrade symfony project to latest stable fails

2007-08-09 Thread Alexander Deruwe
On 09 Aug 2007, at 13:28, Bjorn Wijers wrote: > So I typed: > > symfony upgrade 1.0.6 > > Which results in: > > I have no upgrade script for this release. What you want is: "symfony upgrade 1.0" Cheers, Alexander --~--~-~--~~~---~--~~ You received this message

[symfony-users] Re: upgrade symfony project to latest stable fails

2007-08-09 Thread Bjorn Wijers
Yep, I have done this multiple times using the symfony cc command or symfony clear-cache command to no avail as the project still uses 1.0rc2 grtz BjornW Peter HO wrote: > Have you tried to clear the cache ? > > Regards > > Peter > > Bjorn Wijers a écrit : >> I did not use freeze and using u

[symfony-users] Re: upgrade symfony project to latest stable fails

2007-08-09 Thread Peter HO
Have you tried to clear the cache ? Regards Peter Bjorn Wijers a écrit : > I did not use freeze and using unfreeze confirms this because it states: > > 'You can unfreeze only if you froze the symfony libraries before.' > > Looking at the config of the application gives me: > > > // include proj

[symfony-users] Re: upgrade symfony project to latest stable fails

2007-08-09 Thread Bjorn Wijers
I did not use freeze and using unfreeze confirms this because it states: 'You can unfreeze only if you froze the symfony libraries before.' Looking at the config of the application gives me: Check config.php and see if it's pointing to your latest symfony > library. > Maybe you've freezed the

[symfony-users] Re: upgrade symfony project to latest stable fails

2007-08-09 Thread Tamcy
Check config.php and see if it's pointing to your latest symfony library. Maybe you've freezed the project so it is using local symfony library, that's why the version differs. On Aug 9, 7:28 pm, Bjorn Wijers <[EMAIL PROTECTED]> wrote: > Hi, > > Sometime ago I was working on a simple symfony test